aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
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
This is needed to sort tables for Scintilla autocompletion lists correctly.
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
2010-10-15Changed locale implementation.mitchell
2010-10-14Code formatting changes.mitchell
2010-10-13Fix switch buffers dialog bug when cancelling; core/gui.luamitchell
2010-10-11gui.dialog() can take tables of strings as arguments.mitchell
2010-09-30Set max list size for snapopen to prevent blocking.mitchell
2010-09-29Updated for version 3.3.mitchell
2010-09-29Use newest LexLPeg.cxx from scintillua; core/events.luamitchell
2010-09-29Added a textadept.snapopen module.mitchell
2010-09-01Updated files for version 3.2.mitchell
2010-09-01Clear appropriate defaultt Scintilla key commands; core/events.luamitchell
2010-08-31Updated LuaDoc.mitchell
2010-08-31Change Lua interface to support updated LPeg Scintilla lexer.mitchell
2010-08-21Updated files for version 3.1.mitchell
2010-08-21Changed Scintillua private_lexer_call operation parameters.mitchell
2010-08-18Added LuaDoc for new Scintilla functions; core/.buffer.luadocmitchell
2010-08-17Fixed LuaDoc typos.mitchell
2010-08-17Upgraded to Scintilla/SciTE 2.20.mitchell
2010-07-21Use forward slashes in uri_dropped event for Win32; core/events.luamitchell
2010-07-01Updated files for version 3.0.mitchell
2010-06-20Updated version info for 3.0 beta.mitchell
2010-06-19Small changes to dynamic args messages and Luadoc.mitchell
2010-06-18Updated documentation for buffer.multi_paste; core/.buffer.luadocmitchell
2010-06-18Added statusbar notification on reset(); core/events.luamitchell
2010-06-18Fixed bug with args and sessions.mitchell
2010-06-17Renamed core/.*.lua to core/.*.luadoc documentation files.mitchell
2010-06-17Flattened core/iface.lua.mitchell
2010-06-17Added abbreviations for Lua commands from Jay Gould.mitchell
2010-06-17Added dynamic command line argument handling.mitchell
2010-06-16Updated documentation.mitchell
2010-06-16Code and documentation cleanup.mitchell
2010-06-15Updated to Scintilla 2.12; core/iface.luamitchell
2010-06-15Removed user_dofile() of keys and snippets.mitchell
2010-06-14Added events.disconnect() function; core/events.luamitchell
2010-06-14Create ~/.textadept/init.lua if one does not already exist; core/init.luamitchell