Jump to content

Textadept

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Waysidesc (talk | contribs) at 11:38, 23 October 2021 (Reverting action of a known {{Citation needed}} troll.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Original author(s)Mitchell
Initial release2007; 17 years ago (2007)
Stable release
12.4[1] Edit this on Wikidata / 1 May 2024; 45 days ago (1 May 2024)
Repository
Written inC, Lua
Operating systemLinux, BSD, UNIX, Microsoft Windows, macOS
TypeText editor
LicenseMIT
Websitefoicica.com/textadept/

Textadept is a free software minimalist text editor designed for computer programming. Distributed under the MIT license, it is written in C and Lua and is extensible using Lua.[2] Textadept can use either a graphical user interface or a text-based user interface when running in a terminal window. Textadept uses the Scintilla editing component. Textadept's developer makes the curses wrapper library for Scintilla used by Textadept available separately.[3]

In common with Emacs, Textadept is deeply extensible; the Lua API has access to any subsystem of the program. Despite this, the developer states that one of his goals is for the C portion to not exceed 2000 lines of code and for the Lua portion to never exceed 4000 LOC. When running in a graphical interface Textadept purposely does not save window size or position, leaving this up to the window manager.

See also

References

  1. ^ "Release 12.4". 1 May 2024. Retrieved 25 May 2024.
  2. ^ "Review: Textadept".
  3. ^ "Scinterm".

External links