Bug 75629 - No "add existing file to project" function for perl projects
Summary: No "add existing file to project" function for perl projects
Status: RESOLVED INTENTIONAL
Alias: None
Product: kdevelop
Classification: Applications
Component: scriptproject (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
: 77764 134826 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-02-19 17:16 UTC by M.J.Harwood
Modified: 2008-07-05 21:40 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description M.J.Harwood 2004-02-19 17:16:36 UTC
Version:           3.0.90-CVS (using KDE KDE 3.2.0)
Installed from:    Compiled From Sources
Compiler:          gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5) 
OS:          Linux

If you create a perl project, then there is no "add file to project" functionality. (It seems to show up in the file selector and file tree view with a C/C++ project).
Comment 1 Jens Dagerbo 2004-02-19 17:29:54 UTC
A common property of all the "script projects".

IIRC, the only way of telling KDevelop what files are part of a script project is with a filepattern and this is only evaluated on project start. There should at the very least be a way to reevaluate this pattern runtime.
Comment 2 M.J.Harwood 2004-02-19 17:41:09 UTC
Just reevaluating the pattern wouldn't necessarily be helpful. (Eg. not all perl scripts end in '.pl', and having a pattern of '*' would mean everything would be added even when you don't want it to be). 

It would completely fail in the case that caused me to find this. I was trying to create a project for files kept on a remote server - I'm the only developer so cvs would be overkill, but there's no way to create the project at a remote url over ssh (I filed a seperate bug for that) and no way to add files if you create a local project).
Comment 3 Jens Dagerbo 2004-12-14 20:56:21 UTC
crossref bug #77764
Comment 4 Jens Dagerbo 2006-12-31 15:14:48 UTC
*** Bug 77764 has been marked as a duplicate of this bug. ***
Comment 5 Jens Dagerbo 2007-01-02 04:09:14 UTC
*** Bug 134826 has been marked as a duplicate of this bug. ***
Comment 6 Andreas Pakulat 2008-07-05 21:40:07 UTC
kdevelop3 development has reached its end. closing as wontfix, kdevelop4 will not have perl support as part of the main source.