C++ Editor: Moved refactoring actions into sub-menu.

This commit is contained in:
Erik Verbruggen
2010-09-15 14:33:44 +02:00
parent 670e960f97
commit 39a03d2505
4 changed files with 37 additions and 17 deletions

View File

@@ -36,6 +36,7 @@ namespace CppTools {
namespace Constants {
const char * const M_TOOLS_CPP = "CppTools.Tools.Menu";
const char * const M_CPP_REFACTORING = "CppTools.Refactoring.Menu";
const char * const SWITCH_HEADER_SOURCE = "CppTools.SwitchHeaderSource";
const char * const TASK_INDEX = "CppTools.Task.Index";
const char * const TASK_SEARCH = "CppTools.Task.Search";