aboutsummaryrefslogtreecommitdiff
path: root/core/init.lua
AgeCommit message (Expand)Author
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
2009-05-01Eliminated redundant LuaDoc.mitchell
2009-02-14Read and write in binary mode for everything.mitchell
2009-02-10Moved the textadept.locale table into the globals table.mitchell
2009-02-10Use a _type field for special _print() buffers' titles instead of 'Untitled'.mitchell
2009-02-08Cleaned up code, used argchecks instead of Lua errors, and enhanced stability.mitchell
2009-01-27Print messages to a split view instead of switching buffers; core/init.luamitchell
2009-01-25Replaced str:match with str:find where applicable for speed improvements.mitchell
2009-01-24Use lexer themes defined in Textadept's themes/, not scintilla-st's themes/.mitchell
2009-01-23Look for ~/.ta_theme for setting _THEME; core/init.luamitchell
2009-01-16Created a way to print messages to different kinds of buffers, not just error.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-22Fixed bugs in macros and macro browser.mitchell
2008-12-12Previous fix for cancelling CocoaDialog was not a fix; core/init.luamitchell
2008-12-10Fix cancelling CocoaDialog bug; core/init.luamitchell