diff -r 235b77901045 -r 4714b9640528 Tools__Inspector2.st --- a/Tools__Inspector2.st Tue Jan 22 12:24:41 2013 +0000 +++ b/Tools__Inspector2.st Wed Jan 30 11:15:09 2013 +0000 @@ -56,6 +56,7 @@ " ! ! + !Inspector2 class methodsFor:'initialization'! initialize @@ -77,6 +78,7 @@ "Modified: / 17-01-2012 / 12:57:40 / Jan Vrany " ! ! + !Inspector2 class methodsFor:'help specs'! flyByHelpSpec @@ -141,6 +143,7 @@ ) ! ! + !Inspector2 class methodsFor:'image specs'! settingsIcon @@ -353,6 +356,7 @@ ?8C???>@???? @@a') ; yourself); yourself] ! ! + !Inspector2 class methodsFor:'interface specs'! windowSpec @@ -408,6 +412,7 @@ ) ! ! + !Inspector2 class methodsFor:'menu specs'! mainMenu @@ -630,6 +635,7 @@ label: 'Settings' translateLabel: true isButton: true + isVisible: false submenuChannel: settingsMenu labelImage: (ResourceRetriever #'Tools::Inspector2' settingsIcon) ) @@ -639,6 +645,7 @@ ) ! ! + !Inspector2 class methodsFor:'startup'! openOn: anObject @@ -650,6 +657,7 @@ "Modified (format): / 11-07-2011 / 22:28:03 / cg" ! ! + !Inspector2 class methodsFor:'testing'! testSimpleShow @@ -668,6 +676,7 @@ "Modified: / 11-01-2008 / 20:36:37 / janfrog" ! ! + !Inspector2 methodsFor:'accessing'! backButtonEnabled:value @@ -718,6 +727,7 @@ "Modified: / 19-08-2011 / 09:16:38 / cg" ! ! + !Inspector2 methodsFor:'aspects'! backButtonEnabledHolder @@ -878,6 +888,7 @@ "Modified: / 27-02-2008 / 12:05:56 / janfrog" ! ! + !Inspector2 methodsFor:'menu'! backButtonMenuChannel @@ -894,6 +905,7 @@ "Modified: / 22-02-2008 / 16:58:11 / janfrog" ! ! + !Inspector2 methodsFor:'menu actions'! backButtonAction @@ -977,6 +989,7 @@ "Created: / 21-08-2011 / 08:23:00 / cg" ! ! + !Inspector2 methodsFor:'opening'! closeDownViews @@ -1038,6 +1051,7 @@ "Created: / 15-07-2011 / 16:25:42 / cg" ! ! + !Inspector2::NavigationState class methodsFor:'creating classes'! for:anObject @@ -1050,16 +1064,18 @@ "Modified (format): / 19-08-2011 / 09:24:40 / cg" ! ! + !Inspector2::NavigationState class methodsFor:'documentation'! version - ^'$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.32 2012/10/24 13:04:30 cg Exp $' + ^'$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.32 2012-10-24 13:04:30 cg Exp $' ! version_SVN - ^'$Id: Tools__Inspector2.st 8074 2012-11-30 17:23:39Z vranyj1 $' + ^'§Id: Tools__Inspector2.st 115 2009-04-16 12:47:07Z vranyj1 §' ! ! + !Inspector2::NavigationState methodsFor:'accessing'! index @@ -1136,6 +1152,7 @@ "Modified: / 19-08-2011 / 09:16:25 / cg" ! ! + !Inspector2::NavigationState methodsFor:'comparing'! = anotherState @@ -1153,6 +1170,7 @@ "Created: / 21-02-2008 / 19:38:08 / janfrog" ! ! + !Inspector2::NavigationState methodsFor:'displaying'! displayString @@ -1171,6 +1189,7 @@ "Modified: / 13-06-2012 / 14:40:34 / cg" ! ! + !Inspector2::NavigationState methodsFor:'initialization'! initializeClassBrowserTab @@ -1270,14 +1289,15 @@ "Created: / 21-08-2011 / 08:23:11 / cg" ! ! + !Inspector2 class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.32 2012/10/24 13:04:30 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.32 2012-10-24 13:04:30 cg Exp $' ! version_CVS - ^ '§Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.32 2012/10/24 13:04:30 cg Exp §' + ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.32 2012-10-24 13:04:30 cg Exp $' ! version_CVS_jvrany @@ -1285,7 +1305,8 @@ ! version_SVN - ^ '$Id: Tools__Inspector2.st 8074 2012-11-30 17:23:39Z vranyj1 $' + ^ '§Id: Tools__Inspector2.st 7486 2009-10-26 22:06:24Z vranyj1 §' ! ! + Inspector2 initialize!