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
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to