HUGSROOT in version.c
Neil Mitchell <[email protected]> Fri, 27 Jan 2006 14:03:09 +0000
| Newsgroups | gmane.comp.lang.haskell.cvs.hugs |
|---|---|
| Message-ID | <404396ef0601270603t5c95e7f1v__399.173730011348$1138370601$gmane$org@mail.gmail.com> |
Hi,
In version.c, HUGSROOT is defined as:
#define HUGSROOT ("SOFTWARE\\Haskell\\Hugs\\Winhugs" VERSION_STRING "\\")
This means that the settings from one installation of Hugs do not
persist when the user installs a new version. This is unfortunate as
it means that when people upgrade, they will loose all their
preferences such as text editor, along with their hugs options as
well.
Is there a good reason for this behaviour? Are options between
different versions really totally incompatible?
Thanks
Neil