[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[eclipse-dev] task, problem, and bookmark views
|
- From: "Chris McLaren" <Chris_McLaren@xxxxxxxxxx>
- Date: Tue, 20 May 2003 16:11:27 -0400
- Delivered-to: eclipse-dev@eclipse.org
Recently the TaskList and BookmarkNavigator views were largely rewritten.
The functionality of TaskList is replaced by two new independent views:
'TaskView' and 'ProblemView'. The functionality of BookmarkNavigator is
replaced by the new view 'BookmarkView'.
These three new views are now used instead of their predecessors in the
'Show View' menu for the resource perspective, I encourage writers of
other perspectives to do the same.
The older views, TaskList and BookmarkNavigator, still remain, and can be
found in the 'Show View' dialog in a category named 'Deprecated'.
All new code in org.eclipse.ui.views is currently in internal packages to
avoid committing any new API at this time.
Please forward me any questions,
Thanks,
Chris.