The Trunk: Tools-mt.1051.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-mt.1051.mcz

commits-2
Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.1051.mcz

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

Name: Tools-mt.1051
Author: mt
Time: 30 April 2021, 9:31:31.368936 am
UUID: 732ccab4-19fe-3e4d-aebd-ee970b44661b
Ancestors: Tools-mt.1050

Removes unnecessary codes duplication.

(I am not sure why ChangeSetBrowser exists. It just has a different window menu and some different context menus...)

=============== Diff against Tools-mt.1050 ===============

Item was removed:
- ----- Method: ChangeSorter>>buildCodePaneWith: (in category 'toolbuilder') -----
- buildCodePaneWith: builder
-
- | textSpec |
- textSpec := builder pluggableCodePaneSpec new.
- textSpec
- model: self;
- getText: #contents;
- setText: #contents:notifying:;
- selection: #contentsSelection;
- menu: #codePaneMenu:shifted:.
- ^ textSpec!

Item was added:
+ ----- Method: ChangeSorter>>wantsAnnotationPane (in category 'code pane') -----
+ wantsAnnotationPane
+
+ ^ false!