Page 1 of 1

Color Schemes and Indentation

Posted: Tue May 02, 2006 2:02 am
by chen
Hi,

1.- How Do I save personalized color schemes?
2.- How can I execute automatic indentation..?

If they are not implemented will be?

Is there some alternative at present for these features?

thanks.....

Posted: Tue Oct 10, 2006 11:52 pm
by eJan
1. They are saved in PB install dir 'PureBasic.prefs' - I have small installer for all PB preferences (.prefs).

Code: Select all

ASMKeywordColor = 255
BackgroundColor = 14680063
BasicKeywordColor = 9650758
CommentColor = 32768
ConstantColor = 11534508
LabelColor = 6776679
NormalTextColor = 10485760
NumberColor = 8464322
OperatorColor = 208839
PointerColor = 12615808
PureKeywordColor = 16711680
SeparatorColor = 8388608
StringColor = 25834
StructureColor = 11896109
LineNumberColor = 7303023
LineNumberBackColor = 15462897
MarkerColor = 11184640
CurrentLineColor = 15529204
CursorColor = 0
SelectionColor = 14405328
SelectionFrontColor = 0
DisabledBackColor = 12632256
Debugger_LineColor = 16771304
Debugger_ErrorColor = 255
Debugger_BreakPointColor = 11184640
Debugger_LineSymbolColor = 16771304
Debugger_ErrorSymbolColor = 255
Debugger_BreakpoinSymbolColor = 11184640

Posted: Tue Oct 10, 2006 11:57 pm
by netmaestro
Use the Import/Export feature in the Preferences GUI. You can save your custom colors and layouts and load them back in easily.