The Inbox: Tools-ct.851.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Tools-ct.851.mcz

commits-2
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!