Top "Editor" questions

This tag is for questions about the features and functionality of text editors, source code editors and other programs specifically designed for modifying plain text files used in computer programming.

Colemak keyboards with Emacs or VIM

I've been crossing things out on my TODO list. I've recently picked up Colemak. Next I wanted to learn Vim …

keyboard editor keymapping colemak
Programmatically retrieve content from WYSIHTML5 editor

How do I programmatically retrieve content from a WYSIHTML5 editor? Suppose the editor is instantiated as this: var editor = new …

javascript jquery editor wysiwyg wysihtml5
Adobe-Brackets Angularjs Code Completion

I am using adobe-brackets sprint39 to build the front end of websites. I am a heavy user of Angularjs. https://…

editor angular-ui adobe-brackets tern
inserting a full-page table in a two column format (at top of or bottom of the page)

How could insert a full-page table in a two column format which consist both column? Also I want that the …

latex editor article
Console editor: something between VIM and nano?

I used vim for a long time, but switched to Sublime Text last year for most of my programming work. …

vim editor nano
How to make Visual Studio editor stop scrolling past bottom of a file?

In the Visual Studio editor when you pull the scroll bar down to the bottom of the file, all you …

visual-studio editor
Which text editor supports syntax highlighting for Wiki code?

Does any text editor (such as Notepad++) syntax highlight MediaWiki code? This might not be strictly programming related though the …

ide editor wiki syntax-highlighting mediawiki
How do I access materials in maxscript without material editor?

There appear to be two options to access materials in maxscript, through the compact Material Editor and the Slate material …

editor maxscript
Aptana Studio 3 code assist for Sass (.scss) files

I'm using Aptana Studio 3 and I'd like to get the code assist feature to work for Sass (.scss) files. It's …

css editor aptana sass code-assist
Emacs equivalent of Vim's yy10p?

How can I copy a line 10 times easily in Emacs? I can't find a copy-line shortcut or function. I can …

emacs editor shortcuts