Bug 106540 - "Link with editor" does not work in C/C++ Projects view
Summary: "Link with editor" does not work in C/C++ Projects view
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 3.0   Edit
Hardware: PC Linux-GTK
: P3 major (vote)
Target Milestone: 3.0.1   Edit
Assignee: Alain Magloire CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-09 14:47 EDT by Chengdong Li CLA
Modified: 2009-01-09 14:59 EST (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 Chengdong Li CLA 2005-08-09 14:47:08 EDT
In the C/C++ Porjects view, the "link with editor" action does not work. 

In the Navigator view, the same action works.

The CDT version used to test is 3.0RC3.
Comment 1 Alain Magloire CLA 2005-08-11 10:31:35 EDT
(In reply to comment #0)
> In the C/C++ Porjects view, the "link with editor" action does not work. 
> 
> In the Navigator view, the same action works.
> 
> The CDT version used to test is 3.0RC3.

Yes, it will only work for translationUnit i.e. *.c *.cpp, ... files.

It is a few line of code change, marking this for 3.0.1 milestone
Comment 2 Alain Magloire CLA 2005-08-20 23:03:41 EDT
Thanks for the PR
Comment 3 Alain Magloire CLA 2005-08-20 23:04:06 EDT
Fix in the head and the 3.0 branch