aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/init.lua
Commit message (Expand)AuthorAge
* Code cleanup.Gravatar mitchell2011-01-21
* Updated copyright information.Gravatar mitchell2010-12-28
* Updated for version 3.6.Gravatar mitchell2010-12-28
* Separated key command manager from key command definitions.Gravatar mitchell2010-12-26
* Updated for version 3.5.Gravatar mitchell2010-11-30
* Code cleanup.Gravatar mitchell2010-11-23
* Updated for version 3.4.Gravatar mitchell2010-10-28
* Set Lua locale for string comparisons; core/init.luaGravatar mitchell2010-10-18
* Updated for version 3.3.Gravatar mitchell2010-09-29
* Updated files for version 3.2.Gravatar mitchell2010-09-01
* Updated files for version 3.1.Gravatar mitchell2010-08-21
* Updated files for version 3.0.Gravatar mitchell2010-07-01
* Updated version info for 3.0 beta.Gravatar mitchell2010-06-20
* Added dynamic command line argument handling.Gravatar mitchell2010-06-17
* Code and documentation cleanup.Gravatar mitchell2010-06-16
* Removed user_dofile() of keys and snippets.Gravatar mitchell2010-06-15
* Create ~/.textadept/init.lua if one does not already exist; core/init.luaGravatar mitchell2010-06-14
* Removed _G.textadept.Gravatar mitchell2010-06-11
* Renamed textadept.events to events, renamed 'handle' and 'add_handler'.Gravatar mitchell2010-06-11
* Remove initial 'Untitled' buffer when necessary; core/init.luaGravatar mitchell2010-05-18
* Updated files for version 2.2 release.Gravatar mitchell2010-05-10
* Modified files for 2.2 beta 2 release.Gravatar mitchell2010-04-29
* Code cleanup.Gravatar mitchell2010-04-05
* Added About dialog.Gravatar mitchell2010-03-30
* Use textadept.user_dofile() for user init.lua.Gravatar mitchell2010-03-29
* Added textadept.user_dofile to load user files like key commands and snippets.Gravatar mitchell2010-03-23
* Added textadept.buffer_switch() to replace side pane's buffer browser.Gravatar mitchell2010-03-10
* Remove trailing '/' from paths; core/init.luaGravatar mitchell2010-02-23
* Updated copyright to 2010.Gravatar mitchell2010-01-07
* Search _USERHOME for theme names in addition to _HOME.Gravatar mitchell2009-11-08
* No need for package.cpath in core/init.lua anymore.Gravatar mitchell2009-07-12
* Replace lua_dialog with gcocoadialog.Gravatar mitchell2009-07-08
* Create ~/.textadept/ if it doesn't exist; core/init.luaGravatar mitchell2009-07-08
* Use ~/.textadept/ for user settings, sessions, themes, lexers, etc.Gravatar mitchell2009-07-07
* Eliminated redundant LuaDoc.Gravatar mitchell2009-05-01
* Read and write in binary mode for everything.Gravatar mitchell2009-02-14
* Moved the textadept.locale table into the globals table.Gravatar mitchell2009-02-10
* Use a _type field for special _print() buffers' titles instead of 'Untitled'.Gravatar mitchell2009-02-10
* Cleaned up code, used argchecks instead of Lua errors, and enhanced stability.Gravatar mitchell2009-02-08
* Print messages to a split view instead of switching buffers; core/init.luaGravatar mitchell2009-01-27
* Replaced str:match with str:find where applicable for speed improvements.Gravatar mitchell2009-01-25
* Use lexer themes defined in Textadept's themes/, not scintilla-st's themes/.Gravatar mitchell2009-01-24
* Look for ~/.ta_theme for setting _THEME; core/init.luaGravatar mitchell2009-01-23
* Created a way to print messages to different kinds of buffers, not just error.Gravatar mitchell2009-01-16
* Various improvements to speed and readability of Lua code.Gravatar mitchell2009-01-10
* Reformatted all C and Lua code to a single standard for each language.Gravatar mitchell2009-01-08
* Added localization support.Gravatar mitchell2009-01-03
* Updated copyright dates for 2009.Gravatar mitchell2009-01-01
* Fixed bugs in macros and macro browser.Gravatar mitchell2008-12-22
* Previous fix for cancelling CocoaDialog was not a fix; core/init.luaGravatar mitchell2008-12-12