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

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to