Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] task, problem, and bookmark views

The purpose of the rewrite was to clean up the code and clear up some long 
standing bugs/feature requests in these views.

All three views are based largely on a common view called MarkerView. It 
would be quite easy to experiment with a fully merged Task, Problem, and 
Bookmark view using this new code. Have a look at the 
org.eclipse.ui.views.internal.markers.bookmarks package for instance to 
see how little code was required to extend MarkerView to make the bookmark 
view.

Hopefully this cleaner code will give us some agility to derive more 
interesting representations for markers (like Randy's TableTree 
suggestion, for example..)

Chris.




Back to the top