Summary: | "File Groups" are not regenerated when there are new files | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Robert Jonsson <rj> |
Component: | file groups | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.0.0a5 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Robert Jonsson
2003-08-18 16:31:06 UTC
Yes it does regenetate but the file must be in the project.
Which project mananger do you use? Automake manager ? QMake manager??
Try using the project manager interface to add a file to the project and then it
will work just fine.
> should gideon have a dedicated list of project files?
No it doesn't and it shouldn't. Gigeon uses:
- the Makefile.am files in Automake manager
- the .pro files in QMake manager
- some .xml file in ant project
- ... etc
I added an option to show non project files to the RMB of the file groups. If this is activated all files are shown. It it's deactivated only project files are shown |