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