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:
(well italics should be in blue but you know...using word etc...)
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.