The Trunk: Tools-mt.858.mcz

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

The Trunk: Tools-mt.858.mcz

commits-2
Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.858.mcz

==================== Summary ====================

Name: Tools-mt.858
Author: mt
Time: 4 August 2019, 10:45:24.523314 am
UUID: 99e59b50-5cab-9e4f-bb39-bd4c5fb42a4c
Ancestors: Tools-mt.857, Tools-ct.851

Merges and refines Tools-ct.851

=============== Diff against Tools-mt.857 ===============

Item was added:
+ ----- Method: SyntaxError>>aboutToStyle: (in category 'text menu support') -----
+ aboutToStyle: aStyler
+
+ aStyler classOrMetaClass: (self selectedClass = UndefinedObject ifFalse: [self selectedClass]).
+ ^ true!

Item was added:
+ ----- Method: SyntaxError>>errorMessageInterval (in category 'text menu support') -----
+ errorMessageInterval
+ "To understand this format, see Parser >> #notify:at:."
+
+ ^ notification location
+ to: notification location
+ + '"' size
+ + notification errorMessage size - 1
+ + ' ->"' size!