aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2008-09-21Modified some of the pm browsers to play nice with Windows.mitchell
2008-09-21Added uri_dropped handler in core/events.lua to open dragged and dropped files.mitchell
2008-09-20Added session support for Windows; core/file_io.luamitchell
2008-09-19Added preliminary support for Textadept on Windows.mitchell
2008-09-04Changed core/ext/mime_types.lua to use 'sql' lexer instead of 'mysql'.mitchell
2008-08-10Made set_default_*_properties handlers for their respective *_new events.mitchell
2008-08-09Added color themes, fixed indentation inconsistencies; core/events.luamitchell
2008-08-09Modified core/events.lua to support new color theme functionality.mitchell
2008-08-08Replaced C code for setting default editor and buffer properties with Lua code.mitchell
2008-08-08Added first-line pattern matching to determine lexer; core/ext/mime_types.luamitchell
2008-08-07Added menu options and mime types for 3 new lexers.mitchell
2008-07-23Can change lexer via the menu in core/ext/menu.lua.mitchell
2008-07-21Moved block comment key commands from language modules to _m.textadept.editing.mitchell
2008-07-21Added mime type for R files; core/ext/mime_types.luamitchell
2008-07-15Added additional mime types, some for new lexers; core/ext/mime_types.luamitchell
2008-07-14Added mime types for new lexers; core/ext/mime_types.luamitchell
2008-07-09Added LuaDoc from core/ext/find.lua to core/.find.lua.mitchell
2008-07-08Added additional standard key commands and added some TODO menu items.mitchell
2008-07-08Fixed typo in core/.find.lua LuaDoc.mitchell
2008-07-08Updated LuaDoc for textadept.reset function; core/.textadept.luamitchell
2008-07-05Added menu option to show command entry; core/ext/menu.luamitchell
2008-07-05Added skeleton set of standard key commands; core/ext/key_commands_std.luamitchell
2008-07-05Fixed mnemonics, added more PM browsers; core/ext/menu.luamitchell
2008-07-05Bugfixes in core/ext/menu.luamitchell
2008-07-05Updated menu structure; core/ext/menu.luamitchell
2008-07-05Added a comprehensive menu; core/ext/menu.luamitchell
2008-06-25Reverted treating lua_dialog as a program; adds Lua as an unwanted dependency.mitchell
2008-06-25Treat lua_dialog.lua as a program, not module; core/init.luamitchell
2008-06-25Colourise from 0, not 1 when refreshing; core/ext/key_commands.luamitchell
2008-06-24Fixed bug with '%' in selected text for replacing; core/ext/find.luamitchell
2008-06-20Added icons to Textadept.mitchell
2008-06-20Added to LuaDoc for pm.browser; core/.browser.luamitchell
2008-06-19Added extra note in LuaDoc about quit handler; core/events.luamitchell
2008-06-18Updated modules LuaDoc to include info about the modules browser; core/._m.luamitchell
2008-06-18No need for empty string pixmap in core/ext/pm/modules_browser.lua.mitchell
2008-06-18Added modules browser to the Project Manager.mitchell
2008-06-18Always load Project Manager settings from session file.mitchell
2008-06-17Updated copyright year information for LuaDoc files.mitchell
2008-06-17Added Tab-completion to Lua Command Entry.mitchell
2008-05-25Added mime type for Ragel files; core/ext/mime_types.luamitchell
2008-05-25Added LuaDoc for textadept.reset(); core/.textadept.luamitchell
2008-05-13Fixed bug for menu actions on non-focused buffer; core/ext/pm/buffer_browser.luamitchell
2008-03-04Updated to use new modular lua_dialog.lua; core/init.luamitchell
2008-03-04Fixed bugs with tonumber(cocoa_dialog(...)) in various files.mitchell
2008-03-03Modified some package paths for consistency.mitchell
2008-03-03Updated copyright notice to include the year 2008.mitchell
2008-02-29Fixed empty buffer.filename bug in save_as(); core/file_io.luamitchell
2008-02-23Eliminated Zenity dependency; replaced with my CocoaDialog clone (lua_dialog).mitchell
2008-02-23Updated LuaDoc error; core/.browser.luamitchell
2008-02-10Removed boolean redundancy; core/ext/pm/ctags_browser.luamitchell