diff options
| author | nyamatongwe <unknown> | 2002-02-02 12:38:17 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2002-02-02 12:38:17 +0000 |
| commit | 247aac9dc69193e623c674382c60f194b0388c46 (patch) | |
| tree | 999678645c551abc1356cce33b2272a4cf2d84b0 /doc/ScintillaHistory.html | |
| parent | e7c0b747083fa6ce2090c45b48f791e58c8947e4 (diff) | |
| download | scintilla-mirror-247aac9dc69193e623c674382c60f194b0388c46.tar.gz | |
Updated version number for 1.44.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index b4db6ba2c..68a6146f1 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -124,6 +124,33 @@ Lua lexer no longer treats '.' as a word character and handles 6 keyword sets. </li> + <li> + WordStartPosition and WordEndPosition take an onlyWordCharacters + argument. + </li> + <li> + Compilation fix on Alpha because of 64 bit. + </li> + <li> + Compilation fix for static linking. + </li> + <li> + When whole document line selected, only the last display line gets + the extra selected rectangle at the right hand side rather than + every display line. + </li> + <li> + Caret disappearing bug fixed for the case that the caret was not on the + first display line of a document line. + </li> + <li> + SciTE bug fixed where untitled buffer containing text was sometimes + deleted without chance to save. + </li> + <li> + SciTE bug fixed where use.monospaced not working with + multiple buffers. + </li> </ul> <h3> <a href="scite143.zip">Release 1.43</a> |
