diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qsyntaxhighlighter.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/qsyntaxhighlighter.html')
-rw-r--r-- | doc/html/qsyntaxhighlighter.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qsyntaxhighlighter.html b/doc/html/qsyntaxhighlighter.html index 6d4add4cf..196d1d577 100644 --- a/doc/html/qsyntaxhighlighter.html +++ b/doc/html/qsyntaxhighlighter.html @@ -94,7 +94,7 @@ paragraph is currently highlighted. i.e. on paragraphs which have changed. <p> In your reimplementation you should parse the paragraph's <em>text</em> and call <a href="#setFormat">setFormat</a>() as often as necessary to apply any font and -color changes that you retquire. Your function must return a value +color changes that you require. Your function must return a value which indicates the paragraph's end state: see below. <p> Some syntaxes can have constructs that span paragraphs. For example, a C++ syntax highlighter should be able to cope with |