Page 1 of 1

Special formatting in IDE?

Posted: Mon Oct 03, 2022 6:59 pm
by miskox
It might be very nice to have some special formatting of the text in comments in IDE (this info could be stored in source file of course):
- bold
- italics
- underlined
- other?

I want some comments to stand out. See pictures:

Image

(well italics should be in blue but you know...using word etc...)

You know what I mean.

For your consideration.

Thanks.
Saso

Re: Special formatting in IDE?

Posted: Tue Oct 04, 2022 6:47 am
by ozzie
The 'Issues' item under 'preferences' may help. You can add your own entries. I have added Note (\bNOTE\b.*) and Info (\bINFO\b.*). For Note I have the background color set to yellow, and for Info the background color is set to white. Any comment line that starts with ; NOTE will display with a yellow background, and any comment line that starts with ; INFO will display with a white background.

Re: Special formatting in IDE?

Posted: Tue Oct 04, 2022 8:56 am
by miskox
Thanks. Will try that. As it looks like this applies for the entire row.

Saso