I'm programming, and what's really bothering me right now is that although I can set the label for data, jump marks, etc. in the colour to be displayed, this colour is not used behind the instruction when I refer to it, e.g. Restore xxxx (the colour for variables is displayed).
I currently have PB V6.20 installed. It may be that this has been changed in the meantime.
Colors
Re: Colors
Not sure what you mean? Screenshots always help with a question like this. 
Re: Colors
Example:
Code: Select all
DataSection
MeaninglessData: <-- coloured as set...is correct
Data.d 0, 1, 2, 3, .......
EndDataSection
Restore MeaninglessData <-- coloured as Variable...why?
JumpMark: <-- coloured as set...is correct
Goto JumpMark <-- coloured as Variable...why?
Re: Colors
I just had a play with different colour schemes to see if I could work out why that's happening?
It looks like the way around it is to have the "normal text" and "label" colours the same.
It feels a bit of a bodge, but might solve the issue aesthetically?
How it affects the overall look of the code, I can't say.
Moulder.
It looks like the way around it is to have the "normal text" and "label" colours the same.
It feels a bit of a bodge, but might solve the issue aesthetically?
How it affects the overall look of the code, I can't say.
Moulder.
"If it ain't broke, fix it until it is!
This message is brought to you thanks to SenselessComments.com
My PB stuff for Linux: "https://u.pcloud.link/publink/show?code ... z3MR0T3jyV
This message is brought to you thanks to SenselessComments.com
My PB stuff for Linux: "https://u.pcloud.link/publink/show?code ... z3MR0T3jyV


