flat assembler
Message board for the users of flat assembler.
Index
> IDE Development > Handling user preferences |
Author |
|
vid 26 Jan 2006, 20:09
Please don't go into registry... I hate those apps which i must install and uninstall, just some useless mess. One .INI in program main directory is sufficent. YOu aren't going to do multi-user interface
|
|||
26 Jan 2006, 20:09 |
|
decard 26 Jan 2006, 21:18
No I don't want to (at least for Fresh), but it will be easy to extend library so that it will support registry too.
|
|||
26 Jan 2006, 21:18 |
|
Chewy509 26 Jan 2006, 22:40
vid wrote: Please don't go into registry... I hate those apps which i must install and uninstall, just some useless mess. One .INI in program main directory is sufficent. YOu aren't going to do multi-user interface But wouldn't that (storing in the main application dir) require administrator privileges (required to write to c:\program files). Since I work professionally as a sysadmin, that's just asking for bad karma. And since WindowsNT is multi-user (abielt not in the *nix sense), wouldn't it be better to support it from scratch, rather than trying to hack it in later... Wouldn't it be better to store the *.ini in say: $APPDATA\.app_name\settings.ini ($APPDATA points to the local user directory for storing local settings in files, instead of using the registry. Assuming W2K/XP+) |
|||
26 Jan 2006, 22:40 |
|
RedGhost 27 Jan 2006, 02:07
vid wrote: Please don't go into registry... I hate those apps which i must install and uninstall, just some useless mess. One .INI in program main directory is sufficent. YOu aren't going to do multi-user interface yeah why don't the application uninstallers properly remove the data from the registry, they never do and you have to use a registry cleaner :\ _________________ redghost.ca |
|||
27 Jan 2006, 02:07 |
|
Borsuc 28 Jan 2006, 10:48
.ini is much easier to edit manually, and once you know where Fresh is, you can already find the .ini file.. Not so with Registry (I hate all the mess in my Registry!)
|
|||
28 Jan 2006, 10:48 |
|
decard 29 Jan 2006, 14:59
OK, but what about whole idea? what do you think?
|
|||
29 Jan 2006, 14:59 |
|
Reverend 29 Jan 2006, 15:16
I think it can be nicely done via xml. I once thought about writing some xml-parsing code, but have lack of time recently. Even though my imagination of this:
Code: <preference> <id>"1"</id> <name>"Set button's caption to 'Exit'"</name> <action>"WM_SETTEXT"</action> <wparam type="string" value="Exit" /> <lparam type="integer" value="0" /> </preference> |
|||
29 Jan 2006, 15:16 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.