aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-05Renamed editing module's 'current_word' to 'select_word'.mitchell
Also added utils function for deleting the current word.
2012-01-05Do not clear registered images when completing; modules/textadept/adeptsense.luamitchell
2012-01-05Fixed bug introduced in recent code cleanup; modules/textadept/editing.luamitchell
2012-01-05Rename '_m' to '_M'.mitchell
2012-01-01Change in core/compat.lua to not confuse LuaDoc.mitchell
2012-01-01Code cleanup.mitchell
2011-12-31Changed 'locale.localize()' to global '_L' table.mitchell
2011-12-31Code cleanup.mitchell
2011-12-22Release is alpha, not beta; core/init.luamitchell
2011-12-21Remove Lua 5.1 'module' reference from doc/manual/9_Preferences.md.mitchell
2011-12-21Added tag textadept_5.0_alpha for changeset bd01f885f92bmitchell
2011-12-21Updated for 5.0 alpha.mitchell
2011-12-21Updated Lua Adeptsense.mitchell
2011-12-21Improvements for compiling with LuaJIT; src/Makefilemitchell
2011-12-21Updated section on compiling with LuaJIT for Mac OSX; doc/manual/12_Compiling.mdmitchell
2011-12-21Updated iface to Scintilla 3.0.2.mitchell
2011-12-20Added more LuaJIT compatibility; core/compat.luamitchell
2011-12-20Wrap LuaDoc for C tables and functions in long comments.mitchell
2011-12-19Close process; modules/textadept/keys.luamitchell
2011-12-19Added more LuaJIT compatibility functions; core/compat.luamitchell
2011-12-19Actually fixed bug introduced by r994, r996; core/file_io.luamitchell
2011-12-16Fixed bug in core/compat.lua for LuaJIT.mitchell
2011-12-15Updated doc/manual/11_Scripting.md.mitchell
2011-12-15Add support for compiling with LuaJIT.mitchell
2011-12-14No need for 'lexer.lpeg.script' property anymore; core/gui.luamitchell
2011-12-13Fixed scripts/gen_iface.lua.mitchell
2011-12-13Remove 'package.seeall' from LuaDoc comments.mitchell
2011-12-13Updated lexer themes to Lua 5.2.mitchell
2011-12-13Updated "User Init" section of manual; doc/manual/9_Preferences.mdmitchell
2011-12-13Fixed bug introduced by r994; core/file_io.luamitchell
2011-12-13Updated Lua Adeptsense.mitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-12-12Updated to Lua 5.2.mitchell
2011-12-01Added tag textadept_4.3 for changeset 5f9f4a5db3f7mitchell
2011-11-30Updated Lua Adeptsense.mitchell
2011-11-29Updated Russian localization; core/locales/locale.ru.confmitchell
Thanks to Vladimir Lomov.
2011-11-28Write theme changes to ~/.textadept/theme; core/gui.luamitchell
2011-11-28Updated for 4.3.mitchell
2011-11-27Credit; themes/dark/lexer.luamitchell
2011-11-27Updated Lua Adeptsense.mitchell
2011-11-22Simplify theming via gtkrc by naming GtkWindow only.mitchell
2011-11-23Code cleanup.mitchell
2011-11-23Removed _m.textadept.editing.select_style().mitchell
2011-11-23Added theme utilities, modified light and dark themes, and removed scite theme.mitchell
Added gui.set_theme() and gui.select_theme() theming utilities. All new light and dark themes. Moved old classic themes to the wiki.
2011-11-11Fixed erroneous charset conversion; core/file_io.luamitchell
2011-11-08Fixed bug with opening files in current dir from command line; core/file_io.luamitchell
Thanks to Travis Herrick.
2011-11-01Added tag textadept_4.2 for changeset 74df1a2cc69amitchell
2011-10-31Updated for 4.2.mitchell
2011-10-31Updated to Scintilla 3.0.0.mitchell
2011-10-26Fixed Adeptsense autocomplete for single item; modules/textadept/adeptsense.luamitchell