2011-09-27 11:53:38 +02:00
|
|
|
/****************************************************************************
|
|
|
|
|
**
|
2015-01-14 18:07:15 +01:00
|
|
|
** Copyright (C) 2015 The Qt Company Ltd.
|
|
|
|
|
** Contact: http://www.qt.io/licensing
|
2011-09-27 11:53:38 +02:00
|
|
|
**
|
2012-10-02 09:12:39 +02:00
|
|
|
** This file is part of Qt Creator
|
2011-09-27 11:53:38 +02:00
|
|
|
**
|
|
|
|
|
**
|
|
|
|
|
** GNU Free Documentation License
|
|
|
|
|
**
|
|
|
|
|
** Alternatively, this file may be used under the terms of the GNU Free
|
|
|
|
|
** Documentation License version 1.3 as published by the Free Software
|
|
|
|
|
** Foundation and appearing in the file included in the packaging of this
|
|
|
|
|
** file.
|
|
|
|
|
**
|
|
|
|
|
**
|
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
|
|
// **********************************************************************
|
|
|
|
|
// NOTE: the sections are not ordered by their logical order to avoid
|
|
|
|
|
// reshuffling the file each time the index order changes (i.e., often).
|
|
|
|
|
// Run the fixnavi.pl script to adjust the links to the index order.
|
|
|
|
|
// **********************************************************************
|
|
|
|
|
|
|
|
|
|
/*!
|
2014-03-17 12:18:12 +01:00
|
|
|
\contentspage {Qt Creator Manual}
|
2011-12-13 11:52:47 +01:00
|
|
|
\previouspage creator-keyboard-shortcuts.html
|
2011-09-27 11:53:38 +02:00
|
|
|
\page creator-editor-external.html
|
2011-12-13 11:52:47 +01:00
|
|
|
\nextpage creator-task-lists.html
|
2011-09-27 11:53:38 +02:00
|
|
|
|
|
|
|
|
\title Using External Tools
|
|
|
|
|
|
|
|
|
|
You can use external tools directly from \QC. Qt Linguist,
|
2012-11-20 10:54:32 +01:00
|
|
|
QML preview tools, the
|
2011-09-27 11:53:38 +02:00
|
|
|
default text editor for your system, and the \c sort tool are preconfigured
|
|
|
|
|
for use. You can change their default configurations and configure new
|
|
|
|
|
tools.
|
|
|
|
|
|
2015-07-10 10:34:14 +02:00
|
|
|
To run the tools, select \uicontrol Tools > \uicontrol External, or use the
|
|
|
|
|
\c x filter in the locator.
|
|
|
|
|
|
2011-09-27 11:53:38 +02:00
|
|
|
\section1 Using Qt Linguist
|
|
|
|
|
|
|
|
|
|
You can use the Qt Linguist release manager tools, lupdate and lrelease,
|
|
|
|
|
directly from \QC. The lupdate tool is used to synchronize source
|
|
|
|
|
code and translations. The lrelease tool is used to create run-time
|
|
|
|
|
translation files for use by the released application.
|
|
|
|
|
|
2014-07-23 13:36:19 +02:00
|
|
|
To synchronize translation source (TS) files from a translator with the
|
|
|
|
|
application code,
|
2014-12-11 15:43:19 +01:00
|
|
|
select \uicontrol {Tools > External > Text > Linguist > Update Translations
|
2011-09-27 11:53:38 +02:00
|
|
|
(lupdate)}.
|
|
|
|
|
|
2014-07-23 13:36:19 +02:00
|
|
|
To generate from the TS files Qt message (QM) files that can be used by an
|
2014-12-11 15:43:19 +01:00
|
|
|
application, select \uicontrol {Tools > External > Text > Linguist > Release
|
2011-09-27 11:53:38 +02:00
|
|
|
Translations (lrelease)}.
|
|
|
|
|
|
|
|
|
|
By default, the project .pro file is passed to the tools as an argument. To
|
2014-12-11 15:43:19 +01:00
|
|
|
specify other command line arguments for the tools, select \uicontrol {Tools >
|
2011-09-27 11:53:38 +02:00
|
|
|
External > Configure}.
|
|
|
|
|
|
2013-11-25 17:37:19 +01:00
|
|
|
For more information about Qt Linguist, see \l{Qt Linguist Manual}.
|
2011-09-27 11:53:38 +02:00
|
|
|
|
2012-11-20 10:54:32 +01:00
|
|
|
\section1 Previewing QML Files
|
2011-09-27 11:53:38 +02:00
|
|
|
|
2012-11-20 10:54:32 +01:00
|
|
|
You can preview the current QML document in the QML Viewer (Qt Quick 1) or
|
|
|
|
|
QML Scene (Qt Quick 2). The preview tools enable you to load QML documents
|
|
|
|
|
for viewing and testing while you are developing an application.
|
2011-09-27 11:53:38 +02:00
|
|
|
|
2014-12-11 15:43:19 +01:00
|
|
|
To preview the currently active QML file, select \uicontrol Tools >
|
|
|
|
|
\uicontrol External > \uicontrol {Qt Quick} > \uicontrol {Qt Quick 1 Preview
|
|
|
|
|
(qmlviewer)} or \uicontrol {Qt Quick 2 Preview (qmlscene)}.
|
2011-09-27 11:53:38 +02:00
|
|
|
|
|
|
|
|
\section1 Using External Text Editors
|
|
|
|
|
|
|
|
|
|
You can open files for editing in the default text editor for your system:
|
2014-05-02 12:44:45 +02:00
|
|
|
Notepad on Windows and vi on Linux and OS X.
|
2011-09-27 11:53:38 +02:00
|
|
|
To open the file you are currently viewing in an external editor, select
|
2014-12-11 15:43:19 +01:00
|
|
|
\uicontrol Tools > \uicontrol External > \uicontrol Text >
|
|
|
|
|
\uicontrol {Edit with Notepad} or \uicontrol {Edit with vi}, depending on
|
|
|
|
|
your system.
|
2011-09-27 11:53:38 +02:00
|
|
|
|
|
|
|
|
\QC looks for the editor path in the PATH environment variable
|
|
|
|
|
of your operating system.
|
|
|
|
|
|
|
|
|
|
\section1 Sorting Text Alphabetically
|
|
|
|
|
|
2014-12-11 15:43:19 +01:00
|
|
|
To sort selected text alphabetically, select \uicontrol {Tools > External > Text
|
2011-09-27 11:53:38 +02:00
|
|
|
> Sort Selection}. The \c sort tool takes the selected text as input and
|
|
|
|
|
returns it in alphabetic order. By default, the output replaces the
|
|
|
|
|
original selection in the code editor.
|
|
|
|
|
|
2014-12-11 15:43:19 +01:00
|
|
|
To change the default configuration, select \uicontrol {Tools > External >
|
2011-09-27 11:53:38 +02:00
|
|
|
Configure}.
|
|
|
|
|
|
|
|
|
|
\section1 Configuring External Tools
|
|
|
|
|
|
|
|
|
|
You can change the configuration of preconfigured tools and configure
|
2014-12-11 15:43:19 +01:00
|
|
|
additional tools in \QC \uicontrol Options.
|
2011-09-27 11:53:38 +02:00
|
|
|
|
2015-03-24 16:40:55 +01:00
|
|
|
\image qtcreator-external-tools.png
|
|
|
|
|
|
2011-09-27 11:53:38 +02:00
|
|
|
To configure external tools:
|
|
|
|
|
|
|
|
|
|
\list 1
|
|
|
|
|
|
2014-12-11 15:43:19 +01:00
|
|
|
\li Select \uicontrol {Tools > External > Configure}.
|
2011-09-27 11:53:38 +02:00
|
|
|
|
2014-12-11 15:43:19 +01:00
|
|
|
\li Select \uicontrol {Add > Add Tool}
|
|
|
|
|
to add a new tool. You can also select \uicontrol {Add Category} to add a
|
2011-09-27 11:53:38 +02:00
|
|
|
new category.
|
|
|
|
|
|
2014-12-11 15:43:19 +01:00
|
|
|
\li In the \uicontrol Executable field, specify the executable to run. If the
|
2011-09-27 11:53:38 +02:00
|
|
|
executable is found in your system PATH variable, do not specify
|
|
|
|
|
the path to it.
|
|
|
|
|
|
2014-12-11 15:43:19 +01:00
|
|
|
\li In the \uicontrol Arguments field, specify optional arguments for running
|
2011-09-27 11:53:38 +02:00
|
|
|
the executable.
|
|
|
|
|
|
2014-12-11 15:43:19 +01:00
|
|
|
\li In the \uicontrol {Working directory} field, specify the path to the
|
2011-09-27 11:53:38 +02:00
|
|
|
working directory.
|
|
|
|
|
|
2015-03-24 16:40:55 +01:00
|
|
|
\li In the \uicontrol Output field, select how to handle output from the
|
2014-12-11 15:43:19 +01:00
|
|
|
tool. You can ignore the output, view it in the \uicontrol {General
|
2011-09-27 11:53:38 +02:00
|
|
|
Messages} output pane, or replace the selected text with the
|
|
|
|
|
output in the code editor.
|
|
|
|
|
|
2015-03-24 16:40:55 +01:00
|
|
|
\li In the \uicontrol {Error output} field, select how to handle error
|
|
|
|
|
messages from the tool.
|
|
|
|
|
|
|
|
|
|
\li In the \uicontrol Environment field, select \uicontrol Change to modify
|
|
|
|
|
environment variable values for build and run environments in
|
|
|
|
|
the \uicontrol {Edit Environment Changes} dialog. For more information
|
|
|
|
|
about how to add and remove variable values, see \l{Batch Editing}.
|
2011-09-27 11:53:38 +02:00
|
|
|
|
2014-12-11 15:43:19 +01:00
|
|
|
\li Select the \uicontrol {Modifies current document} check box to make sure
|
2013-11-22 11:56:39 +01:00
|
|
|
that if the current document is modified by the tool, it is saved
|
|
|
|
|
before the tool is run and reloaded after the tool finishes.
|
|
|
|
|
|
2014-12-11 15:43:19 +01:00
|
|
|
\li In the \uicontrol Input field, specify text that is passed as standard
|
2011-09-27 11:53:38 +02:00
|
|
|
input to the tool.
|
|
|
|
|
|
|
|
|
|
\endlist
|
|
|
|
|
|
2014-12-11 15:43:19 +01:00
|
|
|
The category and tool are added to the \uicontrol {Tools > External} menu.
|
2011-09-27 11:53:38 +02:00
|
|
|
|
|
|
|
|
If you change the configuration of preconfigured tools, you can later
|
2015-03-24 16:40:55 +01:00
|
|
|
revert the changes by selecting the \uicontrol Reset button.
|
2011-09-27 11:53:38 +02:00
|
|
|
|
|
|
|
|
The tool configurations that you add and modify are stored in XML format in
|
|
|
|
|
the user configuration folder. For example,
|
2012-10-09 12:21:04 +02:00
|
|
|
\c {~/config/QtProject/qtcreator/externaltools}
|
2014-05-02 12:44:45 +02:00
|
|
|
on Linux and OS X and
|
2012-10-09 12:21:04 +02:00
|
|
|
\c {C:\Users\username\AppData\Roaming\QtProject\qtcreator\externaltools}
|
2011-09-27 11:53:38 +02:00
|
|
|
in Windows. To share a configuration with other users, copy an XML
|
|
|
|
|
configuration file to the folder.
|
|
|
|
|
|
|
|
|
|
*/
|