Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
LE (text editor)
Text editor

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.

Related Image Collections Add Image
We don't have any YouTube videos related to LE (text editor) yet.
We don't have any PDF documents related to LE (text editor) yet.
We don't have any Books related to LE (text editor) yet.
We don't have any archived web articles related to LE (text editor) yet.

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 under the GNU General Public License.

References

  1. "GitHub - lavv17/le: LE text editor". GitHub. Retrieved 9 June 2022. https://github.com/lavv17/le

  2. "le editor - Freecode". Archived from the original on 2022-04-12. https://web.archive.org/web/20220412011336/http://freshmeat.sourceforge.net/projects/leeditor

  3. "le - full screen text editor". Ubuntu Manpage. Retrieved 9 June 2022. http://manpages.ubuntu.com/manpages/impish/man1/le.1.html