Editor: Add "File -> Close All Except Visible"

Task-number: QTCREATORBUG-9893

Change-Id: I019ddd28235ae34c70d59bb1c0059b1a6732f433
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Lorenz Haas
2013-08-07 10:33:22 +02:00
committed by Eike Ziller
parent 86ff13b893
commit 33892bca7f
3 changed files with 41 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ const char CLOSE[] = "QtCreator.Close";
const char CLOSE_ALTERNATIVE[] = "QtCreator.Close_Alternative"; // temporary, see QTCREATORBUG-72
const char CLOSEALL[] = "QtCreator.CloseAll";
const char CLOSEOTHERS[] = "QtCreator.CloseOthers";
const char CLOSEALLEXCEPTVISIBLE[] = "QtCreator.CloseAllExceptVisible";
const char GOTONEXT[] = "QtCreator.GotoNext";
const char GOTOPREV[] = "QtCreator.GotoPrevious";
const char GOTONEXTINHISTORY[] = "QtCreator.GotoNextInHistory";