Doc: Replace "options" with "preferences"

...when referring to Preferences dialog.

Task-number: QTCREATORBUG-27560
Change-Id: I2f41420b0ec5955d84ad715d239209adddff0529
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2022-07-11 16:54:45 +02:00
parent 967136b07a
commit 89be4d7d17
40 changed files with 91 additions and 90 deletions

View File

@@ -69,7 +69,7 @@
family, style, and size in \uicontrol Edit > \uicontrol Preferences >
\uicontrol Help > \uicontrol General.
\image qtcreator-help-options.png
\image qtcreator-help-options.png "Help General preferences"
You can set the default zoom level in the \uicontrol Zoom field. When
viewing help pages, you can use the mouse scroll wheel to zoom them. To
@@ -264,7 +264,7 @@
\li Select \uicontrol Edit > \uicontrol Preferences > \uicontrol Help >
\uicontrol Filters.
\image qtcreator-help-filter-attributes.png "Filters tab in Help options"
\image qtcreator-help-filter-attributes.png "Filters tab in Help preferences"
\li Select \inlineimage icons/plus.png
to add a new filter in the \uicontrol {Add Filter} dialog.

View File

@@ -80,7 +80,7 @@
in context menus} check box indicates whether the platform default value
is \c on or \c off.
\image qtcreator-options-environment-interface.png "Interface tab in the Environment options"
\image qtcreator-options-environment-interface.png "Interface tab in the Environment preferences"
\section1 Configuring Keyboard Shortcuts

View File

@@ -418,7 +418,7 @@
\uicontrol Edit > \uicontrol Preferences > \uicontrol {Testing} >
\uicontrol General.
\image qtcreator-autotests-options.png
\image qtcreator-autotests-options.png "Testing General preferences"
You can customize some settings at project level. To change settings
for the current project instead of globally, select \uicontrol Projects >
@@ -541,7 +541,7 @@
\li To specify settings for running Catch2 tests, select
\uicontrol Edit > \uicontrol Preferences > \uicontrol {Testing} >
\uicontrol {Catch Test}.
\image qtcreator-autotests-options-catch2.png "Catch Test options"
\image qtcreator-autotests-options-catch2.png "Catch Test preferences"
\li Select the \uicontrol {Show success} check box to show succeeding
expressions as well. By default Catch2 will print only fails.
\li Select the \uicontrol {Break on failure while debugging} check box
@@ -573,7 +573,7 @@
\li To specify settings for running CTest-based tests, select
\uicontrol Edit > \uicontrol Preferences > \uicontrol {Testing} >
\uicontrol {CTest}.
\image qtcreator-autotests-options-ctest.png "CTest options"
\image qtcreator-autotests-options-ctest.png "CTest preferences"
\li Select the \uicontrol {Output on failure} check box to show test
specific output if a test fails. Contrary to the CTest default
this is enabled by default.