Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Help creating plug-in

Try the example plug-in for a view.
File > New > Project, choose Plug-in Project,  give it a name, hit Next,
Next, select "Plug-in with a View" and hit Finish.

That makes a simple plug-in that displays a list. A bit simpler than a
Table, but a good start.

The Problems view uses markers. You may find this article interesting:
http://www.eclipse.org/articles/Article-Mark%20My%20Words/mark-my-words.html

The org.eclipse.ptp.pldt.common.views.SimpleTableView as part of PTP puts
markers in a table view, similar to the problems views as well,
with navigation to source code lines, actions, etc.

...Beth

Beth Tibbitts  (859) 243-4981  (TL 545-4981)
High Productivity Tools / Parallel Tools  http://eclipse.org/ptp
IBM T.J.Watson Research Center
Mailing Address:  IBM Corp., 455 Park Place, Lexington, KY 40511


                                                                           
             Andre-John Mas                                                
             <ajmas@sympatico.                                             
             ca>                                                        To 
             Sent by:                  cdt-dev@xxxxxxxxxxx                 
             cdt-dev-bounces@e                                          cc 
             clipse.org                                                    
                                                                   Subject 
                                       [cdt-dev] Help creating plug-in     
             10/31/2006 07:04                                              
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
               "CDT General                                                
             developers list."                                             
             <cdt-dev@eclipse.                                             
                   org>                                                    
                                                                           
                                                                           




Hi,

I am interested in creating a plugin that will display a table,
somewhat like the one used for
'Problems'. The table would be populated using data from an
underlying process. Does anyone
have a simple example or tutorial for doing this?

Thanks

Andre
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top