diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 61f63932855..532d106057f 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -373,3 +373,7 @@ TextProposalCategory= &Word Proposals SpecificContentAssist.name= C/C++ Content Assist SpecificContentAssist.desc= A parameterizable command that invokes content assist with a single completion proposal category SpecificContentAssist.param= type + +# CView context +cViewScope.name = In C/C++ Views +cViewScope.description = In C/C++ Views diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index 1d1590a7345..b46df0bb122 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -913,8 +913,15 @@ id="org.eclipse.cdt.ui.cEditorScope"> - + + + + + + + + + +