You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm creating a lib that extending the as3commons bytecode lib.
There're 22 include "readU32.as.tmpl" in org.as3commons.bytecode.io.AbstractAbcDeserializer.as.
After include calls, code completion didn't worked.
Methods and variables became undefined.
It seems like include is not working properly.
workaround: replace include by the code inside. But in this case it's inconvenient because there're many identical scripts in one file.
Please check this!
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
I'm creating a lib that extending the as3commons bytecode lib.
There're 22
include "readU32.as.tmpl"
inorg.as3commons.bytecode.io.AbstractAbcDeserializer.as
.After
include
calls, code completion didn't worked.Methods and variables became undefined.
It seems like
include
is not working properly.workaround: replace
include
by the code inside. But in this case it's inconvenient because there're many identical scripts in one file.Please check this!
Thanks!
The text was updated successfully, but these errors were encountered: