Bug 60538 - can't create new directory paths in the project->new project dialog
Summary: can't create new directory paths in the project->new project dialog
Status: RESOLVED FIXED
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: appwizard (show other bugs)
Version: 1.0.0
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-30 16:56 UTC by Holger Schröder
Modified: 2009-01-22 23:37 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 Holger Schröder 2003-06-30 16:56:05 UTC
Version:           CVS (using KDE KDE 3.1.2)
Installed from:    Gentoo Packages

Hi,

when i create a new project in actual gideon cvs, i choose project -> new project. then i enter the project name and a directory, where i want to put it. if this directory does not exist, the next button in that dialog is grayed out. iirc, in some older version there was the possibility to click on the three points right of the directory input field to enter a new dialog box to choose a directory name. earlier, it was possible to create a new directory in that dialog, but now the rmb menu does not exist any more.

i would like it, if the next button in the main dialog would not be deactivated, when an invalid path is entered. the program should give a messagebox, when the user clicks next, which tells him, that the entered path does not exist, and ask him if it should create that path, or if it should cancel, and the user wants to change the path.

thanks, Holger
Comment 1 Dominik Haumann 2003-10-18 16:00:28 UTC
> when i create a new project in actual gideon cvs, i choose project -> new project. then i enter
> the project name and a directory, where i want to put it. if this directory does not exist, the next
> button in that dialog is grayed out. iirc, in some older version there was the possibility to click
> on the three points right of the directory input field to enter a new dialog box to choose a
>directory name. earlier, it was possible to create a new directory in that dialog, but now the
> rmb menu does not exist any more. 
you can't create a new directory directly in it. But if you click "..." a standard KDE dialog appears in which you can choose a directory but not create a new foder. So its a bug in the getExistingDirectory-part. I already sent a bug report for that.
 
> i would like it, if the next button in the main dialog would not be deactivated, when an invalid
> path is entered. the program should give a messagebox, when the user clicks next, which tells
> him, that the entered path does not exist, and ask him if it should create that path, or if it should
> cancel, and the user wants to change the path.
the Next-button is enabled on valid information only. *Hopefully* in future a new folder can be created in the "..." dialog.

imho the current behaviour is very intuitive. I like it.
Let this BR opened till the missing feature in the getExistingDirectory-dialog is added.
Comment 2 Dominik Haumann 2003-10-21 11:49:11 UTC
Now you can create a new directory when clicking the button right to the line edit.
works for kde >= 3.0. *juhu* :)