In Synon, can i change the colour of comment? (By default its while bakcground adn blank font) can i changed? I just want to higlite my comment ina diff colour/attactive colour so that every developer can easily notice my comment.
(Synon Edit action diagram commands to add comments for ref
I*
I*F
*)
Software/Hardware used:
synon
ASKED:
August 12, 2012 11:54 PM
This isn’t an answer, but only a discussion point. It’s been too many years since I’ve seen Synon, so I can’t guess at how to do it. I can say it probably shouldn’t be done though.
It doesn’t make sense to say “…so that every developer can easily notice my comment.” Every comment should be that way. If a comment isn’t intended to make a future reader notice, then the comment has no purpose. Comments should have more meaning than just a narrative that parallels the code. The code should be readable by itself so that it doesn’t need narrative.
If you make some comments look ‘important’, it implies that other comments aren’t important. And if they’re not important, then why are they there? So how can it be desired to make a comment stand out from others?
Tom