aboutsummaryrefslogtreecommitdiff
path: root/modules/lua
AgeCommit message (Expand)Author
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
2010-04-09Moved _m.textadept.run module commands to language-specific modules.mitchell
2010-04-08Fixed bug in Lua module commands; modules/lua/commands.luamitchell
2010-04-08Respect tab settings for snippets.mitchell
2010-03-30Removed support for api files.mitchell
2010-01-07Updated copyright to 2010.mitchell
2009-02-28Use UTF-8 internally and respect platform filename encoding.mitchell
2009-02-14Read and write in binary mode for everything.mitchell
2009-01-25Replaced str:match with str:find where applicable for speed improvements.mitchell
2009-01-14No need for 'run' function for running scripts anymore; modules/lua/commands.luamitchell
2009-01-10Various improvements to speed and readability of Lua code.mitchell
2009-01-01Updated copyright dates for 2009.mitchell
2008-12-14Changed language module main command key chain root from Alt+C to Alt+L.mitchell
2008-07-21Moved block comment key commands from language modules to _m.textadept.editing.mitchell
2008-07-08Fix bug when file is not matched in modules/lua/commands.lua.mitchell
2008-06-20Simplified get_line in modules/lua/commands.lua.mitchell