cpp editor actions

remove some standard actions from the cpp editor context menu,
and enhance the advanced menu instead.
This commit is contained in:
mae
2009-09-24 14:50:22 +02:00
parent a86ea9707b
commit 600fc9b218
6 changed files with 29 additions and 13 deletions

View File

@@ -181,6 +181,7 @@ const char * const G_EDIT_OTHER = "QtCreator.Group.Edit.Other";
const char * const G_EDIT_FORMAT = "QtCreator.Group.Edit.Format";
const char * const G_EDIT_COLLAPSING = "QtCreator.Group.Edit.Collapsing";
const char * const G_EDIT_BLOCKS = "QtCreator.Group.Edit.Blocks";
const char * const G_EDIT_FONT = "QtCreator.Group.Edit.Font";
const char * const G_EDIT_EDITOR = "QtCreator.Group.Edit.Editor";