diff options
Diffstat (limited to 'doc/Scintilla/ScintillaHistory.html')
-rwxr-xr-x | doc/Scintilla/ScintillaHistory.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/Scintilla/ScintillaHistory.html b/doc/Scintilla/ScintillaHistory.html index c10e86e..94a7984 100755 --- a/doc/Scintilla/ScintillaHistory.html +++ b/doc/Scintilla/ScintillaHistory.html @@ -578,7 +578,7 @@ Empty ranges can no longer be dragged. </li> <li> - Crash fixed when calls made that use tqlayout inside the painted notification. + Crash fixed when calls made that use layout inside the painted notification. </li> <li> Bug fixed where Scintilla created pixmap buffers that were too large leading @@ -595,8 +595,8 @@ SciTE HTML exporter no longer honours monospaced font setting. </li> <li> - Line tqlayout cache in page mode caches the line of the caret. An assertion is - now used to ensure that the tqlayout reentrancy problem that caused this + Line layout cache in page mode caches the line of the caret. An assertion is + now used to ensure that the layout reentrancy problem that caused this is easier to find. </li> <li> @@ -1285,7 +1285,7 @@ Bug fixed where SCI_LINEENDWRAP would move too far when line ends are visible. </li> <li> - Bugs fixed where calltips with tqunicode or other non-ASCII text would display + Bugs fixed where calltips with unicode or other non-ASCII text would display incorrectly. </li> <li> @@ -1533,7 +1533,7 @@ Bug in SciTE on Windows fixed where clipboard commands stopped working. </li> <li> - Crashing bugs in display fixed in line tqlayout cache. + Crashing bugs in display fixed in line layout cache. </li> <li> Crashing bug may be fixed on AMD64 processor on GTK+. @@ -2954,7 +2954,7 @@ Released on 15 March 2002. </li> <li> - Line tqlayout cache implemented to improve performance by maintaining + Line layout cache implemented to improve performance by maintaining the positioning of characters on lines. Can be set to cache nothing, the line with the caret, the visible page or the whole document. </li> |