[squeak-dev] The Trunk: Tools-mt.1051.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Apr 30 07:31:34 UTC 2021


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!



More information about the Squeak-dev mailing list