[squeak-dev] The Inbox: Tools-ct.866.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Aug 5 08:29:38 UTC 2019


A new version of Tools was added to project The Inbox:
http://source.squeak.org/inbox/Tools-ct.866.mcz

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

Name: Tools-ct.866
Author: ct
Time: 5 August 2019, 10:29:35.745062 am
UUID: c6a238b9-a337-024d-b37c-67c63dd44ca2
Ancestors: Tools-ct.865

Adapt styling in SyntaxError to doitFlag of the parser.

The following now also is styled properly:

String compile: 'foobar
	^ 42 ,.-'

Thanks for Marcel for the hint!

=============== Diff against Tools-ct.865 ===============

Item was changed:
  ----- Method: SyntaxError>>aboutToStyle: (in category 'text menu support') -----
  aboutToStyle: aStyler
  
  	aStyler
  		classOrMetaClass: self selectedClassOrMetaClass;
+ 		parseAMethod: notification doitFlag not.
- 		parseAMethod: false.
  	^ true!



More information about the Squeak-dev mailing list