aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/lua/init.lua
Commit message (Expand)AuthorAge
* Do not convert filenames to UTF-8; keep them in `_CHARSET`.Gravatar mitchell2013-09-15
* Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.Gravatar mitchell2013-08-26
* `_M.textadept.editing.block_comment()` supports block comment delimiters.Gravatar mitchell2013-06-12
* Set language-specific buffer properties through an event instead of a function.Gravatar mitchell2013-05-15
* More code cleanup.Gravatar mitchell2013-04-29
* Textadept should support multiple curses platforms; remove ncurses references.Gravatar mitchell2013-04-03
* Updated copyright date.Gravatar mitchell2013-01-20
* Rewrote LuaDoc.Gravatar mitchell2012-11-19
* Changed Lua code style for tables.Gravatar mitchell2012-11-19
* Updated documentation formatting.Gravatar mitchell2012-10-29
* Fixed more bugs introduced by r1260.Gravatar mitchell2012-10-06
* Documentation overhaul.Gravatar mitchell2012-09-12
* Converted some `buffer` "get" and "set" functions into properties.Gravatar mitchell2012-07-21
* Lua code cleanup and API changes.Gravatar mitchell2012-07-21
* Respect user annotation preference; modules/lua/init.luaGravatar mitchell2012-04-06
* Moved "Markdown:" comments into module LuaDoc comments.Gravatar mitchell2012-03-16
* Updated contact email address.Gravatar mitchell2012-03-07
* Documentation overhaul with Discount (Markdown implementation).Gravatar mitchell2012-03-07
* Update LuaDoc with new formatting.Gravatar mitchell2012-02-10
* Rename module shortcut variables.Gravatar mitchell2012-01-24
* Updated copyright information.Gravatar mitchell2012-01-06
* Rename '_m' to '_M'.Gravatar mitchell2012-01-05
* Code cleanup.Gravatar mitchell2011-12-31
* Remove 'package.seeall' from LuaDoc comments.Gravatar mitchell2011-12-13
* Remove 'module' and update LuaDoc comments appropriately.Gravatar mitchell2011-12-12
* Updated to Lua 5.2.Gravatar mitchell2011-12-12
* Lua code cleanup.Gravatar mitchell2011-09-26
* Refactored key commands and added menu accelerators.Gravatar mitchell2011-07-13
* Small Adeptsense improvements.Gravatar mitchell2011-06-28
* Fixed bug introduced by stripping '_G' in Lua Adeptsense; modules/lua/init.luaGravatar mitchell2011-06-27
* Strip '_G' from Lua Adeptsense symbols and remove duplicate tags.Gravatar mitchell2011-06-24
* Removed '_G' prefix from globals where necessary.Gravatar mitchell2011-06-24
* Add io.open, io.popen type assignments to Lua Adeptsense.Gravatar mitchell2011-06-24
* Use string constants for event names.Gravatar mitchell2011-06-23
* Changed Mac OSX Adeptsense completion from '~' to 'Ctrl+Esc'.Gravatar mitchell2011-04-25
* Updated language modules to use new snippet syntax.Gravatar mitchell2011-03-23
* Performance and speed improvements.Gravatar mitchell2011-03-17
* Added type inference through 'require' for Lua module; modules/lua/init.luaGravatar mitchell2011-03-14
* Updated lua module.Gravatar mitchell2011-02-28
* Condense language modules into single init.lua file.Gravatar mitchell2011-02-28
* Added Adeptsense.Gravatar mitchell2011-01-17
* Updated copyright information.Gravatar mitchell2010-12-28
* Removed support for api files.Gravatar mitchell2010-03-30
* Updated copyright to 2010.Gravatar mitchell2010-01-07
* Updated copyright dates for 2009.Gravatar mitchell2009-01-01
* Updated copyright notice to include the year 2008.Gravatar mitchell2008-03-03
* Renamed modules global to _m.Gravatar mitchell2007-08-09
* Initial import of the lua module.Gravatar mitchell2007-08-06