Neha Patil (Editor)

LE (text editor)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
Alexander V. Lukyanov

Type
  
Text editor

Operating system
  
UNIX-like

License
  
GNU GPL

LE (text editor)

Initial release
  
1997; 20 years ago (1997)

Stable release
  
1.15.0 / April 14, 2014; 2 years ago (2014-04-14)

LE is a text editor which appears something like the Norton Editor, but has many additional features:

  • rectangle select/copy/paste (block type is switchable)
  • search/replace with regular expressions
  • filtering block contents through an external program
  • linear multilevel undo/redo
  • customizable menus
  • color syntax highlighting (using regular expressions in an external file)
  • handles UTF-8 characters, based on locale settings
  • customizable keymaps for different terminal types (associating either literal strings or terminfo capability names)
  • hexadecimal editing mode
  • editing of mmap'd files or devices in replace mode
  • frame drawing mode (first seen in Lexicon)
  • file selection box (inspired by Turbo C)
  • built-in postfix calculator.
  • It uses ncurses for display, mouse and part of the keyboard handling. The application has a built-in table of key assignments for xterm, rxvt and some less familiar terminal types.

    History

    According to the HISTORY file in its sources, Alexander V. Lukyanov started writing it in 1993 while using a BESTA machine. Over the next four years, he rewrote it into C++, and published it in 1997 with the GPL license.

    References

    LE (text editor) Wikipedia