Wizards: Allow non-existing base directory for new files

It's a valid use case to put new files into a new directory.

Task-number: QTCREATORBUG-15599
Change-Id: Iea479d7a723302a14ba8cc887c1036ea6a120ced
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Christian Kandeler
2019-04-29 16:45:11 +02:00
parent 6c87ddcea1
commit c770d3f4a7
6 changed files with 6 additions and 6 deletions

View File

@@ -155,7 +155,7 @@
"mandatory": true,
"data":
{
"kind": "existingDirectory",
"kind": "directory",
"basePath": "%{InitialPath}",
"path": "%{InitialPath}"
}

View File

@@ -108,7 +108,7 @@
"mandatory": true,
"data":
{
"kind": "existingDirectory",
"kind": "directory",
"basePath": "%{InitialPath}",
"path": "%{InitialPath}"
}

View File

@@ -117,7 +117,7 @@
"mandatory": true,
"data":
{
"kind": "existingDirectory",
"kind": "directory",
"basePath": "%{InitialPath}",
"path": "%{InitialPath}"
}

View File

@@ -57,7 +57,7 @@
"mandatory": true,
"data":
{
"kind": "existingDirectory",
"kind": "directory",
"basePath": "%{InitialPath}",
"path": "%{InitialPath}"
}

View File

@@ -38,7 +38,7 @@
"trIncompleteMessage": "\"%{JS: Util.toNativeSeparators('%{TargetPath}')}\" exists in the filesystem.",
"data":
{
"kind": "existingDirectory",
"kind": "directory",
"basePath": "%{InitialPath}",
"path": "%{InitialPath}"
}

View File

@@ -38,7 +38,7 @@
"trIncompleteMessage": "\"%{JS: Util.toNativeSeparators('%{TargetPath}')}\" exists in the filesystem.",
"data":
{
"kind": "existingDirectory",
"kind": "directory",
"basePath": "%{InitialPath}",
"path": "%{InitialPath}"
}