diff options
Diffstat (limited to 'qt')
-rw-r--r-- | qt/qextscintilla.cpp | 2 | ||||
-rw-r--r-- | qt/qextscintillalexerbash.cpp | 2 | ||||
-rw-r--r-- | qt/qextscintillalexerbatch.cpp | 2 | ||||
-rw-r--r-- | qt/qextscintillalexercpp.cpp | 2 | ||||
-rw-r--r-- | qt/qextscintillalexercss.cpp | 2 | ||||
-rw-r--r-- | qt/qextscintillalexerdiff.cpp | 2 | ||||
-rw-r--r-- | qt/qextscintillalexerhtml.cpp | 2 | ||||
-rw-r--r-- | qt/qextscintillalexermakefile.cpp | 2 | ||||
-rw-r--r-- | qt/qextscintillalexerperl.cpp | 2 | ||||
-rw-r--r-- | qt/qextscintillalexerpov.cpp | 2 | ||||
-rw-r--r-- | qt/qextscintillalexerproperties.cpp | 2 | ||||
-rw-r--r-- | qt/qextscintillalexertex.cpp | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/qt/qextscintilla.cpp b/qt/qextscintilla.cpp index d586e21..308a8c2 100644 --- a/qt/qextscintilla.cpp +++ b/qt/qextscintilla.cpp @@ -42,7 +42,7 @@ static const int defaultFoldMarginWidth = 14; // The default set of characters that make up a word. -static const char *defaultWordChars = "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ0123456789"; +static const char *defaultWordChars = "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; // The ctor. diff --git a/qt/qextscintillalexerbash.cpp b/qt/qextscintillalexerbash.cpp index b74f97c..ec798a5 100644 --- a/qt/qextscintillalexerbash.cpp +++ b/qt/qextscintillalexerbash.cpp @@ -66,7 +66,7 @@ int QextScintillaLexerBash::braceStyle() const // Return the string of characters that comprise a word. const char *QextScintillaLexerBash::wordCharacters() const { - return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ0123456789_$@%&"; + return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_$@%&"; } diff --git a/qt/qextscintillalexerbatch.cpp b/qt/qextscintillalexerbatch.cpp index 8a7482c..c1c51a3 100644 --- a/qt/qextscintillalexerbatch.cpp +++ b/qt/qextscintillalexerbatch.cpp @@ -58,7 +58,7 @@ const char *QextScintillaLexerBatch::lexer() const // Return the string of characters that comprise a word. const char *QextScintillaLexerBatch::wordCharacters() const { - return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ-"; + return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-"; } diff --git a/qt/qextscintillalexercpp.cpp b/qt/qextscintillalexercpp.cpp index 0d1ddb8..1343dd8 100644 --- a/qt/qextscintillalexercpp.cpp +++ b/qt/qextscintillalexercpp.cpp @@ -98,7 +98,7 @@ int QextScintillaLexerCPP::braceStyle() const // Return the string of characters that comprise a word. const char *QextScintillaLexerCPP::wordCharacters() const { - return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ0123456789_#"; + return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_#"; } diff --git a/qt/qextscintillalexercss.cpp b/qt/qextscintillalexercss.cpp index 6983202..aad84b1 100644 --- a/qt/qextscintillalexercss.cpp +++ b/qt/qextscintillalexercss.cpp @@ -78,7 +78,7 @@ const char *QextScintillaLexerCSS::blockEnd(int *style) const // Return the string of characters that comprise a word. const char *QextScintillaLexerCSS::wordCharacters() const { - return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ0123456789-"; + return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-"; } diff --git a/qt/qextscintillalexerdiff.cpp b/qt/qextscintillalexerdiff.cpp index 9fecf20..0f901bb 100644 --- a/qt/qextscintillalexerdiff.cpp +++ b/qt/qextscintillalexerdiff.cpp @@ -57,7 +57,7 @@ const char *QextScintillaLexerDiff::lexer() const // Return the string of characters that comprise a word. const char *QextScintillaLexerDiff::wordCharacters() const { - return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ-"; + return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-"; } diff --git a/qt/qextscintillalexerhtml.cpp b/qt/qextscintillalexerhtml.cpp index 2da5f01..e84ca7a 100644 --- a/qt/qextscintillalexerhtml.cpp +++ b/qt/qextscintillalexerhtml.cpp @@ -61,7 +61,7 @@ const char *QextScintillaLexerHTML::lexer() const // Return the string of characters that comprise a word. const char *QextScintillaLexerHTML::wordCharacters() const { - return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ0123456789_-"; + return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-"; } diff --git a/qt/qextscintillalexermakefile.cpp b/qt/qextscintillalexermakefile.cpp index 5454c96..aad1a39 100644 --- a/qt/qextscintillalexermakefile.cpp +++ b/qt/qextscintillalexermakefile.cpp @@ -57,7 +57,7 @@ const char *QextScintillaLexerMakefile::lexer() const // Return the string of characters that comprise a word. const char *QextScintillaLexerMakefile::wordCharacters() const { - return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ-"; + return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-"; } diff --git a/qt/qextscintillalexerperl.cpp b/qt/qextscintillalexerperl.cpp index 8a191f5..6c4dcd1 100644 --- a/qt/qextscintillalexerperl.cpp +++ b/qt/qextscintillalexerperl.cpp @@ -66,7 +66,7 @@ int QextScintillaLexerPerl::braceStyle() const // Return the string of characters that comprise a word. const char *QextScintillaLexerPerl::wordCharacters() const { - return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ0123456789_$@%&"; + return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_$@%&"; } diff --git a/qt/qextscintillalexerpov.cpp b/qt/qextscintillalexerpov.cpp index 6864d80..5f7cdee 100644 --- a/qt/qextscintillalexerpov.cpp +++ b/qt/qextscintillalexerpov.cpp @@ -65,7 +65,7 @@ int QextScintillaLexerPOV::braceStyle() const // Return the string of characters that comprise a word. const char *QextScintillaLexerPOV::wordCharacters() const { - return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ0123456789_#"; + return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_#"; } diff --git a/qt/qextscintillalexerproperties.cpp b/qt/qextscintillalexerproperties.cpp index 3503f31..137f5e1 100644 --- a/qt/qextscintillalexerproperties.cpp +++ b/qt/qextscintillalexerproperties.cpp @@ -57,7 +57,7 @@ const char *QextScintillaLexerProperties::lexer() const // Return the string of characters that comprise a word. const char *QextScintillaLexerProperties::wordCharacters() const { - return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ-"; + return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-"; } diff --git a/qt/qextscintillalexertex.cpp b/qt/qextscintillalexertex.cpp index 912b2a2..4502400 100644 --- a/qt/qextscintillalexertex.cpp +++ b/qt/qextscintillalexertex.cpp @@ -57,7 +57,7 @@ const char *QextScintillaLexerTeX::lexer() const // Return the string of characters that comprise a word. const char *QextScintillaLexerTeX::wordCharacters() const { - return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ\\@"; + return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ\\@"; } |