Assist - VLiance/CWayv-src GitHub Wiki

For IDE project, you can connect the CWayv Compiler to assist you while editing "cw" files.

Assist Functions:

Start(sArg)

Start new compilation project with arguments

FileSave(sFile)

Send a file saving status to Update content on compiler side.

LineChange(sFile, nLineNo)

Update local scope vars list

GetRelScope(sFile, nLineNo, sExpression)

Used for autocompletion. Get vars list from starting expression. Example:"oMyClass." -> get vars list from oMyClass

GetLibInfo()

Return libs list

GetClassInfo(sFile)

Get global vars list & infos from file(class)

GetFuncInfo(sFile)

Get function list & infos from file(class)

Compile()

Compile All

Quit()

Quit Assist