Issue 5570 in pharo: Strange deprecation

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

Issue 5570 in pharo: Strange deprecation

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug

New issue 5570 by [hidden email]: Strange deprecation
http://code.google.com/p/pharo/issues/detail?id=5570

In 1.4 - 14405 there is deprecation:

MorphicUIManager>>multiLineRequest: queryString centerAt: aPoint  
initialAnswer: defaultAnswer answerHeight: answerHeight
        ...
        self deprecated: 'Use multiLineRequest: queryString centerAt: aPoint  
initialAnswer: defaultAnswer answerHeight: ' on: '7 September 2011'  
in: 'Pharo1.4'.
        ...

This is strange since it recommends to use the very same method. I could  
not find the method I should instead use. Does this method really has to be  
deprecated?


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5570 in pharo: Strange deprecation

pharo
Updates:
        Status: closed

Comment #1 on issue 5570 by [hidden email]: Strange deprecation
http://code.google.com/p/pharo/issues/detail?id=5570

use multiLineRequest: queryString initialAnswer: defaultAnswer  
answerHeight: answerHeight

stef


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5570 in pharo: Strange deprecation

pharo
Updates:
        Status: FixToInclude
        Labels: Milestone-1.4

Comment #2 on issue 5570 by [hidden email]: Strange deprecation
http://code.google.com/p/pharo/issues/detail?id=5570

trivial just fixed the comment.


Attachments:
        MorphicUIManager-multiLineRequestcenterAtinitialAnsweranswerHeight.st  1.2  
KB


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5570 in pharo: Strange deprecation

pharo
Updates:
        Status: Integrated

Comment #3 on issue 5570 by [hidden email]: Strange deprecation
http://code.google.com/p/pharo/issues/detail?id=5570

in 14418


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5570 in pharo: Strange deprecation

pharo

Comment #4 on issue 5570 by [hidden email]: Strange deprecation
http://code.google.com/p/pharo/issues/detail?id=5570

Thanks guys!


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker