@freak
hier ist mein farbschema soweit:
Code: Alles auswählen
;PureBasic IDE Exported Preferences
;
[Sections]
IncludeColors = 1
;
;Color settings
;
[Colors]
ASMKeywordColor = RGB(255, 0, 0)
BackgroundColor = RGB(255, 255, 255)
BasicKeywordColor = RGB(0, 0, 128)
CommentColor = RGB(0, 128, 0)
ConstantColor = RGB(128, 0, 0)
LabelColor = RGB(128, 128, 128)
NormalTextColor = RGB(128, 128, 192)
NumberColor = RGB(0, 0, 128)
OperatorColor = RGB(0, 0, 128)
PointerColor = RGB(128, 128, 192)
PureKeywordColor = RGB(0, 0, 255)
SeparatorColor = RGB(0, 0, 128)
StringColor = RGB(255, 128, 0)
StructureColor = RGB(128, 128, 192)
LineNumberColor = RGB(111, 111, 111)
LineNumberBackColor = RGB(232, 232, 232)
MarkerColor = RGB(0, 170, 170)
CurrentLineColor = RGB(255, 255, 255)
CursorColor = RGB(0, 0, 0)
SelectionColor = RGB(236, 235, 240)
SelectionFrontColor = RGB(0, 0, 0)
Debugger_LineColor = RGB(232, 232, 255)
Debugger_ErrorColor = RGB(255, 0, 0)
Debugger_BreakPointColor = RGB(0, 170, 170)
Debugger_LineSymbolColor = RGB(232, 232, 255)
Debugger_ErrorSymbolColor = RGB(255, 0, 0)
Debugger_BreakpoinSymbolColor = RGB(0, 170, 170)
ToolsPanel_FrontColor = RGB(0, 0, 0)
ToolsPanel_BackColor = RGB(255, 255, 255)
was mich jedoch stört, wenn ich den text markiere wird dieser schwarz, kannst/willst du es nicht so machen wie bei jaPBe, dass sich die farbe des textes dabei nicht verändert?? dasselbe gilt auch für den prozedurbrowser. achso und eine option um typen .s, .l, .b etc. und ggf. strukturen/linkedlists, fett darzustellen wäre nicht schlecht. test.l > test
.l & test.test() > test.
test() nur mal so als gedanke.
c ya,
nco2k