Bug 405829 - [visualizer] Multicore Visualizer Refresh button should do a full refresh of the canvas and model
Summary: [visualizer] Multicore Visualizer Refresh button should do a full refresh of ...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf-gdb (show other bugs)
Version: 8.2   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-16 17:21 EDT by Marc Khouzam CLA
Modified: 2020-09-04 15:24 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Khouzam CLA 2013-04-16 17:21:53 EDT
After discussing model re-creation as part of bug 399419, I got to thinking about the Refresh user action. Currently this action will just refresh the view
from the model.  I recommend we have this action fully refresh everything, including the model.

The reason is that if a user finds a problem with our model updating logic, the Refresh action will provide a quick workaround to clean things up.  Such a 'deep' refresh could be used only for the RefreshAction, so it won't be used often, so we don't have to worry about the cost too much.  

Having such a way to refresh a view has proven useful for other views such as the Variables, Expressions or even Debug view.  See below on how to enable these buttons:
http://wiki.eclipse.org/CDT/User/FAQ#Must_the_Debugging_views_refresh_automatically.3F