| Summary: | [Memory Browser]Switching between two cpus does not affect edit box where address is entered | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Alain Lee <a-lee> | ||||||
| Component: | cdt-memory | Assignee: | cdt-debug-inbox <cdt-debug-inbox> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | Ted Williams <ted> | ||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | teodor.madan | ||||||
| Version: | 7.0 | ||||||||
| Target Milestone: | 8.0 | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows XP | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
|
Description
Alain Lee
Created attachment 174501 [details]
fix
Track the last good expression in the tab folder data.
question though, wouldn't be better for updating expression per active tab as well?
i.e.
1. Open Memory Browser view
2. GoTo expression "symbol1"
3. Create new tab with expression "symbol2"
4. Each time user changes active tab then expression field would be updating according to the expression used to create/reposition the rendering from the active tab folder.
(In reply to comment #1) > Created an attachment (id=174501) [details] > fix > Track the last good expression in the tab folder data. > question though, wouldn't be better for updating expression per active tab as > well? > i.e. > 1. Open Memory Browser view > 2. GoTo expression "symbol1" > 3. Create new tab with expression "symbol2" > 4. Each time user changes active tab then expression field would be updating > according to the expression used to create/reposition the rendering from the > active tab folder. This is also what we'd like to have. Thanks! Created attachment 174512 [details]
patch that will update expressions on Tab item focus change
Patch will update expression text on active tab item change.
*** cdt cvs genie on behalf of tmadan *** Bug 319193 - [Memory Browser]Switching between two cpus does not affect edit box where address is entered [*] MemoryBrowser.java 1.31 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/src/org/eclipse/cdt/debug/ui/memory/memorybrowser/MemoryBrowser.java?root=Tools_Project&r1=1.30&r2=1.31 [*] GoToAddressBarWidget.java 1.7 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/src/org/eclipse/cdt/debug/ui/memory/memorybrowser/GoToAddressBarWidget.java?root=Tools_Project&r1=1.6&r2=1.7 Fixed on head |