Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21c5be5ed92879c

Jump to content

Textadept

From Wikipedia, the free encyclopedia
Textadept
Original authorMitchell
Release2007; 19 years ago (2007)
Stable release
13.0[1] Edit this on Wikidata / 1 July 2026; 22 days ago (1 July 2026)
Written inC, C++, Lua
Operating systemLinux, BSD, Microsoft Windows, macOS
TypeText editor
LicenseMIT
Websiteorbitalquark.github.io/textadept
Repository

Textadept is a free software minimalist text editor designed for computer programming. Distributed under the MIT license, it is written in C, 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]

Similar to 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 lines. When running in a graphical interface Textadept purposely does not save window size or position, leaving this up to the window manager.

See also

[edit]

References

[edit]
  1. "Release 13.0". 1 July 2026. Retrieved 1 July 2026.
  2. "Review: Textadept". Archived from the original on 2018-09-09. Retrieved 2015-02-09.
  3. "Scinterm". Retrieved 2026-06-09.
[edit]