Jump to content

Andy's Editor: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
{{Software
|Name=Andy's Editor
|Version=
|Author=Andy Key
|Licence=Public domain
|WWW=http://www.nyangau.org/ae/ae.htm
}}
[[Image:AE-Logo.gif|115px|right]]
[[Image:AE-Logo.gif|115px|right]]
'''Andys Source Code Folding Editor''' was designed as a language configurable folding source code editor.
'''Andys Source Code Folding Editor''' was designed as a language configurable folding source code editor.
Line 19: Line 26:


==Article==
==Article==
[[A Programmer's Editor Shootout - Andy's Editor]]
*[[A Programmer's Editor Shootout - Andy's Editor]]


==Links==
==Links==

Revision as of 22:40, 26 October 2019

Andy's Editor
[[File:{{{Picture}}}|128px]]
Name Andy's Editor
Version
Vendor
Author Andy Key
Licence Public domain
WWW http://www.nyangau.org/ae/ae.htm

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

Support

Article

Links