aboutsummaryrefslogtreecommitdiff
path: root/modules/lua/init.lua
AgeCommit message (Expand)Author
2014-06-30Condensed manual and API documentation into single files.mitchell
2014-05-28Updated LuaDoc.mitchell
2014-05-28Utilize list separator characters instead of hard-coded characters.mitchell
2014-05-25ANSI C and Lua language module tweaks.mitchell
2014-05-24Removed Adeptsense in favor of new framework committed in r1735.mitchell
2014-04-01Updated Lua Adeptsense; modules/lua/init.luamitchell
2014-03-26Include my new "lspawn" module by default for spawning processes.mitchell
2014-01-12Updated copyright information.mitchell
2013-09-27Integrated compile and run commands for most languages.mitchell
2013-09-15Do not convert filenames to UTF-8; keep them in `_CHARSET`.mitchell
2013-08-26Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.mitchell
2013-06-12`_M.textadept.editing.block_comment()` supports block comment delimiters.mitchell
2013-05-15Set language-specific buffer properties through an event instead of a function.mitchell
2013-04-29More code cleanup.mitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
2013-01-20Updated copyright date.mitchell
2012-11-19Rewrote LuaDoc.mitchell
2012-11-19Changed Lua code style for tables.mitchell
2012-10-29Updated documentation formatting.mitchell
2012-10-06Fixed more bugs introduced by r1260.mitchell
2012-09-12Documentation overhaul.mitchell
2012-07-21Converted some `buffer` "get" and "set" functions into properties.mitchell
2012-07-21Lua code cleanup and API changes.mitchell
2012-04-06Respect user annotation preference; modules/lua/init.luamitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-07Updated contact email address.mitchell
2012-03-07Documentation overhaul with Discount (Markdown implementation).mitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2012-01-24Rename module shortcut variables.mitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Rename '_m' to '_M'.mitchell
2011-12-31Code cleanup.mitchell
2011-12-13Remove 'package.seeall' from LuaDoc comments.mitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-12-12Updated to Lua 5.2.mitchell
2011-09-26Lua code cleanup.mitchell
2011-07-13Refactored key commands and added menu accelerators.mitchell
2011-06-28Small Adeptsense improvements.mitchell
2011-06-27Fixed bug introduced by stripping '_G' in Lua Adeptsense; modules/lua/init.luamitchell
2011-06-24Strip '_G' from Lua Adeptsense symbols and remove duplicate tags.mitchell
2011-06-24Removed '_G' prefix from globals where necessary.mitchell
2011-06-24Add io.open, io.popen type assignments to Lua Adeptsense.mitchell
2011-06-23Use string constants for event names.mitchell
2011-04-25Changed Mac OSX Adeptsense completion from '~' to 'Ctrl+Esc'.mitchell
2011-03-23Updated language modules to use new snippet syntax.mitchell
2011-03-17Performance and speed improvements.mitchell
2011-03-14Added type inference through 'require' for Lua module; modules/lua/init.luamitchell
2011-02-28Updated lua module.mitchell
2011-02-28Condense language modules into single init.lua file.mitchell
2011-01-17Added Adeptsense.mitchell