On Thu, 9 Oct 2014 21:09:04 +0200 Michael Thompson <[email protected]> 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 [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
