aboutsummaryrefslogtreecommitdiff
path: root/TECHNOLOGY.md
AgeCommit message (Collapse)Author
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