aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
Commit message (Expand)AuthorAge
* Compile and run commands can be user-redefinable through accessible tables.Gravatar mitchell2009-07-07
* Ignore Java 'package' statements inside comments; modules/textadept/run.luaGravatar mitchell2009-06-23
* Can use functions to return compile or go strings; modules/textadept/run.luaGravatar mitchell2009-06-22
* Removed macro support; just use Lua for scripting.Gravatar mitchell2009-04-02
* Added 'file_before_save' signal.Gravatar mitchell2009-03-01
* Use buffer:text_range() instead of buffer:get_text() because of trailing '\0'.Gravatar mitchell2009-03-01
* Use UTF-8 internally and respect platform filename encoding.Gravatar mitchell2009-02-28
* Use lfs.chdir() instead of a command to do so; modules/textadept/run.luaGravatar mitchell2009-02-23
* Fixed index error on textadept.reset() for bookmarks and mlines modules.Gravatar mitchell2009-02-23
* Set MARK_*_COLOR for all new views rather than just the current one.Gravatar mitchell2009-02-22
* Fixed toggle bookmark bug, wrap searches; modules/textadept/bookmarks.luaGravatar mitchell2009-02-21
* Cleaned up some Lua code.Gravatar mitchell2009-02-15
* Removed buggy 'Select in Structure' from _m.textadept.editing.Gravatar mitchell2009-02-15
* Rewrote modules/textadept/run.lua.Gravatar mitchell2009-02-15
* Read and write in binary mode for everything.Gravatar mitchell2009-02-14
* Removed old Textmate-style snippets; Lua-style ones are the default anyway.Gravatar mitchell2009-02-12
* Use Tab and Shift+Tab for snippets instead of [MODIFIERS]+I.Gravatar mitchell2009-02-12
* Moved the textadept.locale table into the globals table.Gravatar mitchell2009-02-10
* Use a _type field for special _print() buffers' titles instead of 'Untitled'.Gravatar mitchell2009-02-10
* Removed buffer:find() function.Gravatar mitchell2009-02-08
* Moved highlight-braces from core/events.lua to modules/textadept/editing.lua.Gravatar mitchell2009-01-30
* Do not open a non-existant file from _m.textadept.run.goto_error.Gravatar mitchell2009-01-27
* Changed MARK_BOOKMARK; modules/textadept/bookmarks.luaGravatar mitchell2009-01-26
* Removed some rarely-used functions from modules/textadept/editing.lua et. al.Gravatar mitchell2009-01-25
* Moved auto-indent from core/events.lua to modules/textadept/editing.lua.Gravatar mitchell2009-01-25
* Replaced str:match with str:find where applicable for speed improvements.Gravatar mitchell2009-01-25
* Updated some LuaDoc.Gravatar mitchell2009-01-21
* Don't need buffer:goto_pos() in modules/textadept/editing.lua's goto_line().Gravatar mitchell2009-01-21
* Bugfixes in modules/textadept/run.luaGravatar mitchell2009-01-21
* Use the 'shows_messages' buffer for run commands; modules/textadept/run.luaGravatar mitchell2009-01-19
* Updated some LuaDoc; modules/textadept/run.luaGravatar mitchell2009-01-16
* Sometimes goto_line will select text, fix that; modules/textadept/editing.luaGravatar mitchell2009-01-14
* No need for 'run' function for running scripts anymore; modules/lua/commands.luaGravatar mitchell2009-01-14
* Moved utilities to run/compile files and decode errors into a Textadept module.Gravatar mitchell2009-01-14
* Various improvements to speed and readability of Lua code.Gravatar mitchell2009-01-10
* Reformatted all C and Lua code to a single standard for each language.Gravatar mitchell2009-01-08
* Add bookmarks to the textadept module and menu.Gravatar mitchell2009-01-05
* Fixed modules/textadept/bookmarks.lua bug for goto next and prev bookmark.Gravatar mitchell2009-01-05
* Added localization support.Gravatar mitchell2009-01-03
* Updated copyright dates for 2009.Gravatar mitchell2009-01-01
* Use module browser for adding modules for platform independence; modules/newGravatar mitchell2008-12-23
* Added option for smart_paste() to reindent text; modules/textadept/editing.luaGravatar mitchell2008-12-23
* Fixed bugs in macros and macro browser.Gravatar mitchell2008-12-22
* Changed language module main command key chain root from Alt+C to Alt+L.Gravatar mitchell2008-12-14
* Fixed modules/textadept/lsnippets.lua bug for placeholders.Gravatar mitchell2008-09-27
* Fixed goto_line bug when cancelling dialog; modules/textadept/editing.luaGravatar mitchell2008-07-22
* Moved block comment key commands from language modules to _m.textadept.editing.Gravatar mitchell2008-07-21
* Fix bug when file is not matched in modules/lua/commands.lua.Gravatar mitchell2008-07-08
* Cancelling 'goto line' dialog shouldn't error; modules/textadept/editing.luaGravatar mitchell2008-07-05
* Added _m.textadept.bookmarks module; modules/textadept/bookmarks.luaGravatar mitchell2008-06-24