Top "Text-editor" questions

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

Pseudo Code Editor

Is there an Open Source "Pseudo Code" Editor with "Syntax Highlighting" and "Auto Complete"? Maybe even a pack for Notepad++ …

editor text-editor
Sublime as default editor

Is there a way to set Sublime Text as the default text editor for file formats on Windows 7? Also, if …

windows windows-7 text-editor sublimetext file-association
Read in text file line by line php - newline not being detected

I have a php function I wrote that will take a text file and list each line as its own …

php newline text-editor
Elegant way to search for UTF-8 files with BOM?

For debugging purposes, I need to recursively search a directory for all files which start with a UTF-8 byte order …

php utf-8 shell text-editor
Is there vim plugin for notepad++?

There are a lot of questions and answers about vim and notepad++ but it's not definitely clear, what is best …

vim plugins notepad++ text-editor
Block commenting in Ruby

Does Ruby have block comments? If not, is there an efficient way of inserting # in front of a block of …

ruby keyboard-shortcuts comments text-editor
How to get an outline view in sublime texteditor?

How do I get an outline view in sublime text editor for Windows? The minimap is helpful but I miss …

development-environment text-editor symbols outline sublimetext
What text editor is available in Heroku bash shell?

I'm trying to update httpd.conf in my Cedar-based Heroku app. I got to my Heroku bash with heroku run …

heroku text-editor
Get Char from Key

I am coding a custom text editor, and I use KeyDown and KeyUp events. That events gets a KeyEventArgs from …

c# wpf keydown text-editor
What is the best way to force yourself to master vi?

A good while ago, I read an article by the creator of viemu, clearing up a lot of the misconceptions …

vim editor text-editor vi