Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe2005-04-27 19:18:13 +0000
committerBogdan Gheorghe2005-04-27 19:18:13 +0000
commit6f38f94b902da419ea5ed8f3e7c790d0165ef130 (patch)
treefc367abec34a233a116cd1b4acf035f2475f0f2c /core/org.eclipse.cdt.ui/plugin.properties
parent308e1f441788b12885452c8de7e54e1762c08fd9 (diff)
downloadorg.eclipse.cdt-6f38f94b902da419ea5ed8f3e7c790d0165ef130.tar.gz
org.eclipse.cdt-6f38f94b902da419ea5ed8f3e7c790d0165ef130.tar.xz
org.eclipse.cdt-6f38f94b902da419ea5ed8f3e7c790d0165ef130.zip
Added Indexer Preference page that sets up the indexer to use for new projects
Removed Index Enabled checkboxes from Source + Dom indexers Added import ctags file option under CTags Indexer Fixed Apply/OK problem
Diffstat (limited to 'core/org.eclipse.cdt.ui/plugin.properties')
-rw-r--r--core/org.eclipse.cdt.ui/plugin.properties9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties
index 3e32ddd02ef..17fd690f8cb 100644
--- a/core/org.eclipse.cdt.ui/plugin.properties
+++ b/core/org.eclipse.cdt.ui/plugin.properties
@@ -309,3 +309,12 @@ c.contextType.name = C
# completion
completionContributors=Code Assist Completion Contributor
+
+# Indexer Preference Name
+indexerPrefName=Indexer
+
+# indexer names
+CDTIndexer.originalsourceindexer=Original C/C++ Indexer
+CDTIndexer.domsourceindexer=DOM AST C/C++ Indexer
+CDTIndexer.ctagsindexer=CTags Indexer
+CDTIndexer.nullindexer=No Indexer

Back to the top