[Lazarus] Hiding Code Hints

Mattias Gaertner nc-gaertnma at netcologne.de
Thu Oct 9 22:10:32 CEST 2014


On Thu, 9 Oct 2014 21:09:04 +0200
Michael Thompson <mike.cornflake at gmail.com> wrote:

> 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?

Fixed in trunk.
Please test.

Mattias




More information about the Lazarus mailing list