forked from qt-creator/qt-creator
Doc: Move creating files into a separate topic
"New File" is now a separate menu item in the "File" menu. This way the topics are a bit shorter. Task-number: QTCREATORBUG-26610 Change-Id: Iedfc79f196fc9c3b28f8613f7d8a5ed057770b9a Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2021 The Qt Company Ltd.
|
||||
** Copyright (C) 2022 The Qt Company Ltd.
|
||||
** Contact: https://www.qt.io/licensing/
|
||||
**
|
||||
** This file is part of the Qt Creator documentation.
|
||||
@@ -83,7 +83,11 @@
|
||||
line endings, indentation, owner, size, last read and modified
|
||||
dates, and permissions.
|
||||
\li Create new files. For more information, see
|
||||
\if defined(qtdesignstudio)
|
||||
\l{Adding Files to Projects}.
|
||||
\else
|
||||
\l{Creating Files}.
|
||||
\endif
|
||||
\li Rename or remove existing files.
|
||||
\li Create new folders.
|
||||
\li Compare the selected file with the currently open file in the diff
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2021 The Qt Company Ltd.
|
||||
** Copyright (C) 2022 The Qt Company Ltd.
|
||||
** Contact: https://www.qt.io/licensing/
|
||||
**
|
||||
** This file is part of the Qt Creator documentation.
|
||||
@@ -79,7 +79,11 @@
|
||||
\li Set a project as the active project.
|
||||
\li Execute the \uicontrol Build menu commands.
|
||||
\li Create new files. For more information, see
|
||||
\if defined(qtdesignstudio)
|
||||
\l{Adding Files to Projects}.
|
||||
\else
|
||||
\l{Creating Files}.
|
||||
\endif
|
||||
\li Rename or remove 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.
|
||||
|
||||
Reference in New Issue
Block a user