improved get_node(), connect(), etc code completion.
-properly completes text arguments -includes the "/root" autoloads
This commit is contained in:
@ -136,6 +136,14 @@ ScriptInstance::~ScriptInstance() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
ScriptCodeCompletionCache *ScriptCodeCompletionCache::singleton=NULL;
|
||||
ScriptCodeCompletionCache::ScriptCodeCompletionCache() {
|
||||
singleton=this;
|
||||
}
|
||||
|
||||
|
||||
|
||||
void ScriptLanguage::frame() {
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user