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
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
2009-02-08
Removed buffer:find() function.
mitchell
2009-01-30
Moved highlight-braces from core/events.lua to modules/textadept/editing.lua.
mitchell
2009-01-27
Do not open a non-existant file from _m.textadept.run.goto_error.
mitchell
2009-01-26
Changed MARK_BOOKMARK; modules/textadept/bookmarks.lua
mitchell
2009-01-25
Removed some rarely-used functions from modules/textadept/editing.lua et. al.
mitchell
2009-01-25
Moved auto-indent from core/events.lua to modules/textadept/editing.lua.
mitchell
2009-01-25
Replaced str:match with str:find where applicable for speed improvements.
mitchell
2009-01-21
Updated some LuaDoc.
mitchell
2009-01-21
Don't need buffer:goto_pos() in modules/textadept/editing.lua's goto_line().
mitchell
2009-01-21
Bugfixes in modules/textadept/run.lua
mitchell
2009-01-19
Use the 'shows_messages' buffer for run commands; modules/textadept/run.lua
mitchell
2009-01-16
Updated some LuaDoc; modules/textadept/run.lua
mitchell
2009-01-14
Sometimes goto_line will select text, fix that; modules/textadept/editing.lua
mitchell
2009-01-14
No need for 'run' function for running scripts anymore; modules/lua/commands.lua
mitchell
2009-01-14
Moved utilities to run/compile files and decode errors into a Textadept module.
mitchell
2009-01-10
Various improvements to speed and readability of Lua code.
mitchell
2009-01-08
Reformatted all C and Lua code to a single standard for each language.
mitchell
2009-01-05
Add bookmarks to the textadept module and menu.
mitchell
2009-01-05
Fixed modules/textadept/bookmarks.lua bug for goto next and prev bookmark.
mitchell
2009-01-03
Added localization support.
mitchell
2009-01-01
Updated copyright dates for 2009.
mitchell
2008-12-23
Use module browser for adding modules for platform independence; modules/new
mitchell
2008-12-23
Added option for smart_paste() to reindent text; modules/textadept/editing.lua
mitchell
2008-12-22
Fixed bugs in macros and macro browser.
mitchell
2008-12-14
Changed language module main command key chain root from Alt+C to Alt+L.
mitchell
[next]