How to convert an existing preference to preference pragma?

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

How to convert an existing preference to preference pragma?

Balázs Kósi
Hi,

I converted the #showWorldMainDockingBar preference to pragma style
(Morphic-kb.235 in The Inbox).
But you have to manually evaluate: Preferences removePreference:
#showWorldMainDockingBar
How could this be automated?

Balázs

Reply | Threaded
Open this post in threaded view
|

Re: How to convert an existing preference to preference pragma?

Balázs Kósi
I uploaded a new version with a postscript, which removes the
preference from Preferences.
I changed the behaviour to use the current project
showWorldMainDockingBar preference.

Balázs