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