aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
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
2011-12-13Remove 'package.seeall' from LuaDoc comments.mitchell
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-11-30Updated Lua Adeptsense.mitchell
2011-11-27Updated Lua Adeptsense.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-10-31Updated to Scintilla 3.0.0.mitchell
2011-10-26Fixed Adeptsense autocomplete for single item; modules/textadept/adeptsense.luamitchell
2011-10-04Fixed bug with %n in replace introduced by r960; modules/textadept/find.luamitchell
2011-09-28Use lexer at the caret for key commands and snippets.mitchell
2011-09-28Updated Lua adeptsense.mitchell
2011-09-28Fixed bug with autocomplete and capitalizations; modules/textadept/editing.luamitchell
Thanks to Brian Schott.
2011-09-28Update context menu on VIEW_AFTER_SWITCH; modules/textadept/menu.luamitchell
2011-09-28Added gui.goto_file() for the 'find' and 'run' modules.mitchell
2011-09-27Reformatted some LuaDoc.mitchell
2011-09-27Added language-specific context menu support.mitchell
2011-09-26Lua code cleanup.mitchell
2011-09-25Refactored textadept.c and changed Lua interface a bit.mitchell
'_BUFFERS' and '_VIEWS' now also have buffer and view keys with index values; 'buffer.doc_pointer', 'view.doc_pointer', and 'gui.focused_doc_pointer' are no longer used; 'buffer:check_global()' replaces 'gui.check_focused_buffer()'; Added 'view.buffer' field; 'view:goto_buffer()' and 'gui.goto_view()' arguments changed to make more sense.
2011-09-21Rearranged Tools menu.mitchell
2011-09-08Fixed error in Lua apidoc for math.huge; modules/lua/lua.luadocmitchell
2011-09-08Fix bug with CALL_TIP_CLICK event disconnect; modules/textadept/adeptsense.luamitchell
2011-08-31Added Lua debug.traceback documentation.mitchell
2011-08-30Updated Lua apidoc; modules/lua/apimitchell
2011-08-28Change Command+Option+Letter keys to Control+Command+Letter keys on Mac OSX.mitchell
The Option+Letter combination produces locale-dependent characters so it cannot be used reliably.
2011-08-22Changed some key commands.mitchell
2011-08-17Autocompletion list sort order respects buffer.auto_c_ignore_case.mitchell
2011-08-15Sort autocomplete word list; modules/textadept/editing.luamitchell