aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-04-29 16:45:11 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2019-05-08 09:22:57 +0000
commitc770d3f4a760fdd1ce6aaeb02efb617e7a21a24e (patch)
treed60598cd3b12ea231f00c38fd4585ca671f5d769 /share/qtcreator/templates
parent6c87ddcea19fd5b2e02ace9a8a43b958c3e52c3c (diff)
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>
Diffstat (limited to 'share/qtcreator/templates')
-rw-r--r--share/qtcreator/templates/wizards/classes/cpp/wizard.json2
-rw-r--r--share/qtcreator/templates/wizards/classes/itemmodel/wizard.json2
-rw-r--r--share/qtcreator/templates/wizards/classes/python/wizard.json2
-rw-r--r--share/qtcreator/templates/wizards/classes/qtquickui/wizard.json2
-rw-r--r--share/qtcreator/templates/wizards/files/modeling/model/wizard.json2
-rw-r--r--share/qtcreator/templates/wizards/files/scxml/wizard.json2
6 files changed, 6 insertions, 6 deletions
diff --git a/share/qtcreator/templates/wizards/classes/cpp/wizard.json b/share/qtcreator/templates/wizards/classes/cpp/wizard.json
index 24b1f79b61..54c7dcabfd 100644
--- a/share/qtcreator/templates/wizards/classes/cpp/wizard.json
+++ b/share/qtcreator/templates/wizards/classes/cpp/wizard.json
@@ -155,7 +155,7 @@
"mandatory": true,
"data":
{
- "kind": "existingDirectory",
+ "kind": "directory",
"basePath": "%{InitialPath}",
"path": "%{InitialPath}"
}
diff --git a/share/qtcreator/templates/wizards/classes/itemmodel/wizard.json b/share/qtcreator/templates/wizards/classes/itemmodel/wizard.json
index b6b70ba245..8b4830ca32 100644
--- a/share/qtcreator/templates/wizards/classes/itemmodel/wizard.json
+++ b/share/qtcreator/templates/wizards/classes/itemmodel/wizard.json
@@ -108,7 +108,7 @@
"mandatory": true,
"data":
{
- "kind": "existingDirectory",
+ "kind": "directory",
"basePath": "%{InitialPath}",
"path": "%{InitialPath}"
}
diff --git a/share/qtcreator/templates/wizards/classes/python/wizard.json b/share/qtcreator/templates/wizards/classes/python/wizard.json
index 6d1d72c63b..56a8d419e7 100644
--- a/share/qtcreator/templates/wizards/classes/python/wizard.json
+++ b/share/qtcreator/templates/wizards/classes/python/wizard.json
@@ -117,7 +117,7 @@
"mandatory": true,
"data":
{
- "kind": "existingDirectory",
+ "kind": "directory",
"basePath": "%{InitialPath}",
"path": "%{InitialPath}"
}
diff --git a/share/qtcreator/templates/wizards/classes/qtquickui/wizard.json b/share/qtcreator/templates/wizards/classes/qtquickui/wizard.json
index a1d4338994..3fc4ed23a9 100644
--- a/share/qtcreator/templates/wizards/classes/qtquickui/wizard.json
+++ b/share/qtcreator/templates/wizards/classes/qtquickui/wizard.json
@@ -57,7 +57,7 @@
"mandatory": true,
"data":
{
- "kind": "existingDirectory",
+ "kind": "directory",
"basePath": "%{InitialPath}",
"path": "%{InitialPath}"
}
diff --git a/share/qtcreator/templates/wizards/files/modeling/model/wizard.json b/share/qtcreator/templates/wizards/files/modeling/model/wizard.json
index 2f8cff689a..b2d9029c74 100644
--- a/share/qtcreator/templates/wizards/files/modeling/model/wizard.json
+++ b/share/qtcreator/templates/wizards/files/modeling/model/wizard.json
@@ -38,7 +38,7 @@
"trIncompleteMessage": "\"%{JS: Util.toNativeSeparators('%{TargetPath}')}\" exists in the filesystem.",
"data":
{
- "kind": "existingDirectory",
+ "kind": "directory",
"basePath": "%{InitialPath}",
"path": "%{InitialPath}"
}
diff --git a/share/qtcreator/templates/wizards/files/scxml/wizard.json b/share/qtcreator/templates/wizards/files/scxml/wizard.json
index 4e9e870637..4c150c6256 100644
--- a/share/qtcreator/templates/wizards/files/scxml/wizard.json
+++ b/share/qtcreator/templates/wizards/files/scxml/wizard.json
@@ -38,7 +38,7 @@
"trIncompleteMessage": "\"%{JS: Util.toNativeSeparators('%{TargetPath}')}\" exists in the filesystem.",
"data":
{
- "kind": "existingDirectory",
+ "kind": "directory",
"basePath": "%{InitialPath}",
"path": "%{InitialPath}"
}