[squeak-dev] The Trunk: Tools-mt.858.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Aug 4 08:45:25 UTC 2019


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!



More information about the Squeak-dev mailing list