# HG changeset patch # User Peter Hofer # Date 1320245788 -3600 # Node ID e3e8c6bc9c14ef286b5b66f983f2569972943a15 # Parent e43bd78ca3a4f5cc6fecc7cea9562342ee357cb3 IdealGraphVisualizer: unhide Undo/Redo, these are actually implemented; other minor menu changes diff -r e43bd78ca3a4 -r e3e8c6bc9c14 src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/actions/Bundle.properties --- a/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/actions/Bundle.properties Wed Nov 02 15:37:40 2011 +0100 +++ b/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/actions/Bundle.properties Wed Nov 02 15:56:28 2011 +0100 @@ -1,9 +1,9 @@ CTL_ImportAction=Open... CTL_OpenGraphAction=View graph CTL_DiffGraphAction=Difference to current graph -CTL_RemoveAction=Remove methods +CTL_RemoveAction=Remove selected graph or group CTL_OutlineAction=Outline -CTL_SaveAsAction=Save selected methods... +CTL_SaveAsAction=Save selected graph or group... CTL_SaveAllAction=Save all... CTL_PropertiesAction=Open Properties Window CTL_NewFilterAction=New filter... diff -r e43bd78ca3a4 -r e3e8c6bc9c14 src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/layer.xml --- a/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/layer.xml Wed Nov 02 15:37:40 2011 +0100 +++ b/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/layer.xml Wed Nov 02 15:56:28 2011 +0100 @@ -32,9 +32,13 @@ + + + + - + @@ -56,13 +60,6 @@ - - - - - - - @@ -84,9 +81,7 @@ - - diff -r e43bd78ca3a4 -r e3e8c6bc9c14 src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/actions/Bundle.properties --- a/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/actions/Bundle.properties Wed Nov 02 15:37:40 2011 +0100 +++ b/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/actions/Bundle.properties Wed Nov 02 15:56:28 2011 +0100 @@ -3,5 +3,5 @@ CTL_MoveFilterDownAction=Move downwards CTL_RemoveFilterAction=Remove CTL_RemoveFilterSettingsAction=Remove filter setting -CTL_SaveFilterSettingsAction=Save filter settings... +CTL_SaveFilterSettingsAction=Create filter profile... CTL_NewFilterAction=New filter... diff -r e43bd78ca3a4 -r e3e8c6bc9c14 src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/actions/SaveFilterSettingsAction.java --- a/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/actions/SaveFilterSettingsAction.java Wed Nov 02 15:37:40 2011 +0100 +++ b/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/actions/SaveFilterSettingsAction.java Wed Nov 02 15:56:28 2011 +0100 @@ -49,7 +49,7 @@ } public SaveFilterSettingsAction() { - putValue(Action.SHORT_DESCRIPTION, "Create new filter profile"); + putValue(Action.SHORT_DESCRIPTION, "Save filter configuration as profile..."); } public HelpCtx getHelpCtx() { diff -r e43bd78ca3a4 -r e3e8c6bc9c14 src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/actions/Bundle.properties --- a/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/actions/Bundle.properties Wed Nov 02 15:37:40 2011 +0100 +++ b/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/actions/Bundle.properties Wed Nov 02 15:56:28 2011 +0100 @@ -3,4 +3,4 @@ CTL_EnableBlockLayoutAction=Enable block layout CTL_NodeFindAction=Find CTL_PrevDiagramAction=Show previous graph -CTL_ExportAction=Export... +CTL_ExportAction=Export current graph...