IDE: Underline RGB() values

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

IDE: Underline RGB() values

Post by IdeasVacuum »

Found this little gem in SynWrite

If, say, a colour is assigned thus:

Code: Select all

Global igSpinZeroColour.i = RGB(196,255,196)
.....the RGB value is underlined and the line is in the RGB colour :)
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
Dude
Addict
Addict
Posts: 1907
Joined: Mon Feb 16, 2015 2:49 pm

Re: IDE: Underline RGB() values

Post by Dude »

Sounds good!
Post Reply