add "copy" action to problems output pane.

This commit is contained in:
Oswald Buddenhagen
2008-12-03 21:50:31 +01:00
parent eefb35a899
commit ab20c6ea8b
3 changed files with 75 additions and 2 deletions

View File

@@ -94,6 +94,7 @@ const char * const C_WELCOME_MODE = "Core.WelcomeMode";
const char * const C_EDIT_MODE = "Core.EditMode";
const char * const C_EDITORMANAGER = "Core.EditorManager";
const char * const C_NAVIGATION_PANE = "Core.NavigationPane";
const char * const C_PROBLEM_PANE = "Core.ProblemPane";
//default editor kind
const char * const K_DEFAULT_TEXT_EDITOR = "Plain Text Editor";