LE (text editor)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Asiaticus (talk | contribs) at 06:01, 1 May 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

LE
Original author(s)Alexander V. Lukyanov
Stable release
1.15.0 / April 14, 2014; 10 years ago (2014-04-14)
Operating systemUNIX-like
TypeText editor
LicenseGNU GPL
Websitefreecode.com/projects/leeditor

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.

External links

  • "LE". Freecode.
  • FSF abstract for LE