Added Moai auto-complete (closes #52).

This commit is contained in:
Paul Kulchenko
2012-09-20 13:12:33 -07:00
parent f8b447425e
commit 185ebb5bbf
3 changed files with 6830 additions and 1 deletions

6828
api/lua/moai.lua Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -4,7 +4,7 @@ local win = ide.osname == "Windows"
return {
name = "Moai",
description = "Moai mobile platform",
api = {"baselib"},
api = {"baselib", "moai"},
frun = function(self,wfilename,rundebug)
moai = moai or ide.config.path.moai -- check if the path is configured
if not moai then

View File

@@ -3,6 +3,7 @@ LICENSE
README.md
api/lua/baselib.lua
api/lua/love2d.lua
api/lua/moai.lua
api/readme.txt
cfg/user-sample.lua
interpreters/love2d.lua