Could we have some 'editor tools' that make it quicker/easier to edit?
As a frequent editor (almost Copy Editor on SO), I'd like:
- Code Indenter/Formatter
- Spelling and grammar check, excluding
code. You can use technical/"Hacker" dictionaries to remove the chance of "polymorphism" being identified as an incorrect spelling. Converting:
This:
a, b, c, dto:
`a`, `b`, `c`, `d`I SCREAM FOR ICE CREAM!toI scream for ice cream!
Search & Replace (Normal; Extended C-style
\r\n\t; Regex)- Have a sidebar of common/saved Regex patterns/replaces.
- Underline potentially removable/editable phrases, such as:
Please helpThanks/Regards, [name]........?????!?!?!?!?!WT[FH]
It would make editing more fun, and I would be able to edit a lot more.
`a`, `b`, `c`suggestion, which is annoying to do even invim. – sarnold Sep 15 '11 at 23:08