aboutsummaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Expand)Author
2012-04-10Support for single-instance on Linux and BSD with GLib 2.28.mitchell
2012-03-07Updated contact email address.mitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Code cleanup.mitchell
2010-12-28Updated copyright information.mitchell
2010-11-23Code cleanup.mitchell
2010-06-17Added dynamic command line argument handling.mitchell
2010-06-16Code and documentation cleanup.mitchell
2010-06-14Fixes from Robert Gieseke.mitchell
2010-06-11Moved core extension modules into textadept module.mitchell
2010-06-11Removed _G.textadept.mitchell
2010-06-10Moved textadept.mime_types into the textadept module.mitchell
2010-06-10Moved core/ext/keys.lua into core/ext/key_commands.lua.mitchell
2010-06-10Moved textadept.io into Lua's io table.mitchell
2010-05-07Put _USERHOME package paths before _HOME for more extensibility; init.luamitchell
2010-04-05Code cleanup.mitchell
2010-03-29Use textadept.user_dofile() for user init.lua.mitchell
2010-03-10Removed side pane.mitchell
2010-02-23Added '~/.textadept/modules/' to package.path; init.luamitchell
2010-01-07Updated copyright to 2010.mitchell
2010-01-04Added command line switch for not loading/saving sessions.mitchell
2009-07-12Moved session support from core/file_io.lua to a Textadept module.mitchell
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