Skip to main content

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

+1
-----Oprindelig meddelelse-----
Fra: platform-ui-dev-admin@xxxxxxxxxxx [mailto:platform-ui-dev-admin@xxxxxxxxxxx]På vegne af Randy Hudson
Sendt: 21. maj 2003 21:43
Til: platform-ui-dev@xxxxxxxxxxx
Emne: Re: [platform-ui-dev] task, problem, and bookmark views


That's a good point.  But, you can create the equivalent of two views with the single existing view. Why not introduce a "Task Set" that could be similar to working sets elsewhere. This builds on what the user already knows, meaning both the Tasks View, and use of "sets". And it scales to more than 2.



-Randy



"Bob Foster" <bob@xxxxxxxxxx>
Sent by: platform-ui-dev-admin@xxxxxxxxxxx

05/21/2003 02:13 PM
Please respond to platform-ui-dev

       
        To:        <platform-ui-dev@xxxxxxxxxxx>
        cc:        
        Subject:        Re: [platform-ui-dev] task, problem, and bookmark views



I'm not so sure. When I filter out all warnings, in the absence of errors I'm just left with 100's of TODOs. I would prefer to have those in a separate view rather than filter them out. Perhaps the filters could be improved, in addition.
 
Changing the subject, I see XML Errors and XML Schema Errors in the filter list. How are markers flagged as these types? Do they correspond to anything in Eclipse today? Please don't tell me they are hard-wired to PDE markers. ;-}
 
Bob
----- Original Message -----
From: Randy Hudson
To: platform-ui-dev@xxxxxxxxxxx
Sent: Wednesday, May 21, 2003 10:07 AM
Subject: Re: [platform-ui-dev] task, problem, and bookmark views


I would prefer to see a single TaskView that is more efficient than the current version. I'm sometimes sorting through 2000 problems.  Splitting that in half doesn't really solve the problem.


Maybe the two new views already do this, but if not, why not first experiment with tabletrees, filters, modes (like "problems" and "tasks"), and other approaches to improving the management issue.


As a user, I would prefer one view that works well.  This change goes against the "Reduce Workbench Clutter" line item.  It is also going to confuse users who already know how things work.


-randy



"Chris McLaren" <Chris_McLaren@xxxxxxxxxx>
Sent by: platform-ui-dev-admin@xxxxxxxxxxx

05/20/2003 04:11 PM
Please respond to platform-ui-dev

       
       To:        eclipse-dev@xxxxxxxxxxx, platform-ui-dev@xxxxxxxxxxx

       cc:        

       Subject:        [platform-ui-dev] task, problem, and bookmark views




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.

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



Back to the top