Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Visual Studio style projects

Title: Visual Studio style projects

I'm surprised I can't find more traffic about this on this mailing list, but I've got to adapt CDT to handle Visual Studio style projects, where the components of a project are explicitly defined in the project, files can live in any directory and multiple projects might live in the same directory, etc.  I'd really like to get the Project Explorer view to only list those files which are used in a project.

The link approach to including files from other directories won't work in our environment (for a variety of reasons) so that approach doesn't seem useful.

Has someone done this or something like it before?  Any quick suggestions as to how to go about it?  (If I had more time to do this, I'd love to try and make Project subclassable, but that would mean having a ProjectFactory, and that looks to be major surgery).

Thanks,

Eric


This email message is for the sole use of the intended recipient(s) and may contain confidential information.  Any unauthorized review, use, disclosure or distribution is prohibited.  If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.


Back to the top