[squeak-dev] The Trunk: Tools-ct.851.mcz

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


Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/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!



More information about the Squeak-dev mailing list