-
Notifications
You must be signed in to change notification settings - Fork 1
Assist
Medha Lódurr edited this page Sep 7, 2018
·
8 revisions
For IDE project, you can connect the CWayv Compiler to assist you while editing "cw" files.
Start new compilation project with arguments
Send a file saving status to Update content on compiler side.
Update local scope vars list
Used for autocompletion. Get vars list from starting expression. Example:"oMyClass." -> get vars list from oMyClass
Return libs list
Get global vars list & infos from file(class)
Get function list & infos from file(class)
Compile All
Quit Assist