forked from qt-creator/qt-creator
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:
@@ -155,7 +155,7 @@
|
||||
"mandatory": true,
|
||||
"data":
|
||||
{
|
||||
"kind": "existingDirectory",
|
||||
"kind": "directory",
|
||||
"basePath": "%{InitialPath}",
|
||||
"path": "%{InitialPath}"
|
||||
}
|
||||
|
@@ -108,7 +108,7 @@
|
||||
"mandatory": true,
|
||||
"data":
|
||||
{
|
||||
"kind": "existingDirectory",
|
||||
"kind": "directory",
|
||||
"basePath": "%{InitialPath}",
|
||||
"path": "%{InitialPath}"
|
||||
}
|
||||
|
@@ -117,7 +117,7 @@
|
||||
"mandatory": true,
|
||||
"data":
|
||||
{
|
||||
"kind": "existingDirectory",
|
||||
"kind": "directory",
|
||||
"basePath": "%{InitialPath}",
|
||||
"path": "%{InitialPath}"
|
||||
}
|
||||
|
@@ -57,7 +57,7 @@
|
||||
"mandatory": true,
|
||||
"data":
|
||||
{
|
||||
"kind": "existingDirectory",
|
||||
"kind": "directory",
|
||||
"basePath": "%{InitialPath}",
|
||||
"path": "%{InitialPath}"
|
||||
}
|
||||
|
@@ -38,7 +38,7 @@
|
||||
"trIncompleteMessage": "\"%{JS: Util.toNativeSeparators('%{TargetPath}')}\" exists in the filesystem.",
|
||||
"data":
|
||||
{
|
||||
"kind": "existingDirectory",
|
||||
"kind": "directory",
|
||||
"basePath": "%{InitialPath}",
|
||||
"path": "%{InitialPath}"
|
||||
}
|
||||
|
@@ -38,7 +38,7 @@
|
||||
"trIncompleteMessage": "\"%{JS: Util.toNativeSeparators('%{TargetPath}')}\" exists in the filesystem.",
|
||||
"data":
|
||||
{
|
||||
"kind": "existingDirectory",
|
||||
"kind": "directory",
|
||||
"basePath": "%{InitialPath}",
|
||||
"path": "%{InitialPath}"
|
||||
}
|
||||
|
Reference in New Issue
Block a user