#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Tue, 30 Jan 2018 21:29:57 +0100
changeset 17968 f29d9da436a7
parent 17967 65b7e94f77a7
child 17969 3354a1f20f60
#UI_ENHANCEMENT by cg class: ChangesBrowser changed: #initialize autoCompare on by default
ChangesBrowser.st
--- a/ChangesBrowser.st	Tue Jan 30 21:17:36 2018 +0100
+++ b/ChangesBrowser.st	Tue Jan 30 21:29:57 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1990 by Claus Gittinger
 	      All Rights Reserved
@@ -1532,7 +1534,7 @@
 
     changeFileName := ObjectMemory nameForChanges.
     encodingIfKnown := nil.
-    autoCompare := (DefaultAutoCompare ? false) asValue.
+    autoCompare := (DefaultAutoCompare ? true) asValue.
     autoCompare onChangeSend:#autoCompareChanged to:self.
     autoUpdate := false asValue.
     autoloadAsRequired := false asValue.
@@ -3660,7 +3662,7 @@
     "/ does not care for VW qualified names
     "/ ^ Parser parseExpression:text inNameSpace:nameSpace.
 
-(text includesString:'§') ifTrue:[self halt].
+(text includesString:'§') ifTrue:[self halt].
 
     "/ new:
     parser := Parser for:(ReadStream on:text).
@@ -6701,7 +6703,7 @@
     "
     clsName := nil.
 
-(chunkText includesString:'§') ifTrue:[self halt].
+(chunkText includesString:'§') ifTrue:[self halt].
 
     p := browser parseExpression:chunkText inNameSpace:(self nameSpaceForApply).
     (p notNil and:[p ~~ #Error and:[p isMessage]]) ifTrue:[