Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Proper way to inherit key binding scopes

On Thursday 06 May 2004 14:19, Thomas Fletcher wrote:
>       <scope
>             name="%scope.cEditor.name"
>             parent="org.eclipse.ui.textEditorScope"
>             description="%cEditor.description"
>             id="org.eclipse.cdt.ui.cEditorScope">
>       </scope>

Please use "context" instead of "scope" and "parentId" instead of "parent".


> This doesn't seem to work any more with M8.  A simple CTRL-L to bring up

Changing "scope" to "context" should fix this.  If not, then please try using 
the context tracing/debugging options on start-up ("-debug").



d.


Back to the top