On Tue, 26 Oct 2010, Mariano Martinez Peck wrote:
HI Ramain (or someone with time).
OCompletion does not work anymore in Pharo 1.2 because of the Preferences removal. It would be nice if you could update it to use the new settings framework.
I fixed some of the preference issues (i didn't upload it yet), but it's a PITA to make it work in Pharo 1.2, because too many things were changed and are therefore broken. Btw what's with the "keep deprecated stuff for the next 2 minor versions" policy? Preferences are gone in 1.2, but Settings were only introduced in 1.1 and Preferences doesn't seem to be deprecated at all in 1.1. So, according to the policy, Preferences should be available till at least 1.3. Levente
There is information here: http://book.pharo-project.org/book/CustomizingPharo/DeclaringSetting/
Thanks
mariano