aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
Commit message (Expand)AuthorAge
* 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
* Remove 'module' and update LuaDoc comments appropriately.Gravatar mitchell2011-12-12
* Updated to Lua 5.2.Gravatar mitchell2011-12-12
* Updated Lua Adeptsense.Gravatar mitchell2011-11-30
* Updated Lua Adeptsense.Gravatar mitchell2011-11-27
* Code cleanup.Gravatar mitchell2011-11-23
* Removed _m.textadept.editing.select_style().Gravatar mitchell2011-11-23
* Added theme utilities, modified light and dark themes, and removed scite theme.Gravatar mitchell2011-11-23
* Updated to Scintilla 3.0.0.Gravatar mitchell2011-10-31
* Fixed Adeptsense autocomplete for single item; modules/textadept/adeptsense.luaGravatar mitchell2011-10-26
* Fixed bug with %n in replace introduced by r960; modules/textadept/find.luaGravatar mitchell2011-10-04
* Use lexer at the caret for key commands and snippets.Gravatar mitchell2011-09-28
* Updated Lua adeptsense.Gravatar mitchell2011-09-28
* Fixed bug with autocomplete and capitalizations; modules/textadept/editing.luaGravatar mitchell2011-09-28
* Update context menu on VIEW_AFTER_SWITCH; modules/textadept/menu.luaGravatar mitchell2011-09-28
* Added gui.goto_file() for the 'find' and 'run' modules.Gravatar mitchell2011-09-28
* Reformatted some LuaDoc.Gravatar mitchell2011-09-27
* Added language-specific context menu support.Gravatar mitchell2011-09-27
* Lua code cleanup.Gravatar mitchell2011-09-26
* Refactored textadept.c and changed Lua interface a bit.Gravatar mitchell2011-09-25
* Rearranged Tools menu.Gravatar mitchell2011-09-21
* Fixed error in Lua apidoc for math.huge; modules/lua/lua.luadocGravatar mitchell2011-09-08