aboutsummaryrefslogtreecommitdiff
path: root/modules/lua
AgeCommit message (Expand)Author
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
2011-01-27Added Adeptsense info and screenshots to documentation.mitchell
2011-01-19Can navigate between bookmarks with a filteredlist.mitchell
2011-01-19Added gui.filteredlist() shortcut function for gui.dialog('filteredlist', ...).mitchell
2011-01-18Change cpp and lua module adeptsense key commands.mitchell
2011-01-17Added Adeptsense.mitchell
2010-12-28Updated copyright information.mitchell
2010-12-01Change back to Shift+Return for autocomplete end; modules/lua/commands.luamitchell
2010-11-30Added 'file_after_save' event.mitchell
2010-11-30Ignore shebang line when checking Lua syntax; modules/lua/commands.luamitchell
2010-11-23Code cleanup.mitchell
2010-11-15LuaDoc cleanup.mitchell
2010-11-11Code cleanup.mitchell
2010-11-10Updated LuaDoc; modules/lua/commands.luamitchell
2010-11-10Changes to Lua module.mitchell
2010-10-28Rename MAC variable in to OSX in Lua, __OSX__ in C.mitchell
2010-08-31Updated LuaDoc.mitchell
2010-08-21Added Lua autocompletion support.mitchell
2010-06-11Removed _G.textadept.mitchell
2010-06-10Moved textadept.io into Lua's io table.mitchell
2010-04-10Moved block comment strings to language-specific modules.mitchell