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