index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
init.lua
Age
Commit message (
Expand
)
Author
2010-12-28
Updated copyright information.
mitchell
2010-11-23
Code cleanup.
mitchell
2010-06-17
Added dynamic command line argument handling.
mitchell
2010-06-16
Code and documentation cleanup.
mitchell
2010-06-14
Fixes from Robert Gieseke.
mitchell
2010-06-11
Moved core extension modules into textadept module.
mitchell
2010-06-11
Removed _G.textadept.
mitchell
2010-06-10
Moved textadept.mime_types into the textadept module.
mitchell
2010-06-10
Moved core/ext/keys.lua into core/ext/key_commands.lua.
mitchell
2010-06-10
Moved textadept.io into Lua's io table.
mitchell
2010-05-07
Put _USERHOME package paths before _HOME for more extensibility; init.lua
mitchell
2010-04-05
Code cleanup.
mitchell
2010-03-29
Use textadept.user_dofile() for user init.lua.
mitchell
2010-03-10
Removed side pane.
mitchell
2010-02-23
Added '~/.textadept/modules/' to package.path; init.lua
mitchell
2010-01-07
Updated copyright to 2010.
mitchell
2010-01-04
Added command line switch for not loading/saving sessions.
mitchell
2009-07-12
Moved session support from core/file_io.lua to a Textadept module.
mitchell
2009-07-12
Lua code cleanup.
mitchell
2009-07-08
Use lfs.attributes for existance test instead of fopen; init.lua
mitchell
2009-07-07
Use ~/.textadept/ for user settings, sessions, themes, lexers, etc.
mitchell
2009-06-16
Check for ~/.ta_modules using io.open instead of dofile error message; init.lua
mitchell
2009-04-02
Removed macro support; just use Lua for scripting.
mitchell
2009-02-28
Removed 'project' Project Manager browser.
mitchell
2009-02-12
Replaced my key_commands.lua with consolidated key_commands_{std,mac}.lua.
mitchell
2009-01-25
Look for ~/.ta_modules to load modules, falling back on init.lua's default ones.
mitchell
2009-01-25
Replaced str:match with str:find where applicable for speed improvements.
mitchell
2009-01-24
Removed 'find' Project Manager browser.
mitchell
2009-01-19
Command line parameters can now be used in Windows.
mitchell
2009-01-10
Various improvements to speed and readability of Lua code.
mitchell
2009-01-05
Move all 'require' statements into init.lua and label for easy configuration.
mitchell
2009-01-01
Updated copyright dates for 2009.
mitchell
2008-12-22
Enable the menubar by default; init.lua
mitchell
2008-12-14
Added option to load key_commands_mac to init.lua.
mitchell
2008-11-02
Fixed key handling and arg handling for Mac.
mitchell
2008-10-27
Updated Textadept to compile and run on OSX with native GTK framework.
mitchell
2008-07-05
Can load standard key commands from init.lua.
mitchell
2008-07-05
Can load comprehensive menu from init.lua.
mitchell
2008-06-18
Always load Project Manager settings from session file.
mitchell
2008-06-17
Added Tab-completion to Lua Command Entry.
mitchell
2008-03-03
Modified some package paths for consistency.
mitchell
2008-03-03
Updated copyright notice to include the year 2008.
mitchell
2008-02-03
Added textadept.reset() function for resetting the Lua state.
mitchell
2007-12-03
Fixed package precedence bug; init.lua
mitchell
2007-12-02
Fixed command line parameters bug; init.lua
mitchell
2007-10-07
Moved key command manager to core.
mitchell
2007-09-24
Updated documentation.
mitchell
2007-08-06
Fixed bug with opening files via command line arguments; init.lua
mitchell
2007-08-06
Initial import of Textadept Lua init script.
mitchell