Bug 186170 - There is nothing in outline view for remote C/C++ files
Summary: There is nothing in outline view for remote C/C++ files
Status: RESOLVED DUPLICATE of bug 177994
Alias: None
Product: CDT
Classification: Tools
Component: cdt-parser (show other bugs)
Version: 4.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 180677 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-05-09 10:48 EDT by Martin Oberhuber CLA
Modified: 2007-10-11 12:20 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Oberhuber CLA 2007-05-09 10:48:44 EDT
+++ This bug was initially created as a clone of Bug #180677 +++

Open a remote C/C++ file in RSE, but there is nothing in outline view.

Trying to set up a remote folder through EFS and loading a C/C++ file from there also doesn't work properly.

It looks like two things are missing from CDT:

1. For "external" files with *.c extension but outside a CDT project scope, 
   the Outline View should still be filled based on the local file contents
   only (not trying to resolve includes). This would fix showing files in RSE.

2. For remote files accessed through the Eclipse Filesystem (EFS), the outline
   view should be properly filled by parsing those files from EFS. A CDT
   project context may or may not exist in this case, and header files may
   be local or remote through EFS.
Comment 1 Martin Oberhuber CLA 2007-05-09 11:14:47 EDT
*** Bug 180677 has been marked as a duplicate of this bug. ***
Comment 2 Martin Oberhuber CLA 2007-10-11 12:20:03 EDT
Bug 177994 now collects all the EFS-for-CDT issues.

*** This bug has been marked as a duplicate of bug 177994 ***