Summary: | make it possible to create new target in "create class" wizard | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Milian Wolff <mail> |
Component: | Build tools: CMake | Assignee: | kdevelop-bugs-null |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | niko.sams |
Priority: | VLO | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Milian Wolff
2010-05-13 19:46:33 UTC
Last I checked you can edit in the dialog so doing it is already possible. So this boils down to having a wizard for this kind of thing and I'm not in favour of that. Wouldn't a new unit test wizard fit your needs better? @Andreas: This is very counter-intuitive. You'd have to select an _existing_ (what if none exists?) target to add the new class to (which is _not_ what you actually want to achieve), and afterwards you'll have to insert all the code. Which helps you not at all, I could open the cmakelists.txt and add it myself there. I really think this is in the same line the current wizards are, it takes a mundane boring tasks and tries to take some burden of the developer... @Niko: While this would fix my use-case it would still suck for everything else. If I want to create a new unit test, I probably create a new class (or maybe only a main.cpp file - showing the "add to target" there would be cool as well). Anyways, I still think this is a valid wish for a useful feature. Looks like I have to implement it myself ;-) correction: "If I want to create a new _executable or library_"... |