Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2004-06-21 17:56:37 +0000
committerAndrew Niefer2004-06-21 17:56:37 +0000
commit574f68dad7b063c60cd6cf1f227894477a42c778 (patch)
tree3467fc8c54c491aba94a7533ccdef8974122ef70 /core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CUIMessages.properties
parent395aab542687ea328adff814daf08cf7556e6d03 (diff)
downloadorg.eclipse.cdt-574f68dad7b063c60cd6cf1f227894477a42c778.tar.gz
org.eclipse.cdt-574f68dad7b063c60cd6cf1f227894477a42c778.tar.xz
org.eclipse.cdt-574f68dad7b063c60cd6cf1f227894477a42c778.zip
65623 - add rest of the index markers
Diffstat (limited to 'core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CUIMessages.properties')
-rw-r--r--core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CUIMessages.properties8
1 files changed, 6 insertions, 2 deletions
diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CUIMessages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CUIMessages.properties
index 0bf9e4be87c..dfd68239da5 100644
--- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CUIMessages.properties
+++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CUIMessages.properties
@@ -51,5 +51,9 @@ AbstractErrorParserBlock.label.errorParsers=Error Parsers
ICElementPropertyConstants.catagory=Binary Info
IndexerOptions.indexer = C/C++ Indexer
-IndexerOptions.enableIndexing = Enable C/C++ Indexing
-IndexerOptions.enableProblems = Enable C/C++ Index problem reporting
+IndexerOptions.enableIndexing = Enable C/C++ &Indexing
+IndexerOptions.problemReporting = C/C++ Index problem reporting
+IndexerOptions.enablePreprocessor = Report &preprocessor problems
+IndexerOptions.enableSemantic = Report &semantic problems
+IndexerOptions.enableSyntactic = Report s&yntactic problems
+

Back to the top