aboutsummaryrefslogtreecommitdiff
path: root/TECHNOLOGY.md
AgeCommit message (Collapse)Author
2020-08-17Initial rewrite of the Manual and updated README.mitchell
2019-06-01GTK+ was renamed to GTK recently.mitchell
2018-10-14Experimentally move external lspawn module into Lua os module as a patch.mitchell
2018-04-25Removed LuaJIT version of Textadept.mitchell
Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
2018-03-12Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.mitchell
Since LongTerm3 requires a C++11 compiler, GCC 4.9+ is required. Since C++11 includes regex capability, drop TRE dependency.
2016-07-04Replaced Lua pattern matching with Regex via Scintilla and TRE.mitchell
As a result, changed `ui.find.lua` to `ui.find.regex` Also removed luautf8 dependency since it is no longer needed. Regex replacements cannot contain embedded Lua code. Jumping to "find in files" results selects those results instead of just jumping to their respective lines.
2016-03-26Support UTF-8 Lua pattern matching.mitchell
Makes use of an external luautf8 library, but only a subset of it.
2014-11-26Integrated Chris Emerson's curses split view window manager.mitchell
2014-04-07Added page describing Textadept's underlying technologies.mitchell