On Mon, 25 Nov 2013 12:14:17 +0000
"vfclists ." <[email protected]> wrote:

> Is there some way tooltips can be made to display comments linked with
> variables and constants?

The IDE shows comments in tooltips directly above and directly behind a
variable/constant.

var
  { comment about b }
  b: char;
  i: integer; // comment about i

Find declaration must work on the reference.

Mattias

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to