The Trunk: Tools-tpr.1014.mcz

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

The Trunk: Tools-tpr.1014.mcz

commits-2
tim Rowledge uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-tpr.1014.mcz

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

Name: Tools-tpr.1014
Author: tpr
Time: 30 October 2020, 11:35:44.264054 am
UUID: 5649c88a-0205-4ae7-abc7-f0b420348d4a
Ancestors: Tools-mt.1013

Yet a nother tiny bit of collateral damage fro mwhacking the MessageSet classes - the flaps related build of the RecentMessageSet was not getting a window label. Somehow the odler version was simply dragging in the class name, which wasn't really very helpful anyway.
This updates it to have the same name as the 'norammly opened variety.
There is probably some more refactoring that could be done.

=============== Diff against Tools-mt.1013 ===============

Item was changed:
  ----- Method: Utilities class>>recentSubmissionsWindow (in category '*Tools') -----
  recentSubmissionsWindow
  "Answer a SystemWindow holding recent submissions"
  | messageSet |
  messageSet := RecentMessageSet messageList: RecentMessages default methodReferences.
+ messageSet
+ autoSelectString: nil;
+ setInitialLabel: 'Recent Submissions'.
- messageSet autoSelectString: nil.
  ^ ToolBuilder build: messageSet!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Tools-tpr.1014.mcz

timrowledge
It *might* be that this requires the flaps get killed/restarted?

> On 2020-10-30, at 11:35 AM, [hidden email] wrote:
>
> tim Rowledge uploaded a new version of Tools to project The Trunk:
> http://source.squeak.org/trunk/Tools-tpr.1014.mcz
>
> ==================== Summary ====================
>
> Name: Tools-tpr.1014
> Author: tpr
> Time: 30 October 2020, 11:35:44.264054 am
> UUID: 5649c88a-0205-4ae7-abc7-f0b420348d4a
> Ancestors: Tools-mt.1013
>
> Yet a nother tiny bit of collateral damage fro mwhacking the MessageSet classes - the flaps related build of the RecentMessageSet was not getting a window label. Somehow the odler version was simply dragging in the class name, which wasn't really very helpful anyway.
> This updates it to have the same name as the 'norammly opened variety.
> There is probably some more refactoring that could be done.


tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
Strange OpCodes: BH: Branch and Hang