[codetools] wrong navigation to pointer target definition
Original Reporter info from Mantis: hnb
-
Reporter name: Maciej Izak
Original Reporter info from Mantis: hnb
- Reporter name: Maciej Izak
Description:
Ctrl + click works improper for this scenario:
program Project1;
uses
typinfo;
type
PTypeInfo = ^TTypeInfo // ctrl + click will point to typinfo.TTypeInfo instead of Project1.TTypeInfo
TTypeInfo = record
end;
begin
end.
Mantis conversion info:
- Mantis ID: 31230
- Version: 1.7 (SVN)