forked from qt-creator/qt-creator
Doc: Fix Vale warnings
Vale sometimes cannot tell the difference between acceptable use of an apostrophe (to form the possessive case of a noun) and some discouraged uses, such as putting an apostrophe after an abbreviation or a word that could be a verb. Change-Id: Id85dcbf0565c863bf9eed1eb9f6b5c99c1f3a006 Reviewed-by: Jerome Pasion <jerome.pasion@qt.io>
This commit is contained in:
@@ -240,7 +240,7 @@
|
||||
\li \uicontrol {Use CDB console}
|
||||
\li If a console application does not start up properly in the configured
|
||||
console and the subsequent attach fails, diagnose the issue by
|
||||
using CDB's native console. Select this checkbox to override the
|
||||
using the native CDB console. Select this checkbox to override the
|
||||
console set in the Windows system environment variables. Note that
|
||||
the native console does not prompt on application exit.
|
||||
\row
|
||||
|
@@ -282,7 +282,7 @@
|
||||
|
||||
If a console application does not start up properly in the configured
|
||||
console and the subsequent attach fails, you can diagnose the issue by
|
||||
using CDB's native console. Go to \preferences >
|
||||
using the native CDB console. Go to \preferences >
|
||||
\uicontrol Debugger > \uicontrol CDB > \uicontrol {Use CDB console} to
|
||||
override the console set in the Windows system environment variables.
|
||||
Note that the native console does not prompt on application exit.
|
||||
|
@@ -461,7 +461,7 @@
|
||||
\inlineimage icons/refactormarker.png
|
||||
\row
|
||||
\li Convert Function Call to Qt Meta-Method Invocation
|
||||
\li Converts an invokable function call into a meta method
|
||||
\li Converts an invocable function call into a meta method
|
||||
invocation. This applies to signals and slots in general,
|
||||
as well as functions explicitly marked with \c Q_INVOKABLE.
|
||||
For example, for the following class:
|
||||
@@ -499,7 +499,7 @@
|
||||
}
|
||||
\endcode
|
||||
|
||||
The quick fix also works on invokable methods outside the class that are
|
||||
The quick fix also works on invocable methods outside the class that are
|
||||
visible from the location where they are called from. For example, it
|
||||
rewrites
|
||||
|
||||
|
@@ -369,7 +369,7 @@
|
||||
\li \l {git branch}
|
||||
\row
|
||||
\li \uicontrol {Copy <hash>}
|
||||
\li Copy the commit's <hash> to the clipboard.
|
||||
\li Copy the commit <hash> to the clipboard.
|
||||
\li
|
||||
\row
|
||||
\li \uicontrol {Describe Change <hash>}
|
||||
@@ -1005,7 +1005,7 @@
|
||||
|
||||
In the \uicontrol {Git Branches} view, right-click a remote branch, and
|
||||
then select a merge option in the context menu. If the commit you are merging
|
||||
can be reached by following the first commit's history, there is no divergent
|
||||
can be reached by following the history of the first commit, there is no divergent
|
||||
work to merge together. To allow Git to move the branch pointer forward,
|
||||
select \uicontrol {Merge <remote branch> into <local branch> (Fast-Forward)}.
|
||||
If you do not want to fast-forward the branch, select
|
||||
|
Reference in New Issue
Block a user