improved get_node(), connect(), etc code completion.
-properly completes text arguments -includes the "/root" autoloads
This commit is contained in:
parent
71cc2561c6
commit
a67486a39e
10 changed files with 211 additions and 26 deletions
|
|
@ -136,6 +136,14 @@ ScriptInstance::~ScriptInstance() {
|
|||
|
||||
}
|
||||
|
||||
|
||||
ScriptCodeCompletionCache *ScriptCodeCompletionCache::singleton=NULL;
|
||||
ScriptCodeCompletionCache::ScriptCodeCompletionCache() {
|
||||
singleton=this;
|
||||
}
|
||||
|
||||
|
||||
|
||||
void ScriptLanguage::frame() {
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue