Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] Breakpoints in editor ruler



The reason why they no longer show up is because legacy stuff when
declaring the breakpoint's marker annotations specification was removed in
org.eclipse.debug.ui/plugin.xml. However, it now misses the annotation type
declaration as follows:

   <extension
         point="org.eclipse.ui.editors.annotationTypes">
      <type
         name="org.eclipse.debug.core.breakpoint"
         markerType="org.eclipse.debug.core.breakpointMarker">
      </type>
      <type
         name="org.eclipse.debug.ui.currentIP"
         markerType="org.eclipse.debug.ui.instructionPointer.current">
      </type>
      <type
         name="org.eclipse.debug.ui.secondaryIP"
         markerType="org.eclipse.debug.ui.instructionPointer.secondary">
      </type>
   </extension>

HTH
Dani


                                                                           
             Kai-Uwe                                                       
             Maetzel/Zurich/IB                                             
             M@IBMCH                                                    To 
             Sent by:                  jdt-ui-dev@xxxxxxxxxxx              
             jdt-ui-dev-admin@                                          cc 
             eclipse.org                                                   
                                                                   Subject 
                                       Re: [jdt-ui-dev] Breakpoints in     
             08.03.2004 18:05          editor ruler                        
                                                                           
                                                                           
             Please respond to                                             
             jdt-ui-dev@eclips                                             
                   e.org                                                   
                                                                           
                                                                           





This is unintended. We will fix it.
Kai



                                                                           
 Darin Wright <Darin_Wright@xxxxxxxxxx>                                    
                                                                           
 Sent by: jdt-ui-dev-admin@xxxxxxxxxxx                                  To 
                                                    jdt-ui-dev@xxxxxxxxxxx 
                                                                        cc 
 03/08/2004 05:49 PM                                                       
                                                                   Subject 
                                                    [jdt-ui-dev]           
            Please respond to                       Breakpoints in editor  
         jdt-ui-dev@xxxxxxxxxxx                     ruler                  
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           





Using the latest code from HEAD, I noticed that breakpoints no longer
appear in the Java editor's ruler. Did something change in the Java
editor?

Darin

_______________________________________________
jdt-ui-dev mailing list
jdt-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-ui-dev




Back to the top