Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-26 | Forgot to update some documentation with newly renamed `LEXER_LOADED` event. | ||
2013-08-26 | Renamed `gui` to `ui` since it's more applicable. | ||
2013-08-11 | Fixed some documentation typos. | ||
2013-08-10 | Updated some documentation. | ||
2013-07-08 | Renamed "language-specific" modules to just "language modules" in documentation. | ||
2013-06-21 | Remove theme selection since it does not persist. | ||
Encourage calling `gui.set_theme()` from *~/.textadept/init.lua* instead. | |||
2013-06-21 | `gui.set_theme()` accepts key-value argument pairs for theme properties to set. | ||
2013-06-06 | Setting "style." properties updates styles immediately; doc/09_Themes.md | ||
Requires Scintillua r370. | |||
2013-05-24 | Added section on customizing themes; doc/09_Themes.md | ||
2013-05-20 | Rewrote the manual to use the active voice. | ||
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-04-03 | Textadept should support multiple curses platforms; remove ncurses references. | ||
Requires Scintilla r4436 and Scinterm r45. | |||
2012-10-30 | Continued updating documentation formatting. | ||
2012-10-29 | Updated documentation formatting. | ||
Pathnames and filenames are italic and be more consistent with constant width text. | |||
2012-10-17 | Updated manual. | ||
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. |