02-24-2014, 04:01 PM
(This post was last modified: 02-25-2014, 08:52 AM by paulclinger.)
(02-23-2014, 12:30 AM)xoft Wrote: Feature-wise it's almost like comparing notepad (Decoda) to MSVC (ZeroBrane). From what I've seen so far, I'm really impressed with the advanced features - mainly the ability to detect errors while typing (using undefined globals, type checking etc.) and perhaps it can even provide MCS-specific code completion.
Also it seems that it is multi-platform, so our Linux guys could finally get a Lua IDE that works on their OSs
Xoft, glad you liked the IDE. You should be able to try debugging MCS plugins with ZBS; I have instructions for "generic" remote debugging with ZBS here: http://studio.zerobrane.com/doc-remote-debugging.html . You can also specify MCS-specific auto-complete information; I've posted documentation and examples on how this can be done here: http://studio.zerobrane.com/doc-api-auto-complete.html . There are also several API descriptions for various engines in api/lua folder.
I'll be checking the thread in case you decide to give it a try and have any questions ... Paul.