Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-15 | Rewrote theme implementation. | ||
Themes are now just single files that share Textadept's Lua state. Also added a new "settings.lua" that functions in place of buffer and view theme files. Requires latest Scintillua. | |||
2013-05-20 | Updated to Scintilla 3.3.2. | ||
2013-04-06 | Update terminal color definitions. | ||
Requires Scinterm r47. | |||
2013-02-26 | Updated theme options. | ||
2013-01-20 | Updated copyright date. | ||
2012-11-19 | Rewrote LuaDoc. | ||
2012-11-19 | Changed Lua code style for tables. | ||
2012-11-18 | Use proper type for color setting functions in themes. | ||
2012-10-08 | No rectangular selection mouse modifier in ncurses; themes/term/view.lua | ||
2012-09-12 | Documentation overhaul. | ||
Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc. | |||
2012-08-27 | Use constant names in theme options instead of nondescript integers. | ||
2012-08-27 | Fixed multiple selection on Mac OSX. | ||
2012-07-21 | Converted some `buffer` "get" and "set" functions into properties. | ||
Also updated to Scintilla 3.2.1. | |||
2012-07-17 | Note marker compatibility with ncurses. | ||
2012-07-14 | Enable additional selection typing in ncurses; themes/term/view.lua | ||
2012-06-02 | Added terminal theme for ncurses. | ||