revised api file loading

This commit is contained in:
crazybutcher
2011-04-07 23:41:07 +02:00
parent 8633030248
commit d41ca43659
18 changed files with 2406 additions and 2414 deletions

View File

@@ -1,7 +1,7 @@
return {
name = "Lua",
description = "Commandline Lua interpreter",
api = {"wx","baselib"},
api = {"wxwidgets","baselib"},
frun = function(self,wfilename)
local mainpath = ide.editorFilename:gsub("[^/\\]+$","")
local filepath = wfilename:GetFullPath()