aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
Commit message (Expand)AuthorAge
* Fixed bug with args and sessions.Gravatar mitchell2010-06-18
* 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
* Removed user_dofile() of keys and snippets.Gravatar mitchell2010-06-15
* Fixes from Robert Gieseke.Gravatar mitchell2010-06-14
* Provide access to keys through _G.keys; modules/textadept/keys.luaGravatar mitchell2010-06-12
* Snippets are inside the module like in keys; modules/textadept/snippets.luaGravatar mitchell2010-06-12
* Cleanup.Gravatar mitchell2010-06-11
* Renamed modules/textadept/key_commands.lua to modules/textadept/keys.lua.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
* 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 textadept.io into Lua's io table.Gravatar mitchell2010-06-10
* Save buffer before compiling or running; modules/textadept/run.luaGravatar mitchell2010-05-07
* Made 'enclosure' table a field of modules/textadept/editing.lua for access.Gravatar mitchell2010-04-29
* Remove initial 'Untitled' buffer when necessary.Gravatar mitchell2010-04-17
* Moved block comment strings to language-specific modules.Gravatar mitchell2010-04-10
* Moved _m.textadept.run module commands to language-specific modules.Gravatar mitchell2010-04-09
* Fixed bug in Lua module commands; modules/lua/commands.luaGravatar mitchell2010-04-08
* Respect tab settings for snippets.Gravatar mitchell2010-04-08
* Removed kill-ring.Gravatar mitchell2010-04-05
* Code cleanup.Gravatar mitchell2010-04-05
* Fixed snippets bug with Lua code %n sequences; modules/textadept/lsnippets.luaGravatar mitchell2010-04-02
* Removed support for api files.Gravatar mitchell2010-03-30
* Use multiple carets for snippets; modules/textadept/lsnippets.luaGravatar mitchell2010-03-30
* Added notification for session files not found.Gravatar mitchell2010-03-25
* Backspace deletes auto-inserted character pairs; modules/textadept/editing.luaGravatar mitchell2010-03-24
* Make options configurable from user init.lua; modules/textadept/editing.luaGravatar mitchell2010-03-24
* Added textadept.user_dofile to load user files like key commands and snippets.Gravatar mitchell2010-03-23
* Updated documentation to remove side pane references.Gravatar mitchell2010-03-17
* Removed duplicate code; modules/textadept/lsnippets.luaGravatar mitchell2010-03-16
* Only gsub once in transform mirror; modules/textadept/lsnippets.luaGravatar mitchell2010-03-16
* Removed side pane.Gravatar mitchell2010-03-10
* Fix auto-insert of closing parenthesis; modules/textadept/editing.luaGravatar mitchell2010-03-04
* Removed mlines module since Scintilla's new multiple selections supersede it.Gravatar mitchell2010-03-02
* Updated copyright to 2010.Gravatar mitchell2010-01-07
* Added command line switch for not loading/saving sessions.Gravatar mitchell2010-01-04
* Fix error message for session file not found; modules/textadept/session.luaGravatar mitchell2009-12-11
* Fixed bug for running filename with no path; modules/textadept/run.luaGravatar mitchell2009-10-27
* Don't clear cmdline files when loading pm session; modules/textadept/session.luaGravatar mitchell2009-10-09
* Close all buffers before loading a session; modules/textadept/session.luaGravatar mitchell2009-08-22
* Fixed bug introduced during refactoring; modules/textadept/lsnippets.luaGravatar mitchell2009-08-06
* Fixed bug with reloading PM width from session; modules/textadept/session.luaGravatar mitchell2009-08-03
* Refactored snippets module, fixed bugs; modules/textadept/lsnippets.luaGravatar mitchell2009-08-03
* Fixed snippets bug; modules/textadept/lsnippets.luaGravatar mitchell2009-07-30
* Documentation overhaul.Gravatar mitchell2009-07-25