aboutsummaryrefslogtreecommitdiff
path: root/core/init.lua
AgeCommit message (Expand)Author
2011-12-15Add support for compiling with LuaJIT.mitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-11-28Updated for 4.3.mitchell
2011-11-23Added theme utilities, modified light and dark themes, and removed scite theme.mitchell
2011-10-31Updated for 4.2.mitchell
2011-09-28Updated for 4.1.mitchell
2011-08-30Updated for 4.0.mitchell
2011-08-10Updated for 4.0 beta 2.mitchell
2011-07-30Updated for 4.0 beta.mitchell
2011-06-30Updated for 3.9.mitchell
2011-06-24Removed '_G' prefix from globals where necessary.mitchell
2011-06-10Updated for 3.8.mitchell
2011-04-27Updated for 3.7.mitchell
2011-03-29Updated for version 3.7 beta 3.mitchell
2011-02-28Updated for version 3.7 beta 2.mitchell
2011-02-01Updated for version 3.7 beta.mitchell
2011-01-21Code cleanup.mitchell
2010-12-28Updated copyright information.mitchell
2010-12-28Updated for version 3.6.mitchell
2010-12-26Separated key command manager from key command definitions.mitchell
2010-11-30Updated for version 3.5.mitchell
2010-11-23Code cleanup.mitchell
2010-10-28Updated for version 3.4.mitchell
2010-10-18Set Lua locale for string comparisons; core/init.luamitchell
2010-09-29Updated for version 3.3.mitchell
2010-09-01Updated files for version 3.2.mitchell
2010-08-21Updated files for version 3.1.mitchell
2010-07-01Updated files for version 3.0.mitchell
2010-06-20Updated version info for 3.0 beta.mitchell
2010-06-17Added dynamic command line argument handling.mitchell
2010-06-16Code and documentation cleanup.mitchell
2010-06-15Removed user_dofile() of keys and snippets.mitchell
2010-06-14Create ~/.textadept/init.lua if one does not already exist; core/init.luamitchell
2010-06-11Removed _G.textadept.mitchell
2010-06-11Renamed textadept.events to events, renamed 'handle' and 'add_handler'.mitchell
2010-05-18Remove initial 'Untitled' buffer when necessary; core/init.luamitchell
2010-05-10Updated files for version 2.2 release.mitchell
2010-04-29Modified files for 2.2 beta 2 release.mitchell
2010-04-05Code cleanup.mitchell
2010-03-30Added About dialog.mitchell
2010-03-29Use textadept.user_dofile() for user init.lua.mitchell
2010-03-23Added textadept.user_dofile to load user files like key commands and snippets.mitchell
2010-03-10Added textadept.buffer_switch() to replace side pane's buffer browser.mitchell
2010-02-23Remove trailing '/' from paths; core/init.luamitchell
2010-01-07Updated copyright to 2010.mitchell
2009-11-08Search _USERHOME for theme names in addition to _HOME.mitchell
2009-07-12No need for package.cpath in core/init.lua anymore.mitchell
2009-07-08Replace lua_dialog with gcocoadialog.mitchell
2009-07-08Create ~/.textadept/ if it doesn't exist; core/init.luamitchell
2009-07-07Use ~/.textadept/ for user settings, sessions, themes, lexers, etc.mitchell