In XE, the action of Ctrl+Enter and Ctrl+Click when on a filename declaration in the USES clause seemed identical - it opened the file in the editor. Now in XE2 it seems that Ctrl-Click works ok (if the program has been compiled) but Ctrl-Enter only works on file names with full path specifications eg:
UArtResourceExplorerDlg in '..\..\Paslib32\src\Paslib32\UArtResourceExplorerDlg.pas',
If only
UArtResourceExplorerDlg,
is specified the IDE cant find it despite the program compiling fine. Is there some additional path information that I should be adding?