The Inbox: Tools-kfr.578.mcz

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

The Inbox: Tools-kfr.578.mcz

commits-2
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!


Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Tools-kfr.578.mcz

Tobias Pape
+1


On 03.04.2015, at 22:08, [hidden email] wrote:

> 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:




Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Tools-kfr.578.mcz

marcel.taeumel (old)
In reply to this post by commits-2
+1

Best,
Marcel