aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Expand)AuthorAge
* 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
* Renamed textadept.events to events, renamed 'handle' and 'add_handler'.Gravatar mitchell2010-06-11
* Renamed textadept.key_commands to keys; core/ext/key_commands.luaGravatar mitchell2010-06-11
* Moved textadept.mime_types into the textadept module.Gravatar mitchell2010-06-10
* Renamed _m.textadept.lsnippets to _m.textadept.snippets.Gravatar mitchell2010-06-10
* Moved core/ext/keys.lua into core/ext/key_commands.lua.Gravatar mitchell2010-06-10
* Fixed bug from previous commit; core/file_io.luaGravatar mitchell2010-06-10
* Moved textadept.io into Lua's io table.Gravatar mitchell2010-06-10
* Made 'KEYSYMS' table a field of core/ext/keys.lua for access.Gravatar mitchell2010-06-06
* Fixed Mac OSX paste issue; core/events.luaGravatar mitchell2010-05-25
* Remove initial 'Untitled' buffer when necessary; core/init.luaGravatar mitchell2010-05-18
* Ignore 'file://' prefix for filenames; core/file_io.luaGravatar mitchell2010-05-11
* Updated files for version 2.2 release.Gravatar mitchell2010-05-10
* Modified files for 2.2 beta 2 release.Gravatar mitchell2010-04-29
* Added Inform, Lilypond, and NSIS lexers; core/ext/mime_types.confGravatar mitchell2010-04-28
* Remove initial 'Untitled' buffer when necessary.Gravatar mitchell2010-04-17
* Moved 'Search' menu into 'Tools' to resolve Alt+S key command conflict.Gravatar mitchell2010-04-21
* Reverted r556.Gravatar mitchell2010-04-11
* Fix bug with previous commit; core/events.luaGravatar mitchell2010-04-09
* No need to set lexer to SCLEX_LPEG as it already is; core/events.luaGravatar mitchell2010-04-09
* Remove initial 'Untitled' buffer when necessary; core/events.luaGravatar mitchell2010-04-09
* Fixed help hanging issue on Win32; core/ext/menu.luaGravatar mitchell2010-04-05
* Removed kill-ring.Gravatar mitchell2010-04-05
* Code cleanup.Gravatar mitchell2010-04-05
* Removed support for api files.Gravatar mitchell2010-03-30
* Added About dialog.Gravatar mitchell2010-03-30
* Do not block until help browser is closed; core/ext/menu.luaGravatar mitchell2010-03-30
* Check for ~/.textadept/locale.conf first; core/locale.luaGravatar mitchell2010-03-29
* Use textadept.user_dofile() for user init.lua.Gravatar mitchell2010-03-29
* Added notification for session files not found.Gravatar mitchell2010-03-25
* Reverted removing main menu accelerators; core/locale.confGravatar mitchell2010-03-23
* Added key command for resetting zoom level; core/ext/key_commands.luaGravatar mitchell2010-03-23
* Added mime-type for Octave; core/ext/mime_types.confGravatar mitchell2010-03-23
* Open help browser-agnostically for all platforms.Gravatar mitchell2010-03-23
* Removed main menu accelerators; core/locale.confGravatar mitchell2010-03-23
* Added textadept.user_dofile to load user files like key commands and snippets.Gravatar mitchell2010-03-23
* Prevent 'Io' lexer conflict with Lua's 'io' module; core/ext/mime_types.confGravatar mitchell2010-03-23