[Lazarus] Hiding Code Hints

Michael Thompson mike.cornflake at gmail.com
Thu Oct 9 22:54:28 CEST 2014


Fast work, many thanks :-)

Most forms now work as per the wiki.  There is one form still not working:
  sHint4: String; (*% This hint is shown *)

  (*% This hint is shown *)
  sHint10: String;

Mike

On 9 October 2014 22:10, Mattias Gaertner <nc-gaertnma at netcologne.de> wrote:

> 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
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20141009/e6f978b0/attachment-0003.html>


More information about the Lazarus mailing list