ui: node type keywords to filter autocompletions or activate all nodes (issue #78)

* Fix history stack activating wrong symbol when aggregation was clicked
This commit is contained in:
Eberhard Graether
2017-09-03 15:38:25 +02:00
parent 1d287541e3
commit 9f2509e7de
22 changed files with 333 additions and 94 deletions
@@ -34,7 +34,7 @@ void CodeController::handleMessage(MessageActivateAll* message)
clear();
Project* currentProject = Application::getInstance()->getCurrentProject().get();
if (!currentProject)
if (!currentProject || message->filter)
{
return;
}