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:
Leena Miettinen
2023-06-13 15:36:49 +02:00
parent 12e04105f5
commit e973257cbc
2 changed files with 6 additions and 2 deletions

View File

@@ -76,7 +76,10 @@
\else
\l{Creating Files}.
\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 Compare the selected file with the currently open file in the diff
editor. For more information, see \l{Comparing Files}.

View File

@@ -66,10 +66,11 @@
\else
\l{Creating Files}.
\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
and offers to rename them as well. If you rename a UI file (.ui),
\QC also changes corresponding include statements accordingly.
\li Remove existing files.
\if defined(qtcreator)
\li Remove existing directories from \l{Setting Up a Generic Project}
{generic projects}.