diff options
author | nyamatongwe <devnull@localhost> | 2002-02-02 12:38:17 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-02-02 12:38:17 +0000 |
commit | 6e2a84a7cd966d8ab03aa26fc8c34a217216ff45 (patch) | |
tree | 999678645c551abc1356cce33b2272a4cf2d84b0 /doc/ScintillaHistory.html | |
parent | eb9627a2919180e64140dc1ea17919a4c60dc48f (diff) | |
download | scintilla-mirror-6e2a84a7cd966d8ab03aa26fc8c34a217216ff45.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> |