Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Why doesn't ProblemMarker implement IMarker?



Thanks for the feedback. I've opened bug report 65464 to track this
regression.

Lawrence



                                                                           
             Nick                                                          
             Edgar/Ottawa/IBM@                                             
             IBMCA                                                      To 
             Sent by:                  platform-ui-dev@xxxxxxxxxxx         
             platform-ui-dev-a                                          cc 
             dmin@xxxxxxxxxxx                                              
                                                                   Subject 
                                       Re: [platform-ui-dev] Why doesn't   
             06/02/2004 02:32          ProblemMarker implement IMarker?    
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
              platform-ui-dev                                              
                                                                           
                                                                           




Please enter a bug report against Platform UI.  This is a regression from
2.1, but is unfortunately unlikely to change for 3.0 at this late stage.
https://bugs.eclipse.org/bugs/enter_bug.cgi




Lawrence Mandel/Toronto/IBM@IBMCA
Sent by: platform-ui-dev-admin@xxxxxxxxxxx
06/02/2004 02:09 PM
Please respond to
platform-ui-dev


To
platform-ui-dev@xxxxxxxxxxx
cc

Subject
[platform-ui-dev] Why doesn't ProblemMarker implement IMarker?










Hi UI Team,

I have a plugin which assigns a popup action to problem IMarkers. This
worked fine in Eclipse 2.1.x but in Eclipse 3.0, as you know, the problems
view has been separated from the tasks view. In doing so a ProblemMarker
class was created which extends the ConcreteMarker class. Neither of these
classes implement IMarker. A couple questions.

1. Why don't either of these classes implement IMarker? Was this a design
decision or is this an accidental omission?

2. If these classes can't implement IMarker (for whatever reason) can a
public interface be created so I don't have to register my popup action
against an internal class?

Thanks,

Lawrence Mandel

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


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




Back to the top