Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-ct.866.mcz==================== Summary ====================
Name: Tools-ct.866
Author: ct
Time: 5 August 2019, 10:29:35.745062 am
UUID: c6a238b9-a337-024d-b37c-67c63dd44ca2
Ancestors: Tools-ct.865
Adapt styling in SyntaxError to doitFlag of the parser.
The following now also is styled properly:
String compile: 'foobar
^ 42 ,.-'
Thanks for Marcel for the hint!
=============== Diff against Tools-mt.864 ===============
Item was changed:
----- Method: SyntaxError>>aboutToStyle: (in category 'text menu support') -----
aboutToStyle: aStyler
+ aStyler
+ classOrMetaClass: self selectedClassOrMetaClass;
+ parseAMethod: notification doitFlag not.
- aStyler classOrMetaClass: (self selectedClass = UndefinedObject ifFalse: [self selectedClass]).
^ true!