aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Expand)AuthorAge
* Display expected error messages in file IO.Gravatar mitchell2010-10-28
* Use new Scintilla API for saving fold state; core/events.luaGravatar mitchell2010-10-28
* Updated for version 3.4.Gravatar mitchell2010-10-28
* Updated to Scintillua 2.22.Gravatar mitchell2010-10-27
* Do not try to check for file updates if it cannot be read; core/file_io.luaGravatar mitchell2010-10-27
* Allow access to find_in_files() through the gui.find API.Gravatar mitchell2010-10-25
* Updated LuaDoc; core/._G.luadocGravatar mitchell2010-10-24
* Added _G.timeout function.Gravatar mitchell2010-10-24
* Use '\' when opening files on WIN32; core/file_io.luaGravatar mitchell2010-10-22
* Set Lua locale for string comparisons; core/init.luaGravatar mitchell2010-10-18
* Updated LuaDoc; core/.buffer.luadocGravatar mitchell2010-10-18
* Do not allow gui.statusbar_text to be set to nil.Gravatar mitchell2010-10-17
* Can highlight all occurances of a word; adapted from Brian Schott.Gravatar mitchell2010-10-15
* Changed locale implementation.Gravatar mitchell2010-10-15
* Code formatting changes.Gravatar mitchell2010-10-14
* Fix switch buffers dialog bug when cancelling; core/gui.luaGravatar mitchell2010-10-13
* gui.dialog() can take tables of strings as arguments.Gravatar mitchell2010-10-11
* Set max list size for snapopen to prevent blocking.Gravatar mitchell2010-09-30
* Updated for version 3.3.Gravatar mitchell2010-09-29
* Use newest LexLPeg.cxx from scintillua; core/events.luaGravatar mitchell2010-09-29
* Added a textadept.snapopen module.Gravatar mitchell2010-09-29
* Updated files for version 3.2.Gravatar mitchell2010-09-01
* Clear appropriate defaultt Scintilla key commands; core/events.luaGravatar mitchell2010-09-01
* Updated LuaDoc.Gravatar mitchell2010-08-31
* Change Lua interface to support updated LPeg Scintilla lexer.Gravatar mitchell2010-08-31
* Updated files for version 3.1.Gravatar mitchell2010-08-21
* Changed Scintillua private_lexer_call operation parameters.Gravatar mitchell2010-08-21
* Added LuaDoc for new Scintilla functions; core/.buffer.luadocGravatar mitchell2010-08-18
* Fixed LuaDoc typos.Gravatar mitchell2010-08-17
* Upgraded to Scintilla/SciTE 2.20.Gravatar mitchell2010-08-17
* Use forward slashes in uri_dropped event for Win32; core/events.luaGravatar mitchell2010-07-21
* Updated files for version 3.0.Gravatar mitchell2010-07-01
* Updated version info for 3.0 beta.Gravatar mitchell2010-06-20
* Small changes to dynamic args messages and Luadoc.Gravatar mitchell2010-06-19
* Updated documentation for buffer.multi_paste; core/.buffer.luadocGravatar mitchell2010-06-18
* Added statusbar notification on reset(); core/events.luaGravatar mitchell2010-06-18
* Fixed bug with args and sessions.Gravatar mitchell2010-06-18
* Renamed core/.*.lua to core/.*.luadoc documentation files.Gravatar mitchell2010-06-17
* Flattened core/iface.lua.Gravatar mitchell2010-06-17
* Added abbreviations for Lua commands from Jay Gould.Gravatar mitchell2010-06-17
* Added dynamic command line argument handling.Gravatar mitchell2010-06-17
* Updated documentation.Gravatar mitchell2010-06-16
* Code and documentation cleanup.Gravatar mitchell2010-06-16
* Updated to Scintilla 2.12; core/iface.luaGravatar mitchell2010-06-15
* Removed user_dofile() of keys and snippets.Gravatar mitchell2010-06-15
* Added events.disconnect() function; core/events.luaGravatar mitchell2010-06-14
* Create ~/.textadept/init.lua if one does not already exist; core/init.luaGravatar mitchell2010-06-14
* Cleanup.Gravatar mitchell2010-06-11
* Moved core extension modules into textadept module.Gravatar mitchell2010-06-11
* Removed _G.textadept.Gravatar mitchell2010-06-11