forked from qt-creator/qt-creator
Doc: Describe moving files while renaming them
Task-number: QTCREATORBUG-28996 Change-Id: Iecf3b8e5f4d5270803a9591854a4324f8fa6016d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -76,7 +76,10 @@
|
|||||||
\else
|
\else
|
||||||
\l{Creating Files}.
|
\l{Creating Files}.
|
||||||
\endif
|
\endif
|
||||||
\li Rename or remove existing files.
|
\li Rename existing files. To move the file to another directory, enter
|
||||||
|
the relative or absolute path to its new location in addition to the
|
||||||
|
new filename.
|
||||||
|
\li Remove existing files.
|
||||||
\li Create new folders.
|
\li Create new folders.
|
||||||
\li Compare the selected file with the currently open file in the diff
|
\li Compare the selected file with the currently open file in the diff
|
||||||
editor. For more information, see \l{Comparing Files}.
|
editor. For more information, see \l{Comparing Files}.
|
||||||
|
|||||||
@@ -66,10 +66,11 @@
|
|||||||
\else
|
\else
|
||||||
\l{Creating Files}.
|
\l{Creating Files}.
|
||||||
\endif
|
\endif
|
||||||
\li Rename or remove existing files. If you change the base name of a
|
\li Rename existing files. If you change the base name of a
|
||||||
file, \QC displays a list of other files with the same base name
|
file, \QC displays a list of other files with the same base name
|
||||||
and offers to rename them as well. If you rename a UI file (.ui),
|
and offers to rename them as well. If you rename a UI file (.ui),
|
||||||
\QC also changes corresponding include statements accordingly.
|
\QC also changes corresponding include statements accordingly.
|
||||||
|
\li Remove existing files.
|
||||||
\if defined(qtcreator)
|
\if defined(qtcreator)
|
||||||
\li Remove existing directories from \l{Setting Up a Generic Project}
|
\li Remove existing directories from \l{Setting Up a Generic Project}
|
||||||
{generic projects}.
|
{generic projects}.
|
||||||
|
|||||||
Reference in New Issue
Block a user