aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/events.lua
Commit message (Expand)AuthorAge
...
* Code and documentation cleanup.Gravatar mitchell2010-06-16
* Added events.disconnect() function; core/events.luaGravatar mitchell2010-06-14
* Removed _G.textadept.Gravatar mitchell2010-06-11
* Renamed textadept.events to events, renamed 'handle' and 'add_handler'.Gravatar mitchell2010-06-11
* Moved textadept.io into Lua's io table.Gravatar mitchell2010-06-10
* Fixed Mac OSX paste issue; core/events.luaGravatar mitchell2010-05-25
* Reverted r556.Gravatar mitchell2010-04-11
* Fix bug with previous commit; core/events.luaGravatar mitchell2010-04-09
* No need to set lexer to SCLEX_LPEG as it already is; core/events.luaGravatar mitchell2010-04-09
* Remove initial 'Untitled' buffer when necessary; core/events.luaGravatar mitchell2010-04-09
* Code cleanup.Gravatar mitchell2010-04-05
* Undefine standard Scintilla key commands; core/events.luaGravatar mitchell2010-03-17
* Removed side pane.Gravatar mitchell2010-03-10
* Removed default fallback themes; core/events.luaGravatar mitchell2010-03-02
* Modified quit and close dialogs to be more readable.Gravatar mitchell2010-02-25
* Added LuaDoc for textadept.reset()'s events; core/events.luaGravatar mitchell2010-02-21
* Updated copyright to 2010.Gravatar mitchell2010-01-07
* Search _USERHOME for theme names in addition to _HOME.Gravatar mitchell2009-11-08
* Updated key commands.Gravatar mitchell2009-08-05
* Documentation overhaul.Gravatar mitchell2009-07-25
* Removed [Local {function,table}] documentation from being shown in LuaDoc.Gravatar mitchell2009-07-19
* Changed implementation of handling Scintilla notifications; core/events.luaGravatar mitchell2009-07-12
* Replace lua_dialog with gcocoadialog.Gravatar mitchell2009-07-08
* Extended the event system to include project manager, find, command entry, etc.Gravatar mitchell2009-07-08
* The 'char_added' handler shouldn't convert int to string.Gravatar mitchell2009-07-12
* Moved session support from core/file_io.lua to a Textadept module.Gravatar mitchell2009-07-12
* Lua code cleanup.Gravatar mitchell2009-07-12
* Use ~/.textadept/ for user settings, sessions, themes, lexers, etc.Gravatar mitchell2009-07-07
* Use before_switch and after_switch events for buffers and views.Gravatar mitchell2009-06-19
* Removed macro support; just use Lua for scripting.Gravatar mitchell2009-04-02
* Trimmed theme files.Gravatar mitchell2009-03-03
* Added support for multiple character encodings through g_convert().Gravatar mitchell2009-03-01
* Use UTF-8 internally and respect platform filename encoding.Gravatar mitchell2009-02-28
* Cleaned up some Lua code.Gravatar mitchell2009-02-15
* PM browser cursors are saved and restored when switching between browsers.Gravatar mitchell2009-02-15
* Treat 'appleevent_odoc' event as a 'uri_dropped' event; core/events.luaGravatar 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
* Moved highlight-braces from core/events.lua to modules/textadept/editing.lua.Gravatar mitchell2009-01-30
* Updated LuaDoc.Gravatar mitchell2009-01-30
* Menu label text is irrelevant for menu actions due to l10n; focus on menu_id.Gravatar mitchell2009-01-26
* 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
* Fixed bug with URI dropping and do nothing with directory drops; core/events.luaGravatar mitchell2009-01-25
* Use lexer themes defined in Textadept's themes/, not scintilla-st's themes/.Gravatar mitchell2009-01-24
* Allow _THEME to be a directory path, not just a name in themes/; core/events.luaGravatar mitchell2009-01-23
* Created a way to print messages to different kinds of buffers, not just error.Gravatar mitchell2009-01-16
* Changed incorrect usage of buffer.call_tip_use_style in themes.Gravatar 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