Bug 104532 - opening an #included header file from the outline view does not work with linked folders
Summary: opening an #included header file from the outline view does not work with lin...
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 RC3   Edit
Assignee: John Camelon CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2005-07-20 13:17 EDT by Doug Crawford CLA
Modified: 2009-01-09 17:02 EST (History)
0 users

See Also:


Attachments
fix for this PR (1.03 KB, patch)
2005-07-20 14:08 EDT, Devin Steffler CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Doug Crawford CLA 2005-07-20 13:17:15 EDT
-create an exteral folder and add it to the project as a linked resource
-create a simple.cpp and simple.h file in the linked folder
-add #include "simple.h" and #include "simple2.h" to the cpp file.
-double clik on each include directive in the outline view.

When you double clik on the simple2.h in the outline view it brings up a 
dialog reading: "no include files were found that matched that name" which is 
expected.  However, when you double click on simple.h I would expect it to 
open the corresponding editor, however, nothing happens not even an error 
dialog.  This problem only happens with linked folders.
Comment 1 Devin Steffler CLA 2005-07-20 14:08:25 EDT
Created attachment 25069 [details]
fix for this PR
Comment 2 John Camelon CLA 2005-07-20 15:08:01 EDT
I'll look @ applying this in conjunction w/the other linked resource bugs/tests.
Comment 3 John Camelon CLA 2005-07-20 15:31:13 EDT
Looks good. Applied!