logic: Removed ActivationTranslator and show old token names in search field

This commit is contained in:
Eberhard Graether
2016-05-30 16:00:55 +02:00
parent 5bb6902cdf
commit 5a6e042c8f
10 changed files with 135 additions and 250 deletions
+13
View File
@@ -405,6 +405,19 @@ void QtCodeFile::clickedTitleBar()
void QtCodeFile::clickedTitle()
{
MessageActivateFile(m_filePath).dispatch();
// TODO: check if external file and maximize instead
// MessageChangeFileView msg(
// message->filePath,
// MessageChangeFileView::FILE_MAXIMIZED,
// true,
// false,
// nullptr
// );
// msg.setIsReplayed(message->isReplayed());
// msg.setKeepContent(message->keepContent());
// msg.dispatch();
}
void QtCodeFile::editProject()