aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2010-03-30 12:11:32 +0200
committerdt <qtc-committer@nokia.com>2010-03-30 12:11:32 +0200
commit916623b473f24ecbe61bf7830df2fb6451a7b678 (patch)
tree7f447cd39fd38de03403698e329c5e234bd4753e /src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
parent663b16673222e46afdb631e44ec2a04cb884878d (diff)
-cmake syntax highlighting, with the help from Daniel
Alex Merge-request: 2164 Reviewed-by: dt <qtc-committer@nokia.com>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeprojectconstants.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakeprojectconstants.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h b/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
index 233773cada..7011db96f0 100644
--- a/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
+++ b/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
@@ -35,7 +35,9 @@ namespace Constants {
const char * const PROJECTCONTEXT = "CMakeProject.ProjectContext";
const char * const CMAKEMIMETYPE = "text/x-cmake"; // TOOD check that this is correct
-
+const char * const CMAKE_EDITOR_ID = "CMakeProject.CMakeEditor";
+const char * const CMAKE_EDITOR_DISPLAY_NAME = "CMake Editor";
+const char * const C_CMAKEEDITOR = "CMakeProject.Context.CMakeEditor";
} // namespace Constants
} // namespace CMakeProjectManager