Tools__CodeView2.st
changeset 16865 d29d2834b10e
parent 16622 8221b93bf0ad
child 16869 2ecababdd4c0
child 16890 8b4fad7fb72d
equal deleted inserted replaced
16864:462b8bf8e26d 16865:d29d2834b10e
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
     4  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
     3               All Rights Reserved
     5               All Rights Reserved
     4 
     6 
     5 Permission is hereby granted, free of charge, to any person
     7 Permission is hereby granted, free of charge, to any person
  4123 !
  4125 !
  4124 
  4126 
  4125 updateReallyModified
  4127 updateReallyModified
  4126     "check for modified code by comparing the source against
  4128     "check for modified code by comparing the source against
  4127      the codeViews contents.
  4129      the codeViews contents.
  4128      Thats the true modified value (in case user undid its changes,
  4130      That's the true modified value (in case user undid its changes,
  4129      and the displayed text is actually original"
  4131      and the displayed text is actually original"
  4130 
  4132 
  4131     |modified|
  4133     |modified|
  4132 
  4134 
  4133     reallyModifiedChannel isNil ifTrue:[^self].
  4135     reallyModifiedChannel isNil ifTrue:[^self].