Textadept
A fast, minimalist, and remarkably extensible cross-platform text editor
Features
Textadept is a fast, minimalist, and remarkably extensible cross-platform text editor.
Fast and Minimalist
Textadept’s user interface is sleek and simple. Relentlessly optimized for speed and minimalism over the years, the editor consists of less than 2000 lines of C and C++ code, and less than 4000 lines of Lua code.
Cross Platform
Textadept runs on Windows, macOS, Linux, and BSD. It also has a terminal version, which is ideal for work on remote machines.
Remarkably Extensible
Textadept is an ideal editor for programmers who want endless extensibility without sacrificing speed or succumbing to code bloat and featuritis. The editor gives you complete control over the entire application using the Lua programming language. Everything from moving the caret to changing menus and key bindings on-the-fly to handling core events is possible. Its potential is vast.
Multiple Language Support
Being a programmer’s editor, Textadept excels at editing source code. It understands the syntax and structure of more than 100 different programming languages and recognizes hundreds of file types. Textadept uses this knowledge to make viewing and editing code faster and easier. It can also compile and run simple source files.
Unlimited Split Views
Both the graphical version and the terminal version of Textadept support unlimited vertical and horizontal view splitting, even of the same file.
Customizable Themes
Textadept uses themes to customize its look and feel. It comes with built-in light, dark, and terminal themes.
Code Autocompletion
Not only can Textadept autocomplete words in files, but it can also autocomplete symbols for programming languages and display API documentation.
Keyboard Driven
Textadept can be entirely keyboard driven. The editor defines key bindings for many common actions. You can easily reassign existing bindings or create new ones. Keys may be chained together or grouped into language-specific keys or key modes.
Self Contained
Textadept’s binary packages are self-contained and need not be installed. No administrator privileges are required either.
Learn More
Comprehensive Manual
Textadept comes with a comprehensive user manual in the application’s docs/ directory. It covers all of Textadept’s main features, including installation, usage, configuration, theming, scripting, and compilation.
Exhaustive API Documentation
Since Textadept is entirely scriptable with Lua, its API is heavily documented. This documentation is also located in docs/ and is the ultimate resource on scripting Textadept. (The editor’s Lua internals also provide abundant scripting examples.)
Try It Yourself
Learn even more about Textadept by downloading and trying it out yourself. If you’re not completely satisfied, contact us or e-mail me personally (code att foicica.com). You may also fork the project, submit patches, or sponsor a feature. Textadept is 100% open source.
Still Not Convinced?
- Textadept has a proven track record, with at least one release every 2 months for 12+ years and no signs of inactivity. Also, as an open-source project, the editor remains freely available.
- Textadept is a real cross-platform desktop application, backed by a world-class editing engine that dozens of editors and IDEs have depended on for over 20 years.
- Textadept is scriptable in a language that was carefully designed to run on any platform at high speed and with a minimal memory footprint. Lua is used everywhere from video games to embedded devices. It is easy to learn too!
- Textadept is resource efficient, consuming tens of MB of RAM at startup and hardly any CPU while under load. Even with over 30 of its own source files open at once, Textadept does not add more than 30MB of RAM to its overall usage and has no input lag at all.
- Textadept does not rely on external packages to provide its functionality and does not depend on a package ecosystem to thrive. The editor gives you plenty of the tools you need out of the box.
- Textadept has sensible defaults and does not expect you to spend hours customizing it before you can start being productive.
- With about 30 main source files comprising roughly 6000 lines of heavily documented code, Textadept’s internals are remarkably easy to read, understand, keep track of, and extend to your liking.
- Did you see that there is a terminal version in case you need to do work on a remote server?
- Textadept does not track you. It does not attempt to connect to the internet. It is just a text editor.
*Warning: nightly builds may be untested, may have bugs, and are the absolute cutting-edge versions of Textadept. Please exercise caution if using them in a production environment.