Tools__NavigationState.st
changeset 19155 3fcbcd01f41d
parent 18850 3158de790f36
child 19171 fd61e7d49f7a
--- a/Tools__NavigationState.st	Sun Sep 08 17:58:34 2019 +0200
+++ b/Tools__NavigationState.st	Sun Sep 08 23:10:52 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2000 by eXept Software AG
               All Rights Reserved
@@ -41,7 +39,8 @@
 		packageInfoBackgroundColorHolder packageInfoButton
 		showMethodTemplate lastMethodShownInCodeView showingParseError
 		navigationHistory lintRuleListGenerator profilerStatistics
-		inlineMessageApplication editModeAutoIndentHolder'
+		inlineMessageApplication editModeAutoIndentHolder
+		selectedMethodClassNames selectedMethodSelectors'
 	classVariableNames:'CodeAspectTranslations'
 	poolDictionaries:''
 	category:'Interface-Browsers-New'