Bug 142208 - implement "base directory" code import
Summary: implement "base directory" code import
Status: RESOLVED DUPLICATE of bug 109157
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-26 02:46 UTC by jamie
Modified: 2007-02-26 17:39 UTC (History)
0 users

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 jamie 2007-02-26 02:46:32 UTC
Version:            (using KDE KDE 3.5.6)

right now, the code import feature doesn't support providing a code base directory and importing all the wildcard matches recursively.  For larger projects this means that you have to go to each directory individually, select the files in that directory, then go to one of the other directories in the tree and do it again, etc, in order to import the whole class hierarchy.

Better would be if you could specify a directory and umbrello would automatically grab all the wildcard matches and import them.
Comment 1 Oliver Kellogg 2007-02-26 07:31:51 UTC
An applaudable wish indeed - alas, we have too few Magic Fairies.
Please consider contributing.

As a workaround, you can export the environment variable
UMBRELLO_INCPATH to contain a colon separated list of directories:

 export UMBRELLO_INCPATH="first_codeimport_dir:second_dir:third"

and start umbrello from the command line.


*** This bug has been marked as a duplicate of 109157 ***
Comment 2 Antoine Dopffer 2007-02-26 17:39:13 UTC
A good wish, according to me.
But I think it should be an option.
Sometimes, you don't want to go recursively