aboutsummaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Expand)Author
2009-07-12Lua code cleanup.mitchell
2009-07-08Use lfs.attributes for existance test instead of fopen; init.luamitchell
2009-07-07Use ~/.textadept/ for user settings, sessions, themes, lexers, etc.mitchell
2009-06-16Check for ~/.ta_modules using io.open instead of dofile error message; init.luamitchell
2009-04-02Removed macro support; just use Lua for scripting.mitchell
2009-02-28Removed 'project' Project Manager browser.mitchell
2009-02-12Replaced my key_commands.lua with consolidated key_commands_{std,mac}.lua.mitchell
2009-01-25Look for ~/.ta_modules to load modules, falling back on init.lua's default ones.mitchell
2009-01-25Replaced str:match with str:find where applicable for speed improvements.mitchell
2009-01-24Removed 'find' Project Manager browser.mitchell
2009-01-19Command line parameters can now be used in Windows.mitchell
2009-01-10Various improvements to speed and readability of Lua code.mitchell
2009-01-05Move all 'require' statements into init.lua and label for easy configuration.mitchell
2009-01-01Updated copyright dates for 2009.mitchell
2008-12-22Enable the menubar by default; init.luamitchell
2008-12-14Added option to load key_commands_mac to init.lua.mitchell
2008-11-02Fixed key handling and arg handling for Mac.mitchell
2008-10-27Updated Textadept to compile and run on OSX with native GTK framework.mitchell
2008-07-05Can load standard key commands from init.lua.mitchell
2008-07-05Can load comprehensive menu from init.lua.mitchell
2008-06-18Always load Project Manager settings from session file.mitchell
2008-06-17Added Tab-completion to Lua Command Entry.mitchell
2008-03-03Modified some package paths for consistency.mitchell
2008-03-03Updated copyright notice to include the year 2008.mitchell
2008-02-03Added textadept.reset() function for resetting the Lua state.mitchell
2007-12-03Fixed package precedence bug; init.luamitchell
2007-12-02Fixed command line parameters bug; init.luamitchell
2007-10-07Moved key command manager to core.mitchell
2007-09-24Updated documentation.mitchell
2007-08-06Fixed bug with opening files via command line arguments; init.luamitchell
2007-08-06Initial import of Textadept Lua init script.mitchell