Color Schemes and Indentation

Working on new editor enhancements?
chen
Enthusiast
Enthusiast
Posts: 338
Joined: Fri Dec 23, 2005 2:20 pm
Location: Quebec, Canada
Contact:

Color Schemes and Indentation

Post 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.....
eJan
Enthusiast
Enthusiast
Posts: 366
Joined: Sun May 21, 2006 11:22 pm
Location: Sankt Veit am Flaum

Post 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
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post 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.
Post Reply