aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
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
2011-03-23Rewrote _m.textadept.snippets module.mitchell
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
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
2010-10-28Use new Scintilla API for saving fold state; core/events.luamitchell
2010-10-28Updated for version 3.4.mitchell
2010-10-27Updated to Scintillua 2.22.mitchell
2010-10-27Do not try to check for file updates if it cannot be read; core/file_io.luamitchell
2010-10-25Allow access to find_in_files() through the gui.find API.mitchell
2010-10-24Updated LuaDoc; core/._G.luadocmitchell
2010-10-24Added _G.timeout function.mitchell
2010-10-22Use '\' when opening files on WIN32; core/file_io.luamitchell
2010-10-18Set Lua locale for string comparisons; core/init.luamitchell
2010-10-18Updated LuaDoc; core/.buffer.luadocmitchell
2010-10-17Do not allow gui.statusbar_text to be set to nil.mitchell
2010-10-15Can highlight all occurances of a word; adapted from Brian Schott.mitchell