index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
events.lua
Age
Commit message (
Expand
)
Author
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
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
2007-10-06
Added textadept.print function that prints to the error buffer.
mitchell
2007-10-06
Added support for "double-click, goto error" in error buffer; core/events.lua
mitchell
2007-09-27
Added buffer:reload() function.
mitchell
2007-09-23
Added dynamically defined GTK menus and menubar.
mitchell
2007-08-21
Moved @usage LuaDocs to comment blocks inside the modules.
mitchell
2007-08-15
Renamed handlers module to events, updated everything to reflect changes.
mitchell