diff --git a/doc/qtcreator/src/user-interface/creator-file-system-view.qdoc b/doc/qtcreator/src/user-interface/creator-file-system-view.qdoc index 98a3b1c3633..da554a3ab08 100644 --- a/doc/qtcreator/src/user-interface/creator-file-system-view.qdoc +++ b/doc/qtcreator/src/user-interface/creator-file-system-view.qdoc @@ -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}. diff --git a/doc/qtcreator/src/user-interface/creator-projects-view.qdoc b/doc/qtcreator/src/user-interface/creator-projects-view.qdoc index 4fa7a586722..cd8fd9a62a6 100644 --- a/doc/qtcreator/src/user-interface/creator-projects-view.qdoc +++ b/doc/qtcreator/src/user-interface/creator-projects-view.qdoc @@ -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}.