[squeak-dev] The Inbox: Tools-kfr.578.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Apr 3 22:08:10 UTC 2015


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

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

Name: Tools-kfr.578
Author: kfr
Time: 4 April 2015, 12:05:38.061 am
UUID: 35e26aef-3dbf-a64a-9c66-374aa0f16491
Ancestors: Tools-mt.577

Search field need menu for basic mouse actions. Maybe overkill with the full code pane menu

=============== Diff against Tools-mt.577 ===============

Item was changed:
  ----- Method: MessageNames>>buildSearchPaneWith: (in category 'toolbuilder') -----
  buildSearchPaneWith: builder
  	| textSpec |
  	textSpec := builder pluggableInputFieldSpec new.
  	textSpec 
  		model: self;
  		name: #search;
  		getText: #searchString; 
+ 		setText: #searchString:notifying:;
+ 		menu: #codePaneMenu:shifted:.
+ 		^textSpec!
- 		setText: #searchString:notifying:.
- 	^textSpec!



More information about the Squeak-dev mailing list