forked from qt-creator/qt-creator
		
	Added special context menu for CMakeEditor.
This patch replaces generic context menu in CMakeEditor with CMake-specific menu, containing action for file navigation and line commenting. Change-Id: I30c4ab5e517c77f801d2cc27561ded79dcf977a3 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
		
				
					committed by
					
						
						Daniel Teske
					
				
			
			
				
	
			
			
			
						parent
						
							bbe0d967a7
						
					
				
				
					commit
					b67d761462
				
			@@ -47,6 +47,13 @@ const char RUNCMAKECONTEXTMENU[] = "CMakeProject.RunCMakeContextMenu";
 | 
			
		||||
// Project
 | 
			
		||||
const char CMAKEPROJECT_ID[] = "CMakeProjectManager.CMakeProject";
 | 
			
		||||
 | 
			
		||||
// Menu
 | 
			
		||||
const char M_CONTEXT[] = "CMakeEditor.ContextMenu";
 | 
			
		||||
 | 
			
		||||
// Actions
 | 
			
		||||
const char SEPARATOR[]        = "CMakeEditor.Separator";
 | 
			
		||||
const char JUMP_TO_FILE[]     = "CMakeEditor.JumpToFile";
 | 
			
		||||
 | 
			
		||||
} // namespace Constants
 | 
			
		||||
} // namespace CMakeProjectManager
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user