Age | Commit message (Expand) | Author |
2008-11-11 | Find functionality is mostly handled by Lua now. |  mitchell |
2008-11-08 | Added Lua interface functions to mimick find box button presses. |  mitchell |
2008-11-02 | Fixed key handling and arg handling for Mac. |  mitchell |
2008-11-01 | Added support for some AppleEvents, use Scintilla namespace on OSX. |  mitchell |
2008-10-30 | Work around native GTK-OSX handling of Alt key for composing; core/ext/keys.lua |  mitchell |
2008-10-08 | Key commands are quicker and more efficient; core/ext/keys.lua |  mitchell |
2008-10-04 | Added action for 'Find and Replace' menu item; core/ext/menu.lua |  mitchell |
2008-10-04 | Fixed view grow/shrink error when view isn't split; core/ext/menu.lua |  mitchell |
2008-09-21 | Modified some of the pm browsers to play nice with Windows. |  mitchell |
2008-09-04 | Changed core/ext/mime_types.lua to use 'sql' lexer instead of 'mysql'. |  mitchell |
2008-08-08 | Added first-line pattern matching to determine lexer; core/ext/mime_types.lua |  mitchell |
2008-08-07 | Added menu options and mime types for 3 new lexers. |  mitchell |
2008-07-23 | Can change lexer via the menu in core/ext/menu.lua. |  mitchell |
2008-07-21 | Moved block comment key commands from language modules to _m.textadept.editing. |  mitchell |
2008-07-21 | Added mime type for R files; core/ext/mime_types.lua |  mitchell |
2008-07-15 | Added additional mime types, some for new lexers; core/ext/mime_types.lua |  mitchell |
2008-07-14 | Added mime types for new lexers; core/ext/mime_types.lua |  mitchell |
2008-07-08 | Added additional standard key commands and added some TODO menu items. |  mitchell |
2008-07-05 | Added menu option to show command entry; core/ext/menu.lua |  mitchell |
2008-07-05 | Added skeleton set of standard key commands; core/ext/key_commands_std.lua |  mitchell |
2008-07-05 | Fixed mnemonics, added more PM browsers; core/ext/menu.lua |  mitchell |
2008-07-05 | Bugfixes in core/ext/menu.lua |  mitchell |
2008-07-05 | Updated menu structure; core/ext/menu.lua |  mitchell |
2008-07-05 | Added a comprehensive menu; core/ext/menu.lua |  mitchell |
2008-06-25 | Colourise from 0, not 1 when refreshing; core/ext/key_commands.lua |  mitchell |
2008-06-24 | Fixed bug with '%' in selected text for replacing; core/ext/find.lua |  mitchell |
2008-06-18 | No need for empty string pixmap in core/ext/pm/modules_browser.lua. |  mitchell |
2008-06-18 | Added modules browser to the Project Manager. |  mitchell |
2008-06-17 | Added Tab-completion to Lua Command Entry. |  mitchell |
2008-05-25 | Added mime type for Ragel files; core/ext/mime_types.lua |  mitchell |
2008-05-13 | Fixed bug for menu actions on non-focused buffer; core/ext/pm/buffer_browser.lua |  mitchell |
2008-03-03 | Updated copyright notice to include the year 2008. |  mitchell |
2008-02-23 | Eliminated Zenity dependency; replaced with my CocoaDialog clone (lua_dialog). |  mitchell |
2008-02-10 | Removed boolean redundancy; core/ext/pm/ctags_browser.lua |  mitchell |
2008-02-10 | Added new find in files project manager browser. |  mitchell |
2008-02-10 | Instead of io.popen():read(), a file descriptor is kept and close()'d afterward. |  mitchell |
2007-12-24 | Fixed setting of Ruby lexer after detecting filetype; core/ext/mime_types.lua |  mitchell |
2007-11-30 | Removed TODO in LuaDoc; core/ext/pm.lua |  mitchell |
2007-10-07 | Moved key command manager to core. |  mitchell |
2007-09-19 | Added interactive search documentation; core/ext/pm.lua |  mitchell |
2007-09-17 | Added usage documentation; core/ext/pm.lua |  mitchell |
2007-08-16 | Fixed 'find previous' bug; core/ext/find.lua |  mitchell |
2007-08-15 | Renamed handlers module to events, updated everything to reflect changes. |  mitchell |
2007-08-11 | Fixed escapes in replace, added %() sequence; core/ext/find.lua |  mitchell |
2007-08-10 | Renamed textadept.handlers' add_function_to_handler to add_handler_function. |  mitchell |
2007-08-10 | Macros can now be recorded, saved, played, browsed, etc. |  mitchell |
2007-08-09 | Renamed modules global to _m. |  mitchell |
2007-08-09 | Added new LuaDoc, updated existing LuaDoc to be more consistent. |  mitchell |
2007-08-09 | 'replace_all' doesn't loop infinitely, 'find' more accurate; core/ext/find.lua |  mitchell |
2007-08-06 | Added more LuaDoc, shebang recognition; ext/core/mime_types.lua |  mitchell |