The Trunk: 51Deprecated-mt.17.mcz

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

The Trunk: 51Deprecated-mt.17.mcz

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

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

Name: 51Deprecated-mt.17
Author: mt
Time: 16 February 2016, 10:24:55.322748 am
UUID: 03437327-3b8c-477d-a27a-79394665810d
Ancestors: 51Deprecated-mt.16

Deprecate #mousePoint

=============== Diff against 51Deprecated-mt.16 ===============

Item was added:
+ ----- Method: EventSensor>>mousePoint (in category '*51Deprecated') -----
+ mousePoint
+ "Answer a Point indicating the coordinates of the current mouse location."
+
+ self deprecated: 'Use EventSensor >> #peekPosition.'.
+ ^ self peekPosition!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: 51Deprecated-mt.17.mcz

Bert Freudenberg
On 16.02.2016, at 09:24, [hidden email] wrote:

>
> Marcel Taeumel uploaded a new version of 51Deprecated to project The Trunk:
> http://source.squeak.org/trunk/51Deprecated-mt.17.mcz
>
> ==================== Summary ====================
>
> Name: 51Deprecated-mt.17
> Author: mt
> Time: 16 February 2016, 10:24:55.322748 am
> UUID: 03437327-3b8c-477d-a27a-79394665810d
> Ancestors: 51Deprecated-mt.16
>
> Deprecate #mousePoint
>
> =============== Diff against 51Deprecated-mt.16 ===============
>
> Item was added:
> + ----- Method: EventSensor>>mousePoint (in category '*51Deprecated') -----
> + mousePoint
> + "Answer a Point indicating the coordinates of the current mouse location."
> +
> + self deprecated: 'Use EventSensor >> #peekPosition.'.
> + ^ self peekPosition!

Why deprecate this? This is the protocol used by MVC historically.

- Bert -






smime.p7s (5K) Download Attachment