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



I *am* using context and parentId, and experience the same problem...

Adrian.


                                                                           
             Douglas Pollock                                               
             <douglas.pollock@                                             
             magma.ca>                                                  To 
             Sent by:                  platform-ui-dev@xxxxxxxxxxx         
             platform-ui-dev-a                                          cc 
             dmin@xxxxxxxxxxx                                              
                                                                   Subject 
                                       Re: [platform-ui-dev] Proper way to 
             06/05/2004 02:36          inherit key binding scopes          
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
              platform-ui-dev                                              
                                                                           
                                                                           


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").



Back to the top