Terminé de tester le WEB IDE à Matthieu Borgognon, il est super sexy, mais consomme BEAUCOUP trop de RAM en l'état. 8'344 de plus que mon web_ide2.lua actuel !
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
|
||||
|
||||
f= "web_ide.lc" if file.exists(f)==false then
|
||||
print("no exist")
|
||||
end
|
||||
f= "web_ide.lc" if file.exists(f) then dofile(f) else dofile(string.gsub(f, ".lc", ".lua")) end
|
||||
|
||||
|
||||
|
||||
@@ -10,7 +8,7 @@ end
|
||||
f= "web_ide.lua" if file.exists(f) then dofile(f) end
|
||||
|
||||
|
||||
node.compile("hello.lua")
|
||||
|
||||
|
||||
|
||||
f= "web_ide.lc" if file.exists(f) then dofile(f) end
|
||||
|
||||
Reference in New Issue
Block a user