diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index ffab37eb7..adec70c09 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -113,6 +113,37 @@ <li> Released on 24 December 2001. </li> + <li> + Can specify a character to use to indicate control characters + rather than having them displayed as mnemonics. + </li> + <li> + Scintilla key command for backspace that will not delete line + end characters. + </li> + <li> + Scintilla method to find start and end of words. + </li> + <li> + SciTE on Windows can choose directory for a "Find in Files" + command like the GTK+ version could. + </li> + <li> + Bug fixed with caret movement over folded lines. + </li> + <li> + </li> + <li> + Experimental changeable style attribute. + Set to false to make text read-only. + Currently only stops caret from being within not-changeable + text and does not yet stop deleting a range that contains + not-changeable text. + </li> + <li> + Experimental line wrapping. + Currently has performance and appearence problems. + </li> </ul> <h3> <a href="scite141.zip">Release 1.41</a> |