Top "Text-editor" questions

A text editor is a type of program used for editing text files.

Coda 2 show matching opening/closing tag?

I was wondering is there a way in Coda 2 to display the opening/closing tag when on the line of …

tags text-editor coda
Emacs: Insert tab instead of spaces

For several reasons I prefer to configure my editor to insert spaces when TAB is pressed. But recently I discovered …

emacs makefile text-editor
VIM textwidth has no effect

This feels like a dumb question, but I can't find an answer on the Internet (or in VIM help). I'm …

unix vim text-editor neovim
tinymce 4 how to put cursor to end of the text

For some reason, I need to execute : tinyMCE.activeEditor.setContent(text, {format : 'html'}); After that, how to put the cursor …

javascript jquery html tinymce text-editor
How to delete line break in textmate

How to find and delete all the line breaks? I tried \n and it doesn't work! Regular expression? what kinda …

textmate text-editor
Visual Studio Code closes my file when I search for new ones

I'm using Visual Studio Code for working and I use ctrl-P command to search for files in my directory. The …

editor visual-studio-code text-editor
Gnat for Mac Ada programming

I'm learning Ada 95 in my programming class, and I would like to install the gnat compiler on my MacBook. I …

macos text-editor ada gnat
AvalonEdit Change Syntax Highlighting in Code

I want to change the Syntax Highlighting of AvalonEdit in my Code. XAML: <avalonEdit:TextEditor Name="textEditor" SyntaxHighlighting="{Binding …

c# wpf syntax-highlighting text-editor avalonedit
Unsaved buffer warning when switching files/buffers

I am using FuzzyFinder with Vim to open files and switch between buffers. It works like a charm except when …

vim text-editor
Navigating in Vim's Command Mode

I am a long time emacs user learning Vim. Emacs lets me navigate in the mini-buffer (where I issue commands …

vim text-editor vi