Bug 464506 - New C++ project wizard resets chosen toolchain when changing project type
Summary: New C++ project wizard resets chosen toolchain when changing project type
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-editor (show other bugs)
Version: 8.6.0   Edit
Hardware: PC Windows 8
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-13 07:50 EDT by Nobody - feel free to take it CLA
Modified: 2020-09-04 15:22 EDT (History)
1 user (show)

See Also:


Attachments
left: before changing the project type, right: after (104.22 KB, image/png)
2015-04-13 07:50 EDT, Nobody - feel free to take it CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nobody - feel free to take it CLA 2015-04-13 07:50:08 EDT
Created attachment 252336 [details]
left: before changing the project type, right: after

The new C++ project wizard resets the chosen toolchain to the first in the list (or if available to the default) when changing the project type. This is a little bit annoying because I often create projects to test something and choose the toolchain first, then remember that I want the „src“ folder created and other things, so I select the „Hello World C++ Project“. 
Left side of the attachment is before the changing of the project type, the right side after. My default toolchain MinGW GCC is selected again.

The selection should stay the same if the toolchain is still available for this project type. Otherwise the behaviour should be like it is now: if available the default toolchain or otherwise the first in the list.