aboutsummaryrefslogtreecommitdiff
path: root/modules/lua
AgeCommit message (Expand)Author
2012-01-05Rename '_m' to '_M'.mitchell
2011-12-31Code cleanup.mitchell
2011-12-21Updated Lua Adeptsense.mitchell
2011-12-13Remove 'package.seeall' from LuaDoc comments.mitchell
2011-12-13Updated Lua Adeptsense.mitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-12-12Updated to Lua 5.2.mitchell
2011-11-30Updated Lua Adeptsense.mitchell
2011-11-27Updated Lua Adeptsense.mitchell
2011-10-31Updated to Scintilla 3.0.0.mitchell
2011-09-28Updated Lua adeptsense.mitchell
2011-09-26Lua code cleanup.mitchell
2011-09-25Refactored textadept.c and changed Lua interface a bit.mitchell
2011-09-08Fixed error in Lua apidoc for math.huge; modules/lua/lua.luadocmitchell
2011-08-31Added Lua debug.traceback documentation.mitchell
2011-08-30Updated Lua apidoc; modules/lua/apimitchell
2011-08-15Fixed Lua Adeptsense `table.sort` apidoc.mitchell
2011-07-29Eliminated the need for keys.conf and keys.osx.conf.mitchell
2011-07-28Updated to Scintilla 2.28.mitchell
2011-07-13Refactored key commands and added menu accelerators.mitchell
2011-06-30Updated Lua Adeptsense.mitchell
2011-06-28Small Adeptsense improvements.mitchell
2011-06-27Fixed bug introduced by stripping '_G' in Lua Adeptsense; modules/lua/init.luamitchell
2011-06-25Added 'fold.line.comments' option for folding multiple single-line comments.mitchell
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-24Add ability to fake modules for generating Adeptsense.mitchell
2011-06-23Use string constants for event names.mitchell
2011-06-23Write Lua table and module apidoc and fix absolute table tags.mitchell
2011-06-23Updated Luadoc and added extra fields to other modules.mitchell
2011-06-22Updated Luadoc and lua adeptsense.mitchell
2011-06-10Updated Lua Adeptsense.mitchell
2011-05-01Updated adeptsense and documentation.mitchell
2011-04-25Changed Mac OSX Adeptsense completion from '~' to 'Ctrl+Esc'.mitchell
2011-03-29Updated Lua module tags and apidoc.mitchell
2011-03-23Updated language modules to use new snippet syntax.mitchell
2011-03-23Rewrote _m.textadept.snippets module.mitchell
2011-03-20Add module field doc to Lua module apidoc.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-02-26Use Ctrl+H for showing apidoc in cpp and lua modules.mitchell
2011-02-25Fixed bug with Lua type assignments; modules/lua/adeptsense.luamitchell
2011-02-21Lua module changes.mitchell
2011-02-17Support type-inference through variable assignment.mitchell
2011-02-15Add sense.syntax.class_definition for class context completion.mitchell
2011-02-13Load user api files for adeptsense language modules.mitchell
2011-02-10Updated documentation.mitchell