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



(*sent too fast...*) More specifically, I have problems inheriting my own
contexts:

<extension point="org.eclipse.ui.contexts">
  <context
   name="LPEX/lpex" description="LPEX/lpex"
   parentId="org.eclipse.ui.textEditorScope"
   id="com.ibm.lpex.lpexScope"/>          // MY BASE CONTEXT, inheriting
from Eclipse
  <context
   name="LPEX/seu" description="LPEX/seu"
   parentId="com.ibm.lpex.lpexScope"
   id="com.ibm.lpex.seuScope"/>           // trying unsuccessfully to
inherit from my base...
  <context
   name="LPEX/xedit" description="LPEX/xedit"
   parentId="com.ibm.lpex.lpexScope"
   id="com.ibm.lpex.xeditScope"/>         // ... same grief ...
  <context
   name="LPEX/ispf" description="LPEX/ispf"
   parentId="com.ibm.lpex.lpexScope"
   id="com.ibm.lpex.ispfScope"/>                // ... same grief...
 </extension>



                                                                           
             Adrian                                                        
             Storisteanu/Toron                                             
             to/IBM@IBMCA                                               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:46          inherit key binding scopes          
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
              platform-ui-dev                                              
                                                                           
                                                                           


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

Adrian.



Back to the top