A new version of Tools was added to project The Inbox:
http://source.squeak.org/inbox/Tools-ct.851.mcz==================== Summary ====================
Name: Tools-ct.851
Author: ct
Time: 29 June 2019, 11:31:08.24743 pm
UUID: 7c648bb0-32b8-9641-b3a6-db165bb32589
Ancestors: Tools-ct.850
Make SyntaxError more convenient: Automatically select error message as known from CodeHolders, and activate styling
=============== Diff against Tools-ct.850 ===============
Item was added:
+ ----- Method: SyntaxError>>aboutToStyle: (in category 'text menu support') -----
+ aboutToStyle: aStyler
+
+ aStyler
+ classOrMetaClass: self selectedClassOrMetaClass;
+ parseAMethod: false.
+ ^ true!
Item was added:
+ ----- Method: SyntaxError>>errorMessageInterval (in category 'text menu support') -----
+ errorMessageInterval
+
+ ^ notification location
+ to: notification location
+ + notification errorMessage size - 1
+ + ' ->' size!