Top "Text-editor" questions

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

Deleting up to a certain line in Vim

I know that to delete n lines, the command is [n]dd, where n is the number of lines to …

linux vim text-editor
Create a simple text editor in Android

I want to create a simple text editor in Android which will open a text file, display the content of …

android text-editor rich-text-editor
Text editor vertical lines on statements

In other text editors, such as Notepad++, if statements among other things had a vertical line connecting the if to …

visual-studio ide highlight text-editor
Visual Studio Code transparent window?

A have a small resolution on my PC so it's not very convenient to work in several tabs at the …

text-editor visual-studio-code code-editor
How to permanently disable region-folding in Visual Studio 2008

Anyone know how to turn off code folding in visual studio 2008? Some of my colleagues love it, but I personally …

c# visual-studio-2008 text-editor outlining
How to search for carriage return in eclipse

If I have the following text in my Eclipse editor: Text Line 1 Text Line 2 I would like to concatenate the …

eclipse editor text-editor
Geany text editor commenting

Is there a way to highlight a section of code to be commented out in one swoop using geany text …

comments text-editor geany
Text editors with vim mode?

I've come across ViEmu, and I read the very motivating article: Why, oh WHY, do those #?@! nutheads use vi? Anyway, …

vim text-editor viemu
Java Swing Text Editor

Possible Duplicate: What components should I use for building a Java WYSIWYG HTML editor I'm a total newbie in Java …

java swing awt text-editor styledtext
VSCode column selection with keyboard

Any way to do this kind of selection using only the keyboard? With the regular Visual Studio I would use …

visual-studio-code keyboard-shortcuts text-editor