mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-13 06:04:26 +02:00
update LuaPlayground + add Docify
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
#LuaPlayground
|
||||
|
||||
|
||||
Application for serverside code testing and analytics tool.
|
||||
It allows to execute lua code on the server from the browser
|
||||
It allows to execute lua code on the server from the browser
|
||||
|
||||
## Change logs
|
||||
* 0.0.5-a: Fix worker path error
|
@ -1,4 +1,8 @@
|
||||
#LuaPlayground
|
||||
|
||||
|
||||
Application for serverside code testing and analytics tool.
|
||||
It allows to execute lua code on the server from the browser
|
||||
It allows to execute lua code on the server from the browser
|
||||
|
||||
## Change logs
|
||||
* 0.0.5-a: Fix worker path error
|
File diff suppressed because one or more lines are too long
@ -6,7 +6,7 @@
|
||||
"author": "Xuan Sang LEs",
|
||||
"email": "xsang.le@gmail.com"
|
||||
},
|
||||
"version":"0.0.4-a",
|
||||
"version":"0.0.5-a",
|
||||
"category":"System",
|
||||
"iconclass":"fa fa-adn",
|
||||
"mimes":["none"]
|
||||
|
Binary file not shown.
@ -149,7 +149,7 @@ class LuaPlayground extends this.OS.application.BaseApplication
|
||||
main: () ->
|
||||
@datarea = @find "editorea"
|
||||
@output = @find "output"
|
||||
ace.config.set('basePath', '/scripts/ace')
|
||||
ace.config.set('basePath', "#{window.location.pathname}/scripts/ace")
|
||||
@.editor = ace.edit @datarea
|
||||
@.editor.setOptions {
|
||||
enableBasicAutocompletion: true,
|
||||
|
@ -6,7 +6,7 @@
|
||||
"author": "Xuan Sang LEs",
|
||||
"email": "xsang.le@gmail.com"
|
||||
},
|
||||
"version":"0.0.4-a",
|
||||
"version":"0.0.5-a",
|
||||
"category":"System",
|
||||
"iconclass":"fa fa-adn",
|
||||
"mimes":["none"]
|
||||
|
Reference in New Issue
Block a user