Summary: | Project manager functionality missing (add/remove tree/files(multiple selection) to existing project | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Horatiu Eugen VLAD <vhe> |
Component: | All build tools | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | aaronw, esigra |
Priority: | NOR | ||
Version: | 4.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Horatiu Eugen VLAD
2003-09-11 14:37:53 UTC
This is a really needed feature, this need attention. This report has almost one year here, and nobody ever commented anything.. any admin or who have access, can update the info for this report? Well this is still a whish list (low priority) item. I can live perfecly weel without it, and I guess all the other developers too. So if you really need it ... i guess you'll have to code it in. It's not that complicated, just take a look at: http://www.kdevelop.org/HEAD/doc/api/html/classAutoProjectPart.html I'm not sure whether my problem is really the same, but if, then the whole issue is not a wish but a bug: I've imported some files from a subdirectory into a custom project. In the "Groups" tab as well as in the "File tree" tab these files are recognised as project files. However, right mouse click on the files opens a menu with add to project The filename is just missing! Selecting this entry invokes cvs with cvs -f add '.' 2>&1 which of course crashes. (However, the commands in the subdirectory of CVS Service work correctly.) For me, the only way to add another file to the project seems to be editing the *.kdevelop.filelist... P.S: I'm using KDevelop 3.2.1 on KDE 3.4 You have another problem. Your problem is that you should read the user Manual and look for "custom projects" (custom Makefiles). Like the name says, you are the one responsable to manage your own Makefiles, so you are the one responsable for adding/removing files to them. Regarding CVS, does cervisia work ? Sorry, but my problem is not that I can't edit a Makefile. If I select a file from the top level directory, i.e. where the *.kdevelop.* project files are, I can add this file to the project. Right mouse click yields a menu entry "add 'filename' to the project" (I'm not sure about the exact English version) and everything is fine. Adding a file to the project has more consequences than just changing the Makefile, e.g. the contents of the file is also parsed and appears in the class browser. Concerning CVS: it seems that Cervisia is not supported anymore, only CVS Service. Well, if you canot add files to subprojects (subfolders) on custom Makefile based projects, then open a new bug report.
> Concerning CVS: it seems that Cervisia is not supported anymore, only CVS Service.
Yes, you are rigth. But CVS service is provided by cervisia.
Does cervisia work ?
I thought my problem is related to that bug/wish, but maybe it's a good idea to start a new bug file.
> Does cervisia work ?
>
I could not see any problems with cervisia, for me it works.
*** Bug 103578 has been marked as a duplicate of this bug. *** Not Solaris specific. this is possible in kdev4 with cmake projects. |