aboutsummaryrefslogtreecommitdiff
path: root/core/events.lua
AgeCommit message (Expand)Author
2009-01-25Fixed bug with URI dropping and do nothing with directory drops; core/events.luamitchell
2009-01-24Use lexer themes defined in Textadept's themes/, not scintilla-st's themes/.mitchell
2009-01-23Allow _THEME to be a directory path, not just a name in themes/; core/events.luamitchell
2009-01-16Created a way to print messages to different kinds of buffers, not just error.mitchell
2009-01-14Changed incorrect usage of buffer.call_tip_use_style in themes.mitchell
2009-01-14Moved utilities to run/compile files and decode errors into a Textadept module.mitchell
2009-01-10Various improvements to speed and readability of Lua code.mitchell
2009-01-08Reformatted all C and Lua code to a single standard for each language.mitchell
2009-01-03Added localization support.mitchell
2009-01-01Updated copyright dates for 2009.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-22Light theme is the default; moved old dark default into its own theme.mitchell
2008-12-14Delete Windows/Linux built-in Scintilla key commands for Mac; core/events.luamitchell
2008-12-10Use UTF8 encoding by default; core/events.luamitchell
2008-11-01Added support for some AppleEvents, use Scintilla namespace on OSX.mitchell
2008-09-24Added _THEME variable; themes are now directories with view.lua and buffer.lua.mitchell
2008-09-21Added uri_dropped handler in core/events.lua to open dragged and dropped files.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-06-19Added extra note in LuaDoc about quit handler; core/events.luamitchell
2008-06-17Added Tab-completion to Lua Command Entry.mitchell
2008-03-04Fixed bugs with tonumber(cocoa_dialog(...)) in various files.mitchell
2008-03-03Updated copyright notice to include the year 2008.mitchell
2008-02-23Eliminated Zenity dependency; replaced with my CocoaDialog clone (lua_dialog).mitchell
2007-10-06Added textadept.print function that prints to the error buffer.mitchell
2007-10-06Added support for "double-click, goto error" in error buffer; core/events.luamitchell
2007-09-27Added buffer:reload() function.mitchell
2007-09-23Added dynamically defined GTK menus and menubar.mitchell
2007-08-21Moved @usage LuaDocs to comment blocks inside the modules.mitchell
2007-08-15Renamed handlers module to events, updated everything to reflect changes.mitchell