Summary: | Request: Storing .kdev4 file in a template subdirectory | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Bastian <bastian.leyer> |
Component: | Application templates | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | 4.2.3 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | patch for the requested feature |
Description
Bastian
2011-06-29 12:46:54 UTC
Created attachment 61445 [details]
patch for the requested feature
please repost this patch on git.reviewboard.kde.org and/or use git diff for the patch creation, so we see some context instead of only the raw changes. Hi, the patch is posted on git.reviewboard.kde.org. Here the link: https://git.reviewboard.kde.org/r/101853/ Git commit d2ac0610857aa4f859d71c74fe3605eac5732a91 by Milian Wolff. Committed on 16/03/2012 at 16:54. Pushed by mwolff into branch 'master'. Loop through the new project directory and try to detect the first .kdev4 file. If one is found this file will be used. So .kdev4 file can be stored in any subdirectory and the project templates can be more complex. REVIEW: 101853 Many thanks to Bastian Schmidt for this patch! M +11 -1 plugins/appwizard/appwizardplugin.cpp http://commits.kde.org/kdevplatform/d2ac0610857aa4f859d71c74fe3605eac5732a91 |