The Trunk: Tools-ct.1006.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-ct.1006.mcz

commits-2
Nicolas Cellier uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-ct.1006.mcz

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

Name: Tools-ct.1006
Author: ct
Time: 24 October 2020, 12:15:14.188256 am
UUID: f95dd0b3-94e1-2a4c-b66b-1870b1dc549c
Ancestors: Tools-eem.1005

Complements Compiler-ct.449 (CompilationCue in SyntaxErrorNotification). Fixes syntax highlighting in SyntaxError window.

=============== Diff against Tools-eem.1005 ===============

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