OSDN Git Service

2b4f867e6116b256949223d71d8c1fa73c0da565
[qt-creator-jp/qt-creator-jp.git] / src / share / qtcreator / externaltools / sort.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 /**************************************************************************
4 **
5 ** This file is part of Qt Creator
6 **
7 ** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
8 **
9 ** Contact: Nokia Corporation (qt-info@nokia.com)
10 **
11 ** Commercial Usage
12 **
13 ** Licensees holding valid Qt Commercial licenses may use this file in
14 ** accordance with the Qt Commercial License Agreement provided with the
15 ** Software or, alternatively, in accordance with the terms contained in
16 ** a written agreement between you and Nokia.
17 **
18 ** GNU Lesser General Public License Usage
19 **
20 ** Alternatively, this file may be used under the terms of the GNU Lesser
21 ** General Public License version 2.1 as published by the Free Software
22 ** Foundation and appearing in the file LICENSE.LGPL included in the
23 ** packaging of this file.  Please review the following information to
24 ** ensure the GNU Lesser General Public License version 2.1 requirements
25 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
26 **
27 ** If you are unsure which license is appropriate for your use, please
28 ** contact the sales department at http://qt.nokia.com/contact.
29 **
30 **************************************************************************/
31 -->
32 <externaltool id="sort">
33     <description>Sorts the selected text</description>
34     <description xml:lang="de">Sortiert den ausgewählten Text</description>
35     <displayname>Sort Selection</displayname>
36     <displayname xml:lang="de">Auswahl Sortieren</displayname>
37     <category>Text</category>
38     <category xml:lang="de">Text</category>
39     <executable output="replaceselection" error="ignore">
40         <path>sort</path>
41         <input>%{CurrentDocument:Selection}</input>
42         <workingdirectory>%{CurrentDocument:Path}</workingdirectory>
43     </executable>
44 </externaltool>