Community
Participate
Working Groups
This will introduce a conversion wizard that converts existing CDT projects into RDT projects. The wizard adds a remote nature to the project and allows the service model to be configured.
Created attachment 110575 [details] proposed patch The icon for the wizard cannot be added to the patch so I'll attach it to this bug instead.
Created attachment 110576 [details] wizard icon wizard icon to be placed in /org.eclipse.ptp.rdt.ui/icons/obj16/
Created attachment 110617 [details] updated patch Updated patch makes wizard more generic (listing non-CDT projects as candidates for conversion as well)
One problem I see is that the wizard will try to set the indexer for projects that are not CDT projects.
Created attachment 111623 [details] updated patch This patch allows the table entries to be generated based on a project's natures and therefore we won't add the indexer to non-CDT projects. When the project nature is not known (e.g. new project creation wizard) it defaults to C & C++ nature (which is the behaviour right now).
Applied to HEAD. Thanks.
Couple comments: - This is not a new project wizard so perhaps it shouldn't be listed with the rest of the new project wizards. - When I right click on a CDT project one of the menu items is "Convert to...", and when I select that I get an error dialog that says "no available converters". - The hidden RSE project RemoteSystemsTempFiles shows up in the list.
(In reply to comment #7) > Couple comments: > - This is not a new project wizard so perhaps it shouldn't be listed with the > rest of the new project wizards. > - When I right click on a CDT project one of the menu items is "Convert to...", > and when I select that I get an error dialog that says "no available > converters". > - The hidden RSE project RemoteSystemsTempFiles shows up in the list. Can you please open separate bugs for these?