aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2009-01-05Move all 'require' statements into init.lua and label for easy configuration.mitchell
2009-01-05Add bookmarks to the textadept module and menu.mitchell
2009-01-03Added localization support.mitchell
All Textadept messages are in core/locale.lua which provides the new 'textadept.locale' module.
2009-01-02Fixed core/ext/key_commands_std.lua key conflict.mitchell
2009-01-01Updated copyright dates for 2009.mitchell
2008-12-30Added 'Show PM Project' to 'Project Manager' menu; core/ext/menu.luamitchell
2008-12-30Updated core/ext/keys.lua LuaDoc for the ALT key on Mac OSX.mitchell
2008-12-30Fixes to recognize Windows path separators.mitchell
2008-12-30Use table.concat instead of multiple string concats; core/events.luamitchell
2008-12-23Updated core/ext/pm/modules_browser.lua to use LuaFileSystem and templates.mitchell
2008-12-23Use table.concat instead of multiple string concats for performance improvement.mitchell
2008-12-23Changed ctags flag for use with Mac OSX; core/ext/pm/ctags_browser.luamitchell
2008-12-22Fixed bugs in macros and macro browser.mitchell
2008-12-22Light theme is the default; moved old dark default into its own theme.mitchell
2008-12-21Finally added ability to quit Textadept from Lua.mitchell
2008-12-21Added an actual project manager for the PM browser.mitchell
2008-12-21Updated core/ext/pm/file_browser.lua to use the LuaFileSystem library.mitchell
2008-12-16textadept.io.close_all() returns true or false now; core/file_io.luamitchell
2008-12-16Project Manager entries use 'text' field, not 'display_text' anymore.mitchell
2008-12-16Updated icons.mitchell
2008-12-14Added standard Mac key commands; core/ext/key_commands_mac.luamitchell
2008-12-14Fixed some conflicting key commands; core/ext/key_commands_std.luamitchell
2008-12-14Delete Windows/Linux built-in Scintilla key commands for Mac; core/events.luamitchell
2008-12-14Fixed key commands bug for Mac; core/ext/keys.luamitchell
2008-12-14Fixed find bug when no match is found; core/ext/find.luamitchell
2008-12-12Previous fix for cancelling CocoaDialog was not a fix; core/init.luamitchell
2008-12-10Use UTF8 encoding by default; core/events.luamitchell
2008-12-10Fix cancelling CocoaDialog bug; core/init.luamitchell
2008-12-06Updated core/iface.lua.mitchell
2008-11-11Find functionality is mostly handled by Lua now.mitchell
2008-11-08Added Lua interface functions to mimick find box button presses.mitchell
2008-11-02Fixed key handling and arg handling for Mac.mitchell
2008-11-01Added support for some AppleEvents, use Scintilla namespace on OSX.mitchell
2008-10-30Work around native GTK-OSX handling of Alt key for composing; core/ext/keys.luamitchell
2008-10-27Updated Textadept to compile and run on OSX with native GTK framework.mitchell
2008-10-08Key commands are quicker and more efficient; core/ext/keys.luamitchell
2008-10-04Added action for 'Find and Replace' menu item; core/ext/menu.luamitchell
2008-10-04Fixed view grow/shrink error when view isn't split; core/ext/menu.luamitchell
2008-09-24Updated LuaDoc for textadept.size property; core/.textadept.luamitchell
2008-09-24Linux comes first; core/file_io.luamitchell
2008-09-24Added textadept.size property.mitchell
2008-09-24Added _THEME variable; themes are now directories with view.lua and buffer.lua.mitchell
Now editing core/events.lua's buffer_new handler function is no longer necessary on a per-user basis. If _THEME is set, that theme's buffer.lua is loaded for a 'buffer_new' event, and view.lua for 'view_new'.
2008-09-21Adapted lua-dialog file selection to work in Windows; core/file_io.luamitchell
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