aboutsummaryrefslogtreecommitdiffstats
path: root/src/share/qtcreator/externaltools/notepad_win.xml
blob: 0a4eb748d3c7d5689b2607b69b893375bb83555b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!--
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0

-->
<externaltool id="notepad">
    <description>Opens the current file in Notepad</description>
    <displayname>Edit with Notepad</displayname>
    <category>Text</category>
    <executable>
        <path>notepad</path>
        <arguments>"%{CurrentDocument:FilePath}"</arguments>
        <workingdirectory>%{CurrentDocument:Path}</workingdirectory>
    </executable>
</externaltool>