March 3, 2026
Pixel-wide panic
Textadept
Fast, offline editor sparks split-screen stunts, old-school loyalties, and AI-era eye-rolls
TLDR: Textadept is a fast, offline code editor with unlimited split screens and deep Lua customization. Commenters sparred over AI-era relevance, questioned its core text engine, pledged loyalty to old-school tools, and joked about splitting windows until each is smaller than a pixel—proving minimal apps still ignite maximum debates.
Textadept drops like a tiny rocket: a fast, minimalist code editor that runs on Windows, macOS, Linux, and even BSD, doesn’t phone home, and lets you unpack-and-go. It supports 100+ languages, Unlimited split views, and deep customization via Lua (a simple scripting language). Optional extras bring spellcheck and an LSP client—Language Server Protocol, the thing that gives code hints—without turning it into a cloud monster. And the community? They showed up with vibes, questions, and memes.
First came the curiosity: WalterGR demanded to know what text engine it uses (“home-grown?”), which spawned speculation and comparisons to Scintilla-powered editors like Geany and Kate. Then the loyalty flex: jasperry loves the speed and clean Qt look but admits they never had time to fully tailor it—because they’re married to Emacs. Meanwhile, chaos goblin benrutter launched the “pixel-wide split” challenge, daring the Unlimited Splits button to cry. And the spicy meta-take arrived from throwaw12: “Do we still need text editors in the AI agents era?” Cue eye-rolls and cheers for software that’s truly offline. The hottest tension line: power-users who want a bare-bones, snappy tool they can script versus folks craving out-of-the-box magic. One thing everyone agreed on? ramoz: “Beautiful landing page.” If Textadept is drama-free software, its comments section is anything but.
Key Points
- •Textadept is a cross-platform, minimalist text editor for programmers with GUI and terminal interfaces.
- •It supports over 100 languages, multiple carets, unlimited split views, configurable key bindings, snippets, and shell command invocation.
- •The editor is highly customizable via Lua and operates offline; almost every aspect can be scripted.
- •Pre-built binaries are available for Windows 10+, macOS 13+, and Linux (Qt/GTK for GUI, ncurses for terminal), with stable 12.9 and unstable 13.0 alpha 2 releases.
- •Compilation requires CMake 3.22+, a C/C++ compiler (Visual Studio 2019 or Clang 13+), UI toolkits (Qt or GTK), and the Unix patch command; optional modules like LSP and spell checking are loaded via Lua require().