aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2011-06-23Use string constants for event names.mitchell
2011-06-23Removed @field docs from core/iface.lua.mitchell
2011-06-23Updated Luadoc and added extra fields to other modules.mitchell
2011-06-22Updated Luadoc and lua adeptsense.mitchell
2011-06-22Finish adding support for new Scintilla events; core/events.luamitchell
2011-06-20Updated to Scintilla 2.27.mitchell
2011-06-16Use functions for generating unique IDs for markers, indicators, and user lists.mitchell
2011-06-10Updated for 3.8.mitchell
2011-06-09Updated to Scintilla 2.26; core/iface.luamitchell
2011-06-06Add support for indicator and hotspot events from Brian; core/events.luamitchell
2011-05-09The events.handlers table is now available; core/events.luamitchell
2011-04-27Updated for 3.7.mitchell
2011-03-29Updated for version 3.7 beta 3.mitchell
2011-03-29Handle nil args in gui.print() and set caret after printing.mitchell
2011-03-27Change menu caption for snippet's 'Insert' to 'Expand'.mitchell
2011-03-25Snapopen allows multiple files to be selected now.mitchell
2011-03-24Changes to key and menu command definitions.mitchell
Functions can be used directly without being contained within a table. Also, buffer and view functions and references should be used directly (e.g. { buffer.undo, buffer } and { view.split, view }). References are handled correctly at runtime.
2011-03-23Rewrote _m.textadept.snippets module.mitchell
Snippet syntax has changed; see LuaDoc for details.
2011-03-17Performance and speed improvements.mitchell
2011-02-28Updated for version 3.7 beta 2.mitchell
2011-02-26Add Adeptsense menu options 'Complete Symbol' and 'Show Documentation'.mitchell
2011-02-06Clear keychain on key command error; core/keys.luamitchell
2011-02-03Updated to Scintilla 2.24.mitchell
2011-02-01Updated for version 3.7 beta.mitchell
2011-01-23Send key modifiers to command_entry_keypress event.mitchell
2011-01-21Code cleanup.mitchell
2011-01-19Can navigate between bookmarks with a filteredlist.mitchell
2011-01-19Added gui.filteredlist() shortcut function for gui.dialog('filteredlist', ...).mitchell
2011-01-19Modified Buffer menu options.mitchell
2011-01-17Added Adeptsense.mitchell
2011-01-13More informative check_focused_buffer() error message.mitchell
2011-01-02Fixed bug with update_ui in buffer_new and view_new events; core/gui.luamitchell
2010-12-29No more pasting issue in Mac OSX; core/gui.luamitchell
2010-12-29Do not call 'buffer_new' when splitting the view.mitchell
2010-12-29Fix bug for gui.statusbar_text being nil; core/keys.luamitchell
2010-12-28Updated copyright information.mitchell
2010-12-28Updated for version 3.6.mitchell
2010-12-26Separated key command manager from key command definitions.mitchell
2010-12-26Moved gui events from core/events.lua to core/gui.lua.mitchell
2010-12-23Added filter-through module for shell commands.mitchell
2010-12-07Fix infinite recursion errors caused in events.mitchell
2010-11-30Updated for version 3.5.mitchell
2010-11-30Added 'file_after_save' event.mitchell
2010-11-30New manual.mitchell
2010-11-24Added key commands and menu options for toggling virtual space.mitchell
2010-11-23Code cleanup.mitchell
Also modified the editing module's enclose() and select_enclosed() functions.
2010-11-19Mac OSX textadept.app includes GTK-OSX; the framework is no longer needed.mitchell
2010-11-15LuaDoc cleanup.mitchell
2010-10-28Rename MAC variable in to OSX in Lua, __OSX__ in C.mitchell
2010-10-28Display expected error messages in file IO.mitchell