logic: improvements for IDE communication

* fixed Sublime Text plugin to correctly send messages
* activate and focus Coati window when receiving a message
* extended lookup range for activate token message from plugin
This commit is contained in:
Eberhard Graether
2015-11-13 13:09:22 +01:00
parent df7c5ea9b7
commit 3c2804797a
9 changed files with 63 additions and 13 deletions
+5
View File
@@ -108,6 +108,11 @@ void Application::saveProject(const FilePath& projectSettingsFilePath)
}
}
void Application::handleMessage(MessageActivateWindow* message)
{
m_mainView->activateWindow();
}
void Application::handleMessage(MessageFinishedParsing* message)
{
m_project->logStats();