vote up 9 vote down star
7

What are the 3 killer features of your favourite text editor that you couldn't live without; the features that keep you loyal to your editor, no matter how good other people say other editors are?

EDIT: Sorry for what appeared to be a dishonest, or karma whore question. I honestly didn't mean it that way. I have turned it into a community/wiki question.

Later EDIT: FWIW (to help soothe irritated nerves), I'm not asking this for pointless discussion. I am the author of a text editor, so I am trying to tap my target audience so I can direct my development efforts in the right directions to please more users. People very often say "editor XYZ rulez!" without saying why; I want to know the why.

flag
show 9 more comments

36 Answers

prev 1 2
vote up 7 vote down

I'm going to go with "unlimited undo and redo".

link|flag
vote up 2 vote down
  1. familiarity (can I configure the shortcuts so they make sense to me)
  2. reliability (how easy is it to loose my editing)
  3. global and local search/replace with&without regex support.
link|flag
vote up 4 vote down
  1. Easy Extensibility. (I.e onboard scripting language, like say... a lisp).
  2. Macros.
  3. Anything else builds on top of 2 and 1.
link|flag
vote up 13 vote down

It has to support replacing with Regular Expressions, macros, syntax highlighting and some kind of extensibility. VIM (because it is free, and ubiquitous) is my choice, but there are plenty of other good editors.

link|flag
show 1 more comment
vote up 2 vote down

"the 3 killer features"

Insert Delete Search Replace Repeat last and least: Count

link|flag
vote up 2 vote down

It has to load fast, which is why I still use Notepad. So sue me. I don't want to wait for a text file — not even a second.

That's #1, 2, and 3. It has no other features.

link|flag
show 7 more comments
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.