Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | ||