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