Age | Commit message (Expand) | Author |
2009-08-05 | Updated key commands. |  mitchell |
2009-07-25 | Documentation overhaul. |  mitchell |
2009-07-19 | Removed [Local {function,table}] documentation from being shown in LuaDoc. |  mitchell |
2009-07-12 | Changed implementation of handling Scintilla notifications; core/events.lua |  mitchell |
2009-07-08 | Replace lua_dialog with gcocoadialog. |  mitchell |
2009-07-08 | Extended the event system to include project manager, find, command entry, etc. |  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 | Use ~/.textadept/ for user settings, sessions, themes, lexers, etc. |  mitchell |
2009-06-19 | Use before_switch and after_switch events for buffers and views. |  mitchell |
2009-04-02 | Removed macro support; just use Lua for scripting. |  mitchell |
2009-03-03 | Trimmed theme files. |  mitchell |
2009-03-01 | Added support for multiple character encodings through g_convert(). |  mitchell |
2009-02-28 | Use UTF-8 internally and respect platform filename encoding. |  mitchell |
2009-02-15 | Cleaned up some Lua code. |  mitchell |
2009-02-15 | PM browser cursors are saved and restored when switching between browsers. |  mitchell |
2009-02-12 | Treat 'appleevent_odoc' event as a 'uri_dropped' event; core/events.lua |  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-01-30 | Moved highlight-braces from core/events.lua to modules/textadept/editing.lua. |  mitchell |
2009-01-30 | Updated LuaDoc. |  mitchell |
2009-01-26 | Menu label text is irrelevant for menu actions due to l10n; focus on menu_id. |  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-25 | Fixed bug with URI dropping and do nothing with directory drops; core/events.lua |  mitchell |
2009-01-24 | Use lexer themes defined in Textadept's themes/, not scintilla-st's themes/. |  mitchell |
2009-01-23 | Allow _THEME to be a directory path, not just a name in themes/; core/events.lua |  mitchell |
2009-01-16 | Created a way to print messages to different kinds of buffers, not just error. |  mitchell |
2009-01-14 | Changed incorrect usage of buffer.call_tip_use_style in themes. |  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-03 | Added localization support. |  mitchell |
2009-01-01 | Updated copyright dates for 2009. |  mitchell |
2008-12-30 | Fixes to recognize Windows path separators. |  mitchell |
2008-12-30 | Use table.concat instead of multiple string concats; core/events.lua |  mitchell |
2008-12-22 | Light theme is the default; moved old dark default into its own theme. |  mitchell |
2008-12-14 | Delete Windows/Linux built-in Scintilla key commands for Mac; core/events.lua |  mitchell |
2008-12-10 | Use UTF8 encoding by default; core/events.lua |  mitchell |
2008-11-01 | Added support for some AppleEvents, use Scintilla namespace on OSX. |  mitchell |
2008-09-24 | Added _THEME variable; themes are now directories with view.lua and buffer.lua. |  mitchell |
2008-09-21 | Added uri_dropped handler in core/events.lua to open dragged and dropped files. |  mitchell |
2008-08-10 | Made set_default_*_properties handlers for their respective *_new events. |  mitchell |
2008-08-09 | Added color themes, fixed indentation inconsistencies; core/events.lua |  mitchell |
2008-08-09 | Modified core/events.lua to support new color theme functionality. |  mitchell |
2008-08-08 | Replaced C code for setting default editor and buffer properties with Lua code. |  mitchell |
2008-06-19 | Added extra note in LuaDoc about quit handler; core/events.lua |  mitchell |
2008-06-17 | Added Tab-completion to Lua Command Entry. |  mitchell |
2008-03-04 | Fixed bugs with tonumber(cocoa_dialog(...)) in various files. |  mitchell |