Misplaced Pages

LE (text editor)

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
The topic of this article may not meet Misplaced Pages's notability guidelines for products and services. Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.
Find sources: "LE" text editor – news · newspapers · books · scholar · JSTOR (August 2011) (Learn how and when to remove this message)
This article relies excessively on references to primary sources. Please improve this article by adding secondary or tertiary sources.
Find sources: "LE" text editor – news · newspapers · books · scholar · JSTOR (August 2011) (Learn how and when to remove this message)
(Learn how and when to remove this message)
LE
Screenshot of LE in UTF-8 mode.
Original author(s)Alexander V. Lukyanov
Initial release1997; 28 years ago (1997)
Stable release1.16.8 Edit this on Wikidata / 5 February 2021
Written inC++
Operating systemUNIX-like
TypeText editor
LicenseGPL-3.0-or-later
Websitegithub.com/lavv17/le

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

References

  1. https://github.com/lavv17/le/releases/tag/v1.16.8. {{cite web}}: Missing or empty |title= (help)
  2. "GitHub - lavv17/le: LE text editor". GitHub. Retrieved 9 June 2022.
  3. "le editor - Freecode". Archived from the original on 2022-04-12.
  4. "le - full screen text editor". Ubuntu Manpage. Retrieved 9 June 2022.

External links

Stub icon

This free and open-source software article is a stub. You can help Misplaced Pages by expanding it.

Categories: