aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-17Use lines() instead of read() for processes; modules/textadept/run.luamitchell
While this does not stop io blocking, there might be another way.
2012-01-17Updated LuaDoc.mitchell
2012-01-16Updated tags.mitchell
2012-01-13Added extension filter and default filter; modules/textadept/snapopen.luamitchell
2012-01-12Create separate LuaDoc for module table fields.mitchell
2012-01-11Added tag textadept_5.0_beta for changeset 6ab28d9a11d8mitchell
2012-01-10Updated Lua Adeptsense.mitchell
2012-01-10Updated for 5.0 beta.mitchell
2012-01-10Fix bug in reset() from upgrade to Lua 5.2; src/textadept.cmitchell
2012-01-06Updated manual.mitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Code cleanup.mitchell
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