Tools_NavigationState.st
changeset 13540 2204d5170d0b
parent 12951 21a2436fefb2
child 13586 668aeb45ba88
--- a/Tools_NavigationState.st	Tue Sep 10 02:41:15 2013 +0200
+++ b/Tools_NavigationState.st	Tue Sep 10 10:50:19 2013 +0200
@@ -36,7 +36,8 @@
 		messagePaneView codePaneAndPluginView
 		codePaneAndPluginViewRelativeCorners pluginVisibleHolder
 		bookmarkHolder worker packageInfoBackgroundColorHolder
-		packageInfoButton showMethodTemplate showingParseError'
+		packageInfoButton showMethodTemplate lastMethodShownInCodeView
+		showingParseError'
 	classVariableNames:''
 	poolDictionaries:''
 	category:'Interface-Browsers-New'
@@ -190,6 +191,14 @@
     ^ Smalltalk
 !
 
+lastMethodShownInCodeView
+    ^ lastMethodShownInCodeView
+!
+
+lastMethodShownInCodeView:something
+    lastMethodShownInCodeView := something.
+!
+
 messagePaneView
     ^ messagePaneView
 !
@@ -1159,6 +1168,7 @@
     "Created: / 24.2.2000 / 23:45:28 / cg"
 ! !
 
+
 !NavigationState methodsFor:'aspects-kludges'!
 
 metaToggle
@@ -1679,14 +1689,14 @@
 !NavigationState class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_NavigationState.st,v 1.50 2013-06-20 23:22:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_NavigationState.st,v 1.51 2013-09-10 08:50:19 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_NavigationState.st,v 1.50 2013-06-20 23:22:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_NavigationState.st,v 1.51 2013-09-10 08:50:19 vrany Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools_NavigationState.st,v 1.50 2013-06-20 23:22:15 cg Exp $'
+    ^ '$Id: Tools_NavigationState.st,v 1.51 2013-09-10 08:50:19 vrany Exp $'
 ! !