Bug 456124 - Allow new class or header.h and source.cpp to be a linked ressource of the C++ projet
Summary: Allow new class or header.h and source.cpp to be a linked ressource of the C+...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-editor (show other bugs)
Version: 8.3.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-24 01:09 EST by zos rothko CLA
Modified: 2020-09-04 15:18 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 zos rothko CLA 2014-12-24 01:09:26 EST
Hi

Under a C++ projet, CDT allow to create a folder as a linked ressource outside of the directory tree of the project. All new classes/header.h/source.cpp created in the linked folder are also outside the directory which is really nice for sharing source file between CDT and MSVC for example. But this linked source file feature is not provided for a new class/header/source directly under the main C++ project while it is possible to create a file as a linked ressource. Thus, this issue is for requesting to create a class as a linked ressource under the main project.

Rgds