mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 17:50:04 +01:00
[apps/code] VariableBoxController::addNodeIfMatches: factorize the checking
for node unicity and the insertion index computation
This commit is contained in:
@@ -99,7 +99,6 @@ private:
|
||||
* should escape the node scanning process (due to the lexicographical order
|
||||
* or full node table). */
|
||||
bool addNodeIfMatches(const char * textToAutocomplete, int textToAutocompleteLength, ScriptNode::Type type, NodeOrigin origin, const char * nodeName, int nodeNameLength = -1, const char * nodeSourceName = nullptr, const char * description = nullptr);
|
||||
bool contains(const char * name, int nameLength, ScriptNode::Type type);
|
||||
VariableBoxEmptyController m_variableBoxEmptyController;
|
||||
ScriptNode m_currentScriptNodes[k_maxScriptNodesCount];
|
||||
ScriptNode m_builtinNodes[k_totalBuiltinNodesCount];
|
||||
|
||||
Reference in New Issue
Block a user