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


So 2.1 behavior is no longer supported?  Or did this never work to begin with?

-r



Douglas Pollock <douglas.pollock@xxxxxxxx>
Sent by: platform-ui-dev-admin@xxxxxxxxxxx

05/06/2004 02:36 PM
Please respond to platform-ui-dev

       
        To:        platform-ui-dev@xxxxxxxxxxx
        cc:        
        Subject:        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.
_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ui-dev


Back to the top