[Cuis-dev] [FIX] Resetting Variables in a Workspace ...
Gerald Klix
cuis.01 at klix.ch
Fri Oct 30 09:06:11 PDT 2020
Hi all, Hi Juan,
Resetting Variables in a Workspace does not trigger restyling. All the
now undefined
variables are still highlighted as defined.
The attached (tiny) change set fixes this.
HTH and Best Regards,
Gerald
-------------- next part --------------
'From Cuis 5.0 [latest update: #4434] on 30 October 2020 at 5:01:40 pm'!
!Workspace methodsFor: 'binding' stamp: 'KLG 10/30/2020 16:59:30'!
initializeBindings
bindings _ Dictionary new.
self changed: #actualContents.
! !
More information about the Cuis-dev
mailing list