forked from qt-creator/qt-creator
Rename "[Mm]ethod(s)" to "[Ff]unction(s)"
Only methods as programming functions are affected. Besides renaming
some actions like "Switch Between Function Declaration/Definition" this
mostly touches (api) code comments.
This is a follow-up patch to commit 872bfb7.
Change-Id: Icb65e8d73b59a022f8885b14df497169543a3b92
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -42,15 +42,15 @@ namespace Utils {
|
||||
Also, one instance of this class should not handle multiple streams (at least not
|
||||
at the same time).
|
||||
|
||||
Its main method is parseText(), which accepts text and default QTextCharFormat.
|
||||
This method is designed to parse text and split colored text to smaller strings,
|
||||
Its main function is parseText(), which accepts text and default QTextCharFormat.
|
||||
This function is designed to parse text and split colored text to smaller strings,
|
||||
with their appropriate formatting information set inside QTextCharFormat.
|
||||
|
||||
Usage:
|
||||
\list
|
||||
\li Create new instance of AnsiEscapeCodeHandler for a stream.
|
||||
\li To add new text, call parseText() with the text and a default QTextCharFormat.
|
||||
The result of this method is a list of strings with formats set in appropriate
|
||||
The result of this function is a list of strings with formats set in appropriate
|
||||
QTextCharFormat.
|
||||
\endlist
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user