aboutsummaryrefslogtreecommitdiffhomepage
path: root/TECHNOLOGY.md
Commit message (Collapse)AuthorAge
* GTK+ was renamed to GTK recently.Gravatar mitchell2019-06-01
|
* Experimentally move external lspawn module into Lua os module as a patch.Gravatar mitchell2018-10-14
|
* Removed LuaJIT version of Textadept.Gravatar mitchell2018-04-25
| | | | Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
* Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.Gravatar mitchell2018-03-12
| | | | | Since LongTerm3 requires a C++11 compiler, GCC 4.9+ is required. Since C++11 includes regex capability, drop TRE dependency.
* Replaced Lua pattern matching with Regex via Scintilla and TRE.Gravatar mitchell2016-07-04
| | | | | | | | 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.
* Support UTF-8 Lua pattern matching.Gravatar mitchell2016-03-26
| | | | Makes use of an external luautf8 library, but only a subset of it.
* Integrated Chris Emerson's curses split view window manager.Gravatar mitchell2014-11-26
|
* Added page describing Textadept's underlying technologies.Gravatar mitchell2014-04-07