Re: [Lazarus] "(Source)" in hint boxes

2014-01-08 Thread Mark Morgan Lloyd
Mark Morgan Lloyd wrote: Possibly CommentStr:=ExtractCommentContent(CommentCode.Source,CommentStart, NestedComments,true,true,true); if CommentStr <> '' then Result:=Result+''+TextToHTML(CommentStr) +' ('+SourcePosToFPDocHint

Re: [Lazarus] "(Source)" in hint boxes

2014-01-07 Thread Mark Morgan Lloyd
Martin Frb wrote: On 07/01/2014 15:27, Mark Morgan Lloyd wrote: Mark Morgan Lloyd wrote: Mattias Gaertner wrote: On Sun, 05 Jan 2014 10:44:04 + Mark Morgan Lloyd wrote: When the mouse is hovered over an identifier, a hint box pops up showing declaration and associated comment. Where i

Re: [Lazarus] "(Source)" in hint boxes

2014-01-07 Thread Martin Frb
On 07/01/2014 15:27, Mark Morgan Lloyd wrote: Mark Morgan Lloyd wrote: Mattias Gaertner wrote: On Sun, 05 Jan 2014 10:44:04 + Mark Morgan Lloyd wrote: When the mouse is hovered over an identifier, a hint box pops up showing declaration and associated comment. Where is this implemented?

Re: [Lazarus] "(Source)" in hint boxes

2014-01-07 Thread Mark Morgan Lloyd
Mark Morgan Lloyd wrote: Mattias Gaertner wrote: On Sun, 05 Jan 2014 10:44:04 + Mark Morgan Lloyd wrote: When the mouse is hovered over an identifier, a hint box pops up showing declaration and associated comment. Where is this implemented? What do you search: Popup box or content?

Re: [Lazarus] "(Source)" in hint boxes

2014-01-05 Thread Mark Morgan Lloyd
Mattias Gaertner wrote: On Sun, 05 Jan 2014 10:44:04 + Mark Morgan Lloyd wrote: When the mouse is hovered over an identifier, a hint box pops up showing declaration and associated comment. Where is this implemented? What do you search: Popup box or content? Content I think, but possi

Re: [Lazarus] "(Source)" in hint boxes

2014-01-05 Thread Mattias Gaertner
On Sun, 05 Jan 2014 10:44:04 + Mark Morgan Lloyd wrote: > When the mouse is hovered over an identifier, a hint box pops up showing > declaration and associated comment. > > Where is this implemented? What do you search: Popup box or content? Mattias -- ___

[Lazarus] "(Source)" in hint boxes

2014-01-05 Thread Mark Morgan Lloyd
When the mouse is hovered over an identifier, a hint box pops up showing declaration and associated comment. Where is this implemented? -- Mark Morgan Lloyd markMLl .AT. telemetry.co .DOT. uk [Opinions above are the author's, not those of his employers or colleagues] -- __