aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
Commit message (Expand)AuthorAge
* Added ncurses Find/Replace dialog.Gravatar mitchell2012-06-04
* Fix broken code from ncurses changes; modules/textadept/menu.luaGravatar mitchell2012-06-02
* Updated Lua Adeptsense.Gravatar mitchell2012-05-31
* Updated modules/textadept/mime_types.conf.Gravatar mitchell2012-05-31
* Updated Lua Adeptsense.Gravatar mitchell2012-04-30
* Added note about documenting module fields; modules/textadept/adeptsense.luaGravatar mitchell2012-04-12
* Respect user annotation preference; modules/lua/init.luaGravatar mitchell2012-04-06
* Print annotations for run and compile command errors; modules/textadept/run.luaGravatar mitchell2012-04-06
* Fixed bug in run/compile commands with LuaJIT; modules/textadept/run.luaGravatar mitchell2012-04-06
* Updated Lua Adeptsense apidoc; modules/lua/apiGravatar mitchell2012-03-28
* Translate all messages instead of relying on GTK to translate stock items.Gravatar mitchell2012-03-27
* Updated Lua Adeptsense.Gravatar mitchell2012-03-26
* Improved message double-clicking behavior for run and compile commands.Gravatar mitchell2012-03-25
* Updated paths to Manual and LuaDoc in menus and key commands.Gravatar mitchell2012-03-22
* Moved "Markdown:" comments into module LuaDoc comments.Gravatar mitchell2012-03-16
* Added documentation for generating API documentation and Lua Adeptsense.Gravatar mitchell2012-03-15
* Added note about child Adeptsenses; modules/textadept/adeptsense.luaGravatar mitchell2012-03-15
* Use buffer:get_lexer(true) more often when it should be used.Gravatar mitchell2012-03-14
* autocomplete_word() accepts default words; modules/textadept/editing.luaGravatar mitchell2012-03-14
* Removed `scripts/update_doc` in favor of using `src/Makefile`.Gravatar mitchell2012-03-07
* Updated contact email address.Gravatar mitchell2012-03-07
* Documentation overhaul with Discount (Markdown implementation).Gravatar mitchell2012-03-07
* `_M.set_buffer_properties()` is now optional; modules/textadept/mime_types.luaGravatar mitchell2012-03-04
* Updated Lua Adeptsense; modules/lua/apiGravatar mitchell2012-02-29
* Added more OSX key commands; modules/textadept/keys.luaGravatar mitchell2012-02-29
* Support multiple '@return' tags in Lua Adeptsense documentation.Gravatar mitchell2012-02-26
* Forgot to patch my system's LuaDoc for new formatting; modules/lua/apiGravatar mitchell2012-02-19
* Updated Lua Adeptsense with new LuaDoc formatting; modules/lua/apiGravatar mitchell2012-02-11
* Update LuaDoc with new formatting.Gravatar mitchell2012-02-10
* Updated Lua Adeptsense.Gravatar mitchell2012-01-31
* Added ChucK lexer; modules/textadept/mime_types.confGravatar mitchell2012-01-31
* Rename module shortcut variables.Gravatar mitchell2012-01-24
* Fixed bug with recent files; modules/textadept/session.luaGravatar mitchell2012-01-19
* Use lines() instead of read() for processes; modules/textadept/run.luaGravatar mitchell2012-01-17
* Added extension filter and default filter; modules/textadept/snapopen.luaGravatar mitchell2012-01-13
* Updated Lua Adeptsense.Gravatar mitchell2012-01-10
* Updated copyright information.Gravatar mitchell2012-01-06
* Code cleanup.Gravatar mitchell2012-01-05
* Renamed editing module's 'current_word' to 'select_word'.Gravatar mitchell2012-01-05
* Do not clear registered images when completing; modules/textadept/adeptsense.luaGravatar mitchell2012-01-05
* Fixed bug introduced in recent code cleanup; modules/textadept/editing.luaGravatar mitchell2012-01-05
* Rename '_m' to '_M'.Gravatar mitchell2012-01-05
* Code cleanup.Gravatar mitchell2012-01-01
* Changed 'locale.localize()' to global '_L' table.Gravatar mitchell2011-12-31
* Code cleanup.Gravatar mitchell2011-12-31
* Updated Lua Adeptsense.Gravatar mitchell2011-12-21
* Wrap LuaDoc for C tables and functions in long comments.Gravatar mitchell2011-12-20
* Close process; modules/textadept/keys.luaGravatar mitchell2011-12-19
* Remove 'package.seeall' from LuaDoc comments.Gravatar mitchell2011-12-13
* Updated Lua Adeptsense.Gravatar mitchell2011-12-13