MultiViewToolApplication.st
branchjv
changeset 12517 3a904476a8d2
parent 12431 9f0c59c742d5
parent 12482 e801a369d243
child 15566 184cea584be5
--- a/MultiViewToolApplication.st	Fri Mar 15 10:14:37 2013 +0000
+++ b/MultiViewToolApplication.st	Fri Mar 22 09:21:23 2013 +0000
@@ -44,6 +44,7 @@
 "
 ! !
 
+
 !MultiViewToolApplication class methodsFor:'defaults'!
 
 defaultEditToolbarVisible
@@ -64,6 +65,7 @@
     "Created: / 14-07-2007 / 16:38:47 / cg"
 ! !
 
+
 !MultiViewToolApplication class methodsFor:'help specs'!
 
 flyByHelpSpec
@@ -75,16 +77,17 @@
 'Add another page (tab)'
 
 #hideToolBar
-'Hide the toolbar. Show again via the "View"-Menu'
+'Hide the toolbar. Show again via the "View"-menu'
 
 #hideEditToolBar
-'Hide Edit-Toolbar. Show again via the "View"-Menu'
+'Hide the edit-toolbar. Show again via the "View"-menu'
 
 )
 
     "Modified: / 06-07-2011 / 18:08:57 / cg"
 ! !
 
+
 !MultiViewToolApplication class methodsFor:'image specs'!
 
 hideToolBarIcon
@@ -95,6 +98,7 @@
     "Created: / 18-02-2007 / 14:53:38 / cg"
 ! !
 
+
 !MultiViewToolApplication class methodsFor:'interface specs'!
 
 windowSpec
@@ -203,6 +207,7 @@
     "Modified: / 11-05-2012 / 11:43:32 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !MultiViewToolApplication class methodsFor:'menu specs'!
 
 editToolBarMenu
@@ -543,6 +548,7 @@
       )
 ! !
 
+
 !MultiViewToolApplication class methodsFor:'queries'!
 
 isVisualStartable
@@ -553,6 +559,7 @@
     ^ super isVisualStartable
 ! !
 
+
 !MultiViewToolApplication methodsFor:'accessing'!
 
 selectedWorkspace
@@ -654,6 +661,7 @@
     ^ workspaces
 ! !
 
+
 !MultiViewToolApplication methodsFor:'aspects'!
 
 editToolBarVisibleHolder
@@ -721,6 +729,7 @@
     "Modified: / 14-07-2007 / 16:39:55 / cg"
 ! !
 
+
 !MultiViewToolApplication methodsFor:'aspects-queries'!
 
 canRemoveAllWorkspacesExcept:idx
@@ -756,6 +765,7 @@
       and:[v list contains:[:l | l notEmptyOrNil]]] 
 ! !
 
+
 !MultiViewToolApplication methodsFor:'change & update'!
 
 infoVisibilityChanged
@@ -836,6 +846,7 @@
     "Modified: / 14-07-2007 / 16:46:14 / cg"
 ! !
 
+
 !MultiViewToolApplication methodsFor:'defaults'!
 
 defaultFileNameForLoad
@@ -862,6 +873,7 @@
     "Created: / 25-10-2006 / 14:57:18 / cg"
 ! !
 
+
 !MultiViewToolApplication methodsFor:'initialization'!
 
 hideToolBarButtonCreated:aButton
@@ -886,6 +898,7 @@
     "Modified: / 22-01-2011 / 11:46:35 / cg"
 ! !
 
+
 !MultiViewToolApplication methodsFor:'menu-actions'!
 
 addWindow:aWindow named:name
@@ -1165,6 +1178,7 @@
     ].
 ! !
 
+
 !MultiViewToolApplication methodsFor:'menu-actions-editing'!
 
 copySelection
@@ -1241,6 +1255,7 @@
     ]
 ! !
 
+
 !MultiViewToolApplication methodsFor:'private'!
 
 askForFile:question default:defaultFilename thenDo:aBlock
@@ -1360,6 +1375,7 @@
     ^ view allSubViewsDetect:[:v| v name = #Workspace] ifNone:nil.
 ! !
 
+
 !MultiViewToolApplication methodsFor:'user actions'!
 
 hideEditToolbar
@@ -1372,10 +1388,11 @@
     "Created: / 18-02-2007 / 14:55:54 / cg"
 ! !
 
+
 !MultiViewToolApplication class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.45 2012-08-03 20:25:30 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.46 2013-03-19 18:38:58 cg Exp $'
 !
 
 version_HG