logoalt Hacker News

WalterGRyesterday at 10:49 PM4 repliesview on HN

What GUI text editor widget does it use, or is it home-grown?

I don’t see it mentioned.


Replies

Fwirttoday at 3:49 AM

It uses Scintilla. In fact, at its core, it’s basically just a wrapper around the Scintilla message passing API. There’s a Lua script that parses the Scintilla header files to create the Lua tables that interface with the Scintilla library.

jrm4yesterday at 10:56 PM

? Seems to support GTK, Qt and ncurses?

show 1 reply
keithnzyesterday at 10:57 PM

looks like it uses scintilla