Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-03 | Trimmed theme files. | ||
2009-02-10 | Changed default cursors to prevent an occasional GTK-OSX binary file hang. | ||
2009-01-24 | Use lexer themes defined in Textadept's themes/, not scintilla-st's themes/. | ||
2009-01-14 | Changed incorrect usage of buffer.call_tip_use_style in themes. | ||
2009-01-10 | Various improvements to speed and readability of Lua code. | ||
Added 'local textadept = _G.textadept' to all Lua modules, themes, etc. Added more locals to core/ext/keys.lua for speed improvement. Reformatted some Lua modules to the earlier standard committed. | |||
2009-01-01 | Updated copyright dates for 2009. | ||
2008-12-22 | Light theme is the default; moved old dark default into its own theme. | ||
2008-12-12 | Added Light color theme. | ||
2008-12-06 | Folded code is underlined as in SciTE; themes/scite/view.lua | ||
2008-09-24 | Added _THEME variable; themes are now directories with view.lua and buffer.lua. | ||
Now editing core/events.lua's buffer_new handler function is no longer necessary on a per-user basis. If _THEME is set, that theme's buffer.lua is loaded for a 'buffer_new' event, and view.lua for 'view_new'. | |||
2008-08-09 | Added SciTE theme for Textadept; themes/scite.lua | ||