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
2018-01-25
Updated copyright year.
mitchell
2018-01-17
Updated `init.lua` to include new `fold.compact` property setting.
mitchell
2018-01-04
Print compatibility messages instead of showing a dialog box.
mitchell
2017-12-31
Added temporary compatibility notices when upgrading to Textadept 10.
mitchell
2017-11-12
Buffer settings on startup apply to subsequent buffers.
mitchell
2016-12-31
Updated copyright information.
mitchell
2015-12-31
Updated copyright date.
mitchell
2014-12-31
Updated copyright year.
mitchell
2014-05-10
Add "_HOME/modules" to `package.cpath`; init.lua
mitchell
2014-01-12
Updated copyright information.
mitchell
2013-10-02
Show user-init error messages in a dialog to prevent crashing; init.lua
mitchell
2013-09-06
Fixed bug in processing command line options introduced in r1546.
mitchell
2013-08-31
Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.
mitchell
2013-08-26
Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.
mitchell
2013-08-26
Renamed `gui` to `ui` since it's more applicable.
mitchell
2013-06-24
Removed `_G.RESETTING`; test for `arg` instead.
mitchell
2013-05-15
`_M.textadept = require('textadept')` in user init is superfluous.
mitchell
2013-04-29
More code cleanup.
mitchell
2013-01-20
Updated copyright date.
mitchell
2012-09-22
Fixes to Lua paths.
mitchell
2012-07-21
Lua code cleanup and API changes.
mitchell
2012-04-10
Support for single-instance on Linux and BSD with GLib 2.28.
mitchell
2012-03-07
Updated contact email address.
mitchell
2012-01-06
Updated copyright information.
mitchell
2012-01-05
Code cleanup.
mitchell
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
[next]