Andy's Editor: Difference between revisions
Appearance
Ak120 moved page Andy's Editor to A Programmer's Editor Shootout - Andy's Editor |
No edit summary |
||
Line 1: | Line 1: | ||
'''Andys Source Code Folding Editor''' was designed as a language configurable folding source code editor. | |||
==Features== | |||
*Folding, the ability to group lines into a larger 'meta-line' | |||
*Block operations | |||
*Yank and put model for line copying etc. | |||
*Deleted item stack to allow multiple undeletes | |||
*Extended [[Regular Expression]] searching | |||
*Multiple buffers at any one time | |||
*Portability across many environments | |||
*Bracket matching | |||
*User configurable key binding | |||
*Shelling out to and filtering through operating system commands | |||
==Article== | |||
[[A Programmer's Editor Shootout - Andy's Editor]] | |||
==Links== | |||
* http://www.nyangau.org/ae/ae.htm | |||
[[Category:Text editors]] |
Revision as of 17:34, 2 November 2016
Andys Source Code Folding Editor was designed as a language configurable folding source code editor.
Features
- Folding, the ability to group lines into a larger 'meta-line'
- Block operations
- Yank and put model for line copying etc.
- Deleted item stack to allow multiple undeletes
- Extended Regular Expression searching
- Multiple buffers at any one time
- Portability across many environments
- Bracket matching
- User configurable key binding
- Shelling out to and filtering through operating system commands
Article
A Programmer's Editor Shootout - Andy's Editor