#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Thu, 07 Jun 2018 12:23:40 +0200
changeset 18184 43f24857d9df
parent 18183 9dd4f485c008
child 18185 59085d1d4e36
#BUGFIX by cg class: AbstractFileApplicationNoteBookComponent changed: #cursorColLabelHolder #cursorLineAndColumnLabelHolder #cursorLineLabelHolder #fileEncodingHolder #lockFileEncodingHolder #modeLabelHolder
AbstractFileApplicationNoteBookComponent.st
--- a/AbstractFileApplicationNoteBookComponent.st	Wed Jun 06 17:22:47 2018 +0200
+++ b/AbstractFileApplicationNoteBookComponent.st	Thu Jun 07 12:23:40 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -136,27 +138,39 @@
 !AbstractFileApplicationNoteBookComponent methodsFor:'aspects'!
 
 cursorColLabelHolder
-    ^ ''
+    ^ '' asValue
+
+    "Modified: / 07-06-2018 / 12:22:02 / Claus Gittinger"
 !
 
 cursorLineAndColumnLabelHolder
-    ^ ''
+    ^ '' asValue
+
+    "Modified: / 07-06-2018 / 12:21:56 / Claus Gittinger"
 !
 
 cursorLineLabelHolder
-    ^ ''
+    ^ '' asValue
+
+    "Modified: / 07-06-2018 / 12:22:06 / Claus Gittinger"
 !
 
 fileEncodingHolder
-    ^ #'iso8859-1'
+    ^ #'iso8859-1' asValue
+
+    "Modified: / 07-06-2018 / 12:22:12 / Claus Gittinger"
 !
 
 lockFileEncodingHolder
-    ^ nil 
+    ^ false asValue
+
+    "Modified: / 07-06-2018 / 12:22:26 / Claus Gittinger"
 !
 
 modeLabelHolder
-    ^ ''
+    ^ '' asValue
+
+    "Modified: / 07-06-2018 / 12:22:30 / Claus Gittinger"
 !
 
 modeLabelMenu