Page 1 of 1

Save a color scheme into a file.

Posted: Sat Mar 20, 2004 11:07 pm
by DriakTravo
It would be very cool if you can save the color scheme for the code into files so that people can put PB color scemes on their sites.

Posted: Sat Mar 20, 2004 11:20 pm
by freak
It is all stored in the 'PureBasic.prefs' file in your PB directory.

Timo

Posted: Sat Mar 20, 2004 11:50 pm
by GPI
But maybe it is a good idea to save it seperate in a file (and load it). So the user can easier test diffrent themes.

Posted: Sun Mar 21, 2004 1:06 am
by DriakTravo
It is all stored in the 'PureBasic.prefs' file in your PB directory.

Timo
Doesn't this file also hold other prefrences?

Posted: Sun Mar 21, 2004 9:34 am
by GPI
DriakTravo wrote:
It is all stored in the 'PureBasic.prefs' file in your PB directory.

Timo
Doesn't this file also hold other prefrences?
Yes it does. Open it, it is a plain ascii-File.

GPI

Posted: Sun Mar 21, 2004 11:37 am
by freak
If you want, you can cut everything else out. The editor will just use the default, if a value is missing.

Timo