RSBasic hat geschrieben:
Hm okay, wenn man PB z.B. als Portable nutzt, dann geht es damit nicht. Ich habe ein Update hochgeladen. Es gibt nun zusätzlich fürs manuelle Einfügen der Farbcodes eine Textdatei.
Warum so umständlich? Ein einfacher Export der Farben in der IDE genügt doch, das kann dann jeder Importieren.
Meine Farben sehen dann so aus:
Thomas_Color.prefs hat geschrieben:
; PureBasic IDE Exported Preferences
;
[Sections]
IncludeColors = 1
;
; Color settings
;
[Colors]
ASMKeywordColor = RGB(146, 75, 114)
ASMKeywordColor_Used = 1
BackgroundColor = RGB(217, 234, 255)
BackgroundColor_Used = 1
BasicKeywordColor = RGB(0, 0, 128)
BasicKeywordColor_Used = 1
CommentColor = RGB(0, 100, 0)
CommentColor_Used = 1
ConstantColor = RGB(128, 0, 0)
ConstantColor_Used = 1
LabelColor = RGB(0, 0, 0)
LabelColor_Used = 1
NormalTextColor = RGB(0, 0, 0)
NormalTextColor_Used = 1
NumberColor = RGB(255, 0, 0)
NumberColor_Used = 1
OperatorColor = RGB(255, 0, 0)
OperatorColor_Used = 1
PointerColor = RGB(0, 0, 0)
PointerColor_Used = 1
PureKeywordColor = RGB(0, 0, 255)
PureKeywordColor_Used = 1
SeparatorColor = RGB(0, 0, 0)
SeparatorColor_Used = 1
StringColor = RGB(100, 100, 100)
StringColor_Used = 1
StructureColor = RGB(0, 0, 0)
StructureColor_Used = 1
LineNumberColor = RGB(255, 255, 128)
LineNumberColor_Used = 1
LineNumberBackColor = RGB(0, 64, 128)
LineNumberBackColor_Used = 1
MarkerColor = RGB(0, 170, 170)
MarkerColor_Used = 1
CurrentLineColor = RGB(230, 241, 255)
CurrentLineColor_Used = 1
SelectionColor = RGB(192, 192, 192)
SelectionColor_Used = 1
SelectionFrontColor = RGB(0, 0, 0)
SelectionFrontColor_Used = 1
CursorColor = RGB(0, 0, 0)
CursorColor_Used = 1
Debugger_LineColor = RGB(232, 232, 255)
Debugger_LineColor_Used = 1
Debugger_LineSymbolColor = RGB(232, 232, 255)
Debugger_LineSymbolColor_Used = 1
Debugger_ErrorColor = RGB(255, 0, 0)
Debugger_ErrorColor_Used = 1
Debugger_ErrorSymbolColor = RGB(255, 0, 0)
Debugger_ErrorSymbolColor_Used = 1
Debugger_BreakPointColor = RGB(0, 170, 170)
Debugger_BreakPointColor_Used = 1
Debugger_BreakpoinSymbolColor = RGB(0, 170, 170)
Debugger_BreakpoinSymbolColor_Used = 1
DisabledBackColor = RGB(255, 215, 215)
DisabledBackColor_Used = 1
GoodBraceColor = RGB(0, 0, 0)
GoodBraceColor_Used = 1
BadBraceColor = RGB(255, 0, 0)
BadBraceColor_Used = 1
ProcedureBackColor = RGB(191, 220, 255)
ProcedureBackColor_Used = 1
CustomKeywordColor = RGB(0, 0, 0)
CustomKeywordColor_Used = 1
Debugger_WarningColor = RGB(255, 208, 0)
Debugger_WarningColor_Used = 1
Debugger_WarningSymbolColor = RGB(255, 208, 0)
Debugger_WarningSymbolColor_Used = 1
IndentColor = RGB(0, 170, 170)
IndentColor_Used = 1
ToolsPanel_FrontColor = RGB(255, 255, 128)
ToolsPanel_BackColor = RGB(0, 64, 128)
Das kann man auch unter jedem OS importieren und ist wesentlich sinnvoller als ein Installer.
Gruß
Thomas