[Lazarus] Hiding Code Hints
Michael Thompson
mike.cornflake at gmail.com
Thu Oct 9 21:09:04 CEST 2014
G'day,
According to the wiki, code comments starting with $ or % will be hidden
from the code hint.
http://wiki.freepascal.org/Lazarus_IDE_Tools#Comments_shown_in_the_hint
"Comments starting with *$* and *%* are ignored."
Testing with trunk shows that the only form of this that actually works is:
sHint3: String; (*$ This is successfully hidden *)
(*$ This is successfully hidden *)
sHint9: String;
All other forms are shown, including all forms starting with %. (Obviously,
I didn't test {$...})
See also
http://forum.lazarus.freepascal.org/index.php/topic,26090.msg159626.html#msg159626
Should I report this as an issue, or should I just update the wiki?
Many thanks
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20141009/eccfb168/attachment-0002.html>
More information about the Lazarus
mailing list