aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2012-06-06Removed 'gtk-' stock menus and changed 'separator' to ''.mitchell
2012-06-05Added ncurses Command Entry completion.mitchell
2012-06-04Added ncurses Find/Replace dialog.mitchell
2012-06-02Fix broken code from ncurses changes; modules/textadept/menu.luamitchell
2012-05-31Updated Lua Adeptsense.mitchell
2012-05-31Updated modules/textadept/mime_types.conf.mitchell
2012-04-30Updated Lua Adeptsense.mitchell
2012-04-12Added note about documenting module fields; modules/textadept/adeptsense.luamitchell
2012-04-06Respect user annotation preference; modules/lua/init.luamitchell
2012-04-06Print annotations for run and compile command errors; modules/textadept/run.luamitchell
2012-04-06Fixed bug in run/compile commands with LuaJIT; modules/textadept/run.luamitchell
2012-03-28Updated Lua Adeptsense apidoc; modules/lua/apimitchell
2012-03-27Translate all messages instead of relying on GTK to translate stock items.mitchell
2012-03-26Updated Lua Adeptsense.mitchell
2012-03-25Improved message double-clicking behavior for run and compile commands.mitchell
2012-03-22Updated paths to Manual and LuaDoc in menus and key commands.mitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-15Added documentation for generating API documentation and Lua Adeptsense.mitchell
2012-03-15Added note about child Adeptsenses; modules/textadept/adeptsense.luamitchell
2012-03-14Use buffer:get_lexer(true) more often when it should be used.mitchell
2012-03-14autocomplete_word() accepts default words; modules/textadept/editing.luamitchell
From Brian Schott.
2012-03-07Removed `scripts/update_doc` in favor of using `src/Makefile`.mitchell
2012-03-07Updated contact email address.mitchell
2012-03-07Documentation overhaul with Discount (Markdown implementation).mitchell
The standard LuaDoc template is no longer used. Instead, the new `scripts/markdowndoc.lua` has the template for LuaDoc and `scripts/update_doc` has the template for the Manual. Also added README, CHANGELOG, and THANKS files.
2012-03-04`_M.set_buffer_properties()` is now optional; modules/textadept/mime_types.luamitchell
2012-02-29Updated Lua Adeptsense; modules/lua/apimitchell
2012-02-29Added more OSX key commands; modules/textadept/keys.luamitchell
From Robert Gieseke.
2012-02-26Support multiple '@return' tags in Lua Adeptsense documentation.mitchell
2012-02-19Forgot to patch my system's LuaDoc for new formatting; modules/lua/apimitchell
2012-02-11Updated Lua Adeptsense with new LuaDoc formatting; modules/lua/apimitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2012-01-31Updated Lua Adeptsense.mitchell
2012-01-31Added ChucK lexer; modules/textadept/mime_types.confmitchell
2012-01-24Rename module shortcut variables.mitchell
2012-01-19Fixed bug with recent files; modules/textadept/session.luamitchell
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-13Added extension filter and default filter; modules/textadept/snapopen.luamitchell
2012-01-10Updated Lua Adeptsense.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-01Code cleanup.mitchell
2011-12-31Changed 'locale.localize()' to global '_L' table.mitchell
2011-12-31Code cleanup.mitchell
2011-12-21Updated Lua Adeptsense.mitchell
2011-12-20Wrap LuaDoc for C tables and functions in long comments.mitchell
2011-12-19Close process; modules/textadept/keys.luamitchell