- Glad to see this hit the front page again! I’ve been making some contributions lately and it introduced me to Lua. At its core it’s basically a very thin wrapper around the Scintilla editing component used by many open source editors. I’ve been working on getting some lower level APIs added for more control over the UI.
Mitchell is to be commended for maintaining the editor solo for so many years and keeping the LOC count really low (2000 lines of C, 4000 lines of Lua). If you’re willing to read the source it’s really easy to wrap your head around the whole thing, which can’t be said for Emacs or Vim. When I find the time I’ll finish my vi mode…
- I've looked into TextAdept a few times. It appeals to me because it's got a standard Qt UI, is fast and lightweight and highly customizable with Lua. But I could never commit the time to fully customize it for daily use. Anyway, I'm committed to emacs. Other Scintilla-based editors with a similar feel (but missing the Lua angle) are Geany and Kate.
by rickstanley
1 subcomments
- I downloaded it recently and found it to be quite useful for quick notes. And I can attest to its "fast" claim, using it on a heavily monitored corporate computer, with CrowStrike and what-not; curiously, and I may being hyperbolic here, but, I got the feeling that it was opening faster than MS Notepad, even with Copilot disabled.
The only thing missing is for me is the "save temporary file" behavior, as I have this habit of making a quick note, close to save up space, both in RAM and view, then later on, fire it up again. Will see if there's a Lua api for this later.
by benrutter
1 subcomments
- > Unlimited split views.
Ok, well now I have to find out what hapoens if I get enough splits to make the width of each less than a pixel.
by textadept-thrwy
0 subcomment
- I developed some plugins for Textadept some time ago. It's very lightweight and mature, but its dependence on different backends on different platforms introduced some frictions (QT vs. GTK etc.). We had a working Mermaid and image viewer plugin. It's really extensible. Never upstreamed them though.
It uses Lua LPEG lexers, which are extremely easy way to de develop syntax parsers/LSPs for new or unsupported languages.
Eventually our project moved to Pragtical, which has SDL as a cross-platform backend and uses the more modern meson as the build system, which made developing for it much easier.
by rationably
0 subcomment
- There is also NotepadNext which is oddly similar, sans the Lua: https://github.com/dail8859/NotepadNext
- Shameless plug: For anyone interested in new code editors, I'm working on a multi-platform one called ecode [1]. It's similar in spirit to Notepad++ and Textadept, and some of the newer ones like Zed. It tries to be a fresh take using modern tools like LSP and DAP. I started it after using Geany for many years but finding it lacking some essential features for my needs. Speed is a big focus and it has very fast startup time.
[1] https://github.com/SpartanJ/ecode/
- This is a great project! Is there a place to look up the list of inbuilt lexers to understand the editor language support? Will forward to my (more hands-on devs) team members.
- Always nice to see open source text editors, in my opinion. Textadept's codebase is a fine example.
- Check out Lite XL (also Lua-based)
[1] https://github.com/lite-xl/lite-xl
[2] https://lite-xl.com/
- Related. Others?
TextAdept - https://news.ycombinator.com/item?id=39571814 - March 2024 (31 comments)
- What GUI text editor widget does it use, or is it home-grown?
I don’t see it mentioned.
- Without any sarcasm, really, what is the value proposition in this one, that would make someone ditch Sublime Text for it?
- The features list mentions:
- Configurable key bindings, including language-specific keys, key chains, and key modes.
Does this include being able to make it feel like vi/vim?
- Beautiful landing page
by eleventyseven
0 subcomment
- I recommend capitalizing TextAdept, as it took me way way way too long to figure out it wasn't text a dept (SMS which department????)
- Nice. Im looking for such projects. Will give it a try
- [dead]
by throwaw12
2 subcomments
- Do we still need text editors in the AI agents era?
/s