forked from qt-creator/qt-creator
		
	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:
		@@ -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";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user