aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2010-04-05Removed kill-ring.mitchell
2010-04-05Code cleanup.mitchell
2010-04-02Fixed snippets bug with Lua code %n sequences; modules/textadept/lsnippets.luamitchell
2010-03-30Removed support for api files.mitchell
2010-03-30Use multiple carets for snippets; modules/textadept/lsnippets.luamitchell
2010-03-25Added notification for session files not found.mitchell
2010-03-24Backspace deletes auto-inserted character pairs; modules/textadept/editing.luamitchell
2010-03-24Make options configurable from user init.lua; modules/textadept/editing.luamitchell
2010-03-23Added textadept.user_dofile to load user files like key commands and snippets.mitchell
2010-03-17Updated documentation to remove side pane references.mitchell
2010-03-16Removed duplicate code; modules/textadept/lsnippets.luamitchell
2010-03-16Only gsub once in transform mirror; modules/textadept/lsnippets.luamitchell
2010-03-10Removed side pane.mitchell
2010-03-04Fix auto-insert of closing parenthesis; modules/textadept/editing.luamitchell
2010-03-02Removed mlines module since Scintilla's new multiple selections supersede it.mitchell
2010-01-07Updated copyright to 2010.mitchell
2010-01-04Added command line switch for not loading/saving sessions.mitchell
2009-12-11Fix error message for session file not found; modules/textadept/session.luamitchell
2009-10-27Fixed bug for running filename with no path; modules/textadept/run.luamitchell
2009-10-09Don't clear cmdline files when loading pm session; modules/textadept/session.luamitchell
2009-08-22Close all buffers before loading a session; modules/textadept/session.luamitchell
2009-08-06Fixed bug introduced during refactoring; modules/textadept/lsnippets.luamitchell
2009-08-03Fixed bug with reloading PM width from session; modules/textadept/session.luamitchell
2009-08-03Refactored snippets module, fixed bugs; modules/textadept/lsnippets.luamitchell
2009-07-30Fixed snippets bug; modules/textadept/lsnippets.luamitchell
2009-07-25Documentation overhaul.mitchell
2009-07-19Removed [Local {function,table}] documentation from being shown in LuaDoc.mitchell
2009-07-08Replace lua_dialog with gcocoadialog.mitchell
2009-07-12The 'char_added' handler shouldn't convert int to string.mitchell
2009-07-12Moved session support from core/file_io.lua to a Textadept module.mitchell
2009-07-12Lua code cleanup.mitchell
2009-07-07Compile and run commands can be user-redefinable through accessible tables.mitchell
2009-06-23Ignore Java 'package' statements inside comments; modules/textadept/run.luamitchell
2009-06-22Can use functions to return compile or go strings; modules/textadept/run.luamitchell
2009-04-02Removed macro support; just use Lua for scripting.mitchell
2009-03-01Added 'file_before_save' signal.mitchell
2009-03-01Use buffer:text_range() instead of buffer:get_text() because of trailing '\0'.mitchell
2009-02-28Use UTF-8 internally and respect platform filename encoding.mitchell
2009-02-23Use lfs.chdir() instead of a command to do so; modules/textadept/run.luamitchell
2009-02-23Fixed index error on textadept.reset() for bookmarks and mlines modules.mitchell
2009-02-22Set MARK_*_COLOR for all new views rather than just the current one.mitchell
2009-02-21Fixed toggle bookmark bug, wrap searches; modules/textadept/bookmarks.luamitchell
2009-02-15Cleaned up some Lua code.mitchell
2009-02-15Removed buggy 'Select in Structure' from _m.textadept.editing.mitchell
2009-02-15Rewrote modules/textadept/run.lua.mitchell
2009-02-14Read and write in binary mode for everything.mitchell
2009-02-12Removed old Textmate-style snippets; Lua-style ones are the default anyway.mitchell
2009-02-12Use Tab and Shift+Tab for snippets instead of [MODIFIERS]+I.mitchell
2009-02-10Moved the textadept.locale table into the globals table.mitchell
2009-02-10Use a _type field for special _print() buffers' titles instead of 'Untitled'.mitchell