Issue 4210 in pharo: Smart characters don't work in new senders/implementor widgets

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

Re: Issue 4210 in pharo: Smart characters don't work in new senders/implementor widgets

pharo

Comment #20 on issue 4210 by [hidden email]: Smart characters don't  
work in new senders/implementor widgets
http://code.google.com/p/pharo/issues/detail?id=4210

I think that instead of re-using ( and by the way forcing models to have  
this shared method ) and since you have to specify methods for each model,  
why not force model to also provide a specific method to retrieve the  
environment ?

I thought it was the role of receiverClass, but since it disappear, I'm  
wondering.

I think I will provide a method selectedClassForOCompletion in every  
class :)


_______________________________________________
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 4210 in pharo: Smart characters don't work in new senders/implementor widgets

pharo
Updates:
        Labels: -Milestone-1.3-DevImage Milestone-1.3

Comment #21 on issue 4210 by [hidden email]: Smart characters don't  
work in new senders/implementor widgets
http://code.google.com/p/pharo/issues/detail?id=4210

(No comment was entered for this change.)


_______________________________________________
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 4210 in pharo: Smart characters don't work in new senders/implementor widgets

pharo
Updates:
        Status: Closed

Comment #22 on issue 4210 by [hidden email]: Smart characters don't  
work in new senders/implementor widgets
http://code.google.com/p/pharo/issues/detail?id=4210

This problem is solved now that I have a new package  
OCompletionPharoCompatibility in OCompletion repo.

So maybe the configurationOfPharo should be changed to fit with this change.


_______________________________________________
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 4210 in pharo: Smart characters don't work in new senders/implementor widgets

pharo
Updates:
        Cc: [hidden email]

Comment #23 on issue 4210 by marianopeck: Smart characters don't work in  
new senders/implementor widgets
http://code.google.com/p/pharo/issues/detail?id=4210

So...I commited OCompletionPharoCompatibility and I updated  
ConfigurationOfOCompletion.
If you take the last version of ConfigurationOfOCompletion
and do:

ConfigurationOfOCompletion project lastVersion load: 'Core Tests'

you should get the package OCompletionPharoCompatibility with the changes  
you wanted.

if more changes are needed, feel free to directly commit to  
OCompletionPharoCompatibility and update the conf


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