2012-07-05 10:54 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtgui/hbqt_hbqsyntaxhighlighter.cpp
! Fixed: QRegExpression - patternQuotation - which was displaying
more than one per line string literals wrongly.
Patch provided by Grzegorz on users-list, thanks.
This commit is contained in:
@@ -16,6 +16,12 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-07-05 10:54 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbqt/qtgui/hbqt_hbqsyntaxhighlighter.cpp
|
||||
! Fixed: QRegExpression - patternQuotation - which was displaying
|
||||
more than one per line string literals wrongly.
|
||||
Patch provided by Grzegorz on users-list, thanks.
|
||||
|
||||
2012-07-05 12:47 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
* doc/en/sayget.txt
|
||||
* doc/en/set.txt
|
||||
|
||||
@@ -94,7 +94,7 @@ HBQSyntaxHighlighter::HBQSyntaxHighlighter( QTextDocument * parent )
|
||||
commentStartExpression = QRegExp( "/\\*" );
|
||||
commentEndExpression = QRegExp( "\\*/" );
|
||||
commentSingleLine = QRegExp( "//[^\n]*|^[ ]*\\*[^\n]*" );
|
||||
patternQuotation = QRegExp( "\"[^\"]+\"|\'[^\']+\'" );
|
||||
patternQuotation = QRegExp( "\"[^\"]*\"|\'[^\']*\'" );
|
||||
|
||||
initialized = false;
|
||||
type = 0;
|
||||
|
||||
Reference in New Issue
Block a user