[Lazarus] Code Tools Feature request
Ondrej Pokorny
lazarus at kluug.net
Fri Jan 15 12:53:10 CET 2016
On 15.01.2016 10:59, Michael Van Canneyt wrote:
> Example source code:
>
> -----------------------------------------------------------------------------
>
> Function TMyClass.SomeMethod(AnArgument: String) ;
>
> begin
>
> end;
>
> procedure TMyClass.DoSomethingElse(AnArgument : String; Options :
> TMyoptions);
>
> -----------------------------------------------------------------------------
>
>
> if I hover over TMyOptions, then I get nothing. If I want to
> ctrl-click it,
> it doesn't appear as a hyperlink (as it would if all was OK).
Strange, your example works for me - I do have the hyperlink, I do get
a hint when I hover over the type and I can Ctrl+Click it. So for me
CodeTools ignore this particular error.
Ondrej
More information about the Lazarus
mailing list