summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/share/qtcreator/externaltools/notepad_win.xml2
-rw-r--r--src/share/qtcreator/externaltools/vi.xml2
-rw-r--r--src/share/qtcreator/externaltools/vi_mac.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/share/qtcreator/externaltools/notepad_win.xml b/src/share/qtcreator/externaltools/notepad_win.xml
index f76384db9e..62cf514e7d 100644
--- a/src/share/qtcreator/externaltools/notepad_win.xml
+++ b/src/share/qtcreator/externaltools/notepad_win.xml
@@ -30,7 +30,7 @@
<description>Opens the current file in Notepad</description>
<displayname>Edit with Notepad</displayname>
<category>Text</category>
- <executable modifiesdocument="yes">
+ <executable>
<path>notepad</path>
<arguments>"%{CurrentDocument:FilePath}"</arguments>
<workingdirectory>%{CurrentDocument:Path}</workingdirectory>
diff --git a/src/share/qtcreator/externaltools/vi.xml b/src/share/qtcreator/externaltools/vi.xml
index 2f4dcf98f4..f703a5602a 100644
--- a/src/share/qtcreator/externaltools/vi.xml
+++ b/src/share/qtcreator/externaltools/vi.xml
@@ -30,7 +30,7 @@
<description>Opens the current file in vi</description>
<displayname>Edit with vi</displayname>
<category>Text</category>
- <executable modifiesdocument="yes">
+ <executable>
<path>xterm</path>
<arguments>-geom %{CurrentDocument:ColumnCount}x%{CurrentDocument:RowCount}+%{CurrentDocument:XPos}+%{CurrentDocument:YPos} -e vi "%{CurrentDocument:FilePath}" +%{CurrentDocument:Row}</arguments>
<workingdirectory>%{CurrentDocument:Path}</workingdirectory>
diff --git a/src/share/qtcreator/externaltools/vi_mac.xml b/src/share/qtcreator/externaltools/vi_mac.xml
index 46fdc89dea..77d878a314 100644
--- a/src/share/qtcreator/externaltools/vi_mac.xml
+++ b/src/share/qtcreator/externaltools/vi_mac.xml
@@ -30,7 +30,7 @@
<description>Opens the current file in vi</description>
<displayname>Edit with vi</displayname>
<category>Text</category>
- <executable modifiesdocument="yes">
+ <executable>
<path>osascript</path>
<input>
--Terminal opens a window by default when it is not running, so check