tonkv / qdevelop

Automatically exported from code.google.com/p/qdevelop
0 stars 0 forks source link

Error in "Choose the project directory" window #91

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Menu Project - New project...
2. Push "..." button for choice location
3. Push button for "Create New Folder"
4.- Write the new name, removing the name "New Folder" and push <Enter>
5.- The windows is closed and the directory is New Folder/

What is the expected output? What do you see instead?
I want the directory name to be changed,
Other error is that if you choice a directory, the textedit Location is
termitate with '/', then you write a Project name. Finally the Project
creation on: /the_directory_path//project_name. The error is the ugly
double //. All is done well, but is better remove the extra '/' in the path.

What version of the product are you using? On what operating system?
QDevelop 0.21
QT 4.2.0
Ubuntu Edgy 6.10.
Kernel 2.6.17

Please provide any additional information below.

Original issue reported on code.google.com by gmoll...@us.es on 9 Jan 2007 at 10:04

GoogleCodeExporter commented 8 years ago
The error of double slash "//" go to the "Default directories" in menu
"Project-Properties of your_project.pro"

Original comment by gmoll...@us.es on 11 Jan 2007 at 7:52

GoogleCodeExporter commented 8 years ago
1) Issue with "Select location" dialog is connected with Qt rather than 
QDevelop. And
I cannot reproduce it with Ubuntu 8.10, Qt 4.4.3.
2) Double slash isn't an error, it doesn't prevent program from working.

Original comment by Lord.Div...@gmail.com on 30 Jan 2009 at 4:10