Bug 186170

Summary: There is nothing in outline view for remote C/C++ files
Product: [Tools] CDT Reporter: Martin Oberhuber <mober.at+eclipse>
Component: cdt-parserAssignee: Project Inbox <cdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: kulakli
Version: 4.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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 ***