index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
textadept
/
init.lua
Age
Commit message (
Expand
)
Author
2015-12-31
Updated copyright date.
mitchell
2014-12-31
Updated copyright year.
mitchell
2014-06-12
Lua code cleanup.
mitchell
2014-05-24
Removed Adeptsense in favor of new framework committed in r1735.
mitchell
2014-01-12
Updated copyright information.
mitchell
2013-09-09
Moved buffer IO functions into the `io` module.
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-07-09
Fixed bug in previous commit; modules/textadept/init.lua
mitchell
2013-04-29
More code cleanup.
mitchell
2013-04-24
Moved `_M.textadept.filter_through` functionality into `editing` module.
mitchell
2013-03-25
Added lfs.dir_foreach() for allowing Find in Files to have a filter.
mitchell
2013-01-20
Updated copyright date.
mitchell
2012-03-07
Updated contact email address.
mitchell
2012-01-06
Updated copyright information.
mitchell
2012-01-05
Rename '_m' to '_M'.
mitchell
2011-12-13
Remove 'package.seeall' from LuaDoc comments.
mitchell
2011-12-12
Remove 'module' and update LuaDoc comments appropriately.
mitchell
2011-07-29
Eliminated the need for keys.conf and keys.osx.conf.
mitchell
2011-01-17
Added Adeptsense.
mitchell
2010-12-28
Updated copyright information.
mitchell
2010-12-23
Added filter-through module for shell commands.
mitchell
2010-09-29
Added a textadept.snapopen module.
mitchell
2010-06-11
Renamed modules/textadept/key_commands.lua to modules/textadept/keys.lua.
mitchell
2010-06-11
Moved core extension modules into textadept module.
mitchell
2010-06-10
Moved textadept.mime_types into the textadept module.
mitchell
2010-06-10
Renamed _m.textadept.lsnippets to _m.textadept.snippets.
mitchell
2010-03-02
Removed mlines module since Scintilla's new multiple selections supersede it.
mitchell
2010-01-07
Updated copyright to 2010.
mitchell
2009-07-12
Moved session support from core/file_io.lua to a Textadept module.
mitchell
2009-04-02
Removed macro support; just use Lua for scripting.
mitchell
2009-01-14
Moved utilities to run/compile files and decode errors into a Textadept module.
mitchell
2009-01-05
Add bookmarks to the textadept module and menu.
mitchell
2009-01-01
Updated copyright dates for 2009.
mitchell
2008-03-03
Updated copyright notice to include the year 2008.
mitchell
2007-10-07
Moved key command manager to core.
mitchell
2007-08-15
Added new lsnippets textadept module, updated other modules to use it.
mitchell
2007-08-10
Macros can now be recorded, saved, played, browsed, etc.
mitchell
2007-08-09
Renamed modules global to _m.
mitchell
2007-08-06
Initial import of the textadept module.
mitchell