diff options
author | Takumi Asaki <[email protected]> | 2014-07-18 16:28:02 +0900 |
---|---|---|
committer | Nikolai Kosjar <[email protected]> | 2014-08-07 10:13:57 +0200 |
commit | 66feceacb048be49659d4f0e152571969c9dab51 (patch) | |
tree | 3f4a5bd6bd2de3af5e7c94dc47b1d1ada6b22a19 /doc/src | |
parent | ed3cdb9c9250844ed85038ff3b24005327ffd289 (diff) |
CppEditor: Add escape/unescape string literal QuickFix
Change-Id: I32c22dfa32ee0345b76e8c35381bce988d20ed49
Reviewed-by: Nikolai Kosjar <[email protected]>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/editors/creator-editors.qdoc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc index efb08173b17..b1c1fedd5e4 100644 --- a/doc/src/editors/creator-editors.qdoc +++ b/doc/src/editors/creator-editors.qdoc @@ -2060,6 +2060,18 @@ \endcode \li for + \row + \li Escape String Literal as UTF-8 + \li Escapes non-ASCII characters in a string literal to hexadecimal escape sequences. + String Literals are handled as UTF-8. + \li String literal + + \row + \li Unescape String Literal as UTF-8 + \li Unescapes octal or hexadecimal escape sequences in a string literal. + String Literals are handled as UTF-8. + \li String literal + \endtable \section2 Refactoring QML Code |