Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-core-dev] Renaming projects

In the JDT there is a useful refactor feature which lets you rename
projects and at the same time update any launch configurations that
reference the project.  In the CDT, if you rename a project you need to
manually update any launch configurations.  I'd quite like to implement
a similar feature for the CDT, but I'm struggling to find the extension
point that I need.  I tried looking through the JDT source to see how
they do it, but couldn't find anything that looked right.  Can anyone
give me a pointer to the right extension point?  If it was thought to be
useful enough, I'll submit the feature back as a patch.

Thanks in advance,

James Langley
Senior Software Engineer
Altera European Technology Centre 


Back to the top