[Gambas-user] Settings in gambas-0.97
Benoit Minisini
gambas at ...1...
Sat Aug 14 19:48:05 CEST 2004
On Saturday 14 August 2004 20:46, Charlie wrote:
> Salut Benoît,
>
> if right understood Settings in gambas-0.97 uses the project name to
> store in /home/user/.gambas/project-name.conf
>
> But how can I access to another conf file ?
>
> In Indenter4 ( now PrettyPrinter ) I use the Editor colors from gambas
> IDE, so the user see in the demo-window all like he will see it in
> his gambas IDE-editor.
>
> Is there a way ?
>
> Amicalement
> Charlie
>
Yes!
DIM hSettings AS Settings
hSettings = NEW Settings(System.Home &/ ".gambas/gambas.conf")
--
Benoit Minisini
mailto:gambas at ...1...
More information about the User
mailing list