10 features Textpad needs
Posted: Tue Apr 06, 2004 8:07 pm
Textpad would benefit with following features (hopefully I'm not re-stating too many already requested features) mainly by extending tool support:
- 1. Human readable key bindings, e.g. in registry or file instead of CUSTOM.BND. That way we can define standard key mappings for our group tools.
2. More than one (clickable of course) Command Results bindable to a specific tool. This means specific tool output will not get overwritten so quickly.
3. Ability to run more than one tool at a time, i.e. option to fork tool. Combined with multiple Command Results this will allow long running tools (e.g. compilation) to run while other activities are going on.
4. Decent, icon-friendly, configurable toolbars for our tools.
5. Built-in ctags support. ctags results window (like Ultraedit). Ability to load file and jump to position based on regular expression (not just line and column number).
6. Search results window (again like Ultraedit).
7. Extend regular expression support by adopting full Perl 5 regular expression syntax and engine instead of pushing the terribly verbose POSIX version.
8. Human-editable parameterised macros.
9. Extend tools to allow insertion/replacement of selected text with output from tool. This would allow much easier code generation and re-formatting of selected code using existing scripts.
10. Fix those "recursion too deep" regular expression searches through very large files. Very frustrating. Not a new feature to be fair.