Tools__NavigationState.st
branchjv
changeset 12194 4639848e5517
parent 12174 2dcdea864585
child 12205 f210b6224ef0
--- a/Tools__NavigationState.st	Sat Mar 17 13:13:35 2012 +0000
+++ b/Tools__NavigationState.st	Sat Mar 17 20:05:16 2012 +0000
@@ -36,7 +36,7 @@
 		messagePaneView codePaneAndPluginView
 		codePaneAndPluginViewRelativeCorners pluginVisibleHolder
 		bookmarkHolder worker packageInfoBackgroundColorHolder
-		packageInfoButton showMethodTemplate'
+		packageInfoButton showMethodTemplate lastMethodShownInCodeView'
 	classVariableNames:''
 	poolDictionaries:''
 	category:'Interface-Browsers-New'
@@ -194,6 +194,14 @@
     ^ Smalltalk
 !
 
+lastMethodShownInCodeView
+    ^ lastMethodShownInCodeView
+!
+
+lastMethodShownInCodeView:something
+    lastMethodShownInCodeView := something.
+!
+
 messagePaneView
     ^ messagePaneView
 !
@@ -1665,5 +1673,5 @@
 !
 
 version_SVN
-    ^ '$Id: Tools__NavigationState.st 7916 2012-02-28 12:59:00Z vranyj1 $'
+    ^ '$Id: Tools__NavigationState.st 7940 2012-03-17 20:05:16Z vranyj1 $'
 ! !