Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 148553 - [var][flex] Select all is not showing all variables descriptions on select.
Summary: [var][flex] Select all is not showing all variables descriptions on select.
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.2   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 146077 (view as bug list)
Depends on:
Blocks: 146077
  Show dependency tree
 
Reported: 2006-06-25 03:28 EDT by Michael Spector CLA
Modified: 2011-06-03 12:46 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Spector CLA 2006-06-25 03:28:09 EDT
+++ This bug was initially created as a clone of Bug #146077 +++

-Launch debug session.
-Move to variables view.
-Right click -> select all variables.
*** All variables descriptions are missing.
(it works only if adding variable one by one with ctrl button.)
Comment 1 Michael Spector CLA 2006-06-25 04:11:38 EDT
*** Bug 146077 has been marked as a duplicate of this bug. ***
Comment 2 Darin Wright CLA 2006-07-27 16:15:45 EDT
Tree.selectAll() does not cause a callback, so the viewer does not fire a selection change in this case.

Investigated a little and found that updating the action to force a selection change works only for the 'non-virtual' items. If there are items in the tree that are non-visible, selection does not work properly (as those virtual items have not been popuplated with underlying model elements). Tricky.
Comment 3 Darin Wright CLA 2006-07-27 16:16:53 EDT
One workaround is to use "Shift-Select" - i.e. click the first item in the tree and then "Shift-click" the last item in the tree to select all items.
Comment 4 Darin Wright CLA 2007-05-04 12:04:28 EDT
Nothing planned for 3.3. Working around is to use Shift-select.
Comment 5 Pawel Piech CLA 2011-06-03 12:46:47 EDT
I don't think we can fix this without loosing some of the virtual view properties.  It's a compromise.