From 233db40ce55eba0170cc97a4361ee1b72ca97ac5 Mon Sep 17 00:00:00 2001 From: Sergey Vasiliev Date: Mon, 4 Sep 2006 14:34:17 +0400 Subject: [PATCH] graph bugs && improvements --- resources/src/idea/ActionManager.xml | 8 ++++++++ resources_eng/src/messages/ActionsBundle.properties | 7 +++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/resources/src/idea/ActionManager.xml b/resources/src/idea/ActionManager.xml index d47bfd2734..737f2bd61a 100644 --- a/resources/src/idea/ActionManager.xml +++ b/resources/src/idea/ActionManager.xml @@ -1526,6 +1526,9 @@ + + @@ -1541,17 +1544,22 @@ + + + + diff --git a/resources_eng/src/messages/ActionsBundle.properties b/resources_eng/src/messages/ActionsBundle.properties index 530857ecb3..2ad726dbcd 100644 --- a/resources_eng/src/messages/ActionsBundle.properties +++ b/resources_eng/src/messages/ActionsBundle.properties @@ -918,10 +918,12 @@ action.GenerateEJBFinderOrSelectorMethod.text=EJB Finder/Selector Method... action.OpenPersistenceERDiagramAction.text=Open ER Dia_gram... action.Graph.layout.circular=Circular Layout +action.Graph.layout.balloon=Balloon Layout action.Graph.layout.directed.orthogonal=Directed Orthogonal Layout action.Graph.layout.orthogonal=Orthogonal Layout action.Graph.layout.organic=Organic Layout action.Graph.layout.hierarchic.group=Hierarchic Group Layout +action.Graph.layout.tree=Tree Layout action.Graph.layout.apply.current=Apply current layout action.Graph.zoom.actual=Actual size @@ -930,7 +932,8 @@ action.Graph.zoom.out=Zoom out action.Graph.grid.hide=Hide Grid action.Graph.grid.show=Show Grid -action.Graph.grid.snap=Snap to grid +action.Graph.grid.snap=Snap To Grid +action.Graph.show.edge.label=Show Edge Labels action.Graph.print=Print Graph action.Graph.print.preview=Print Preview @@ -945,4 +948,4 @@ action.MoveToChangeList.text=Move to Changelist... action.MoveToChangeList.description=Move selected file(s) to a different changelist action.TextComponent.ClearAction.text=Clear text -action.TextComponent.ClearAction.description=Clear text in text components \ No newline at end of file +action.TextComponent.ClearAction.description=Clear text in text components \ No newline at end of file -- 2.11.4.GIT