aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-12-23 07:37:13 +0000
committernyamatongwe <unknown>2001-12-23 07:37:13 +0000
commit35c57f3ffb1f211649107f989bc3d40c7c6c737c (patch)
tree01e811b6b2ba506b27dac59bedaf7da175e2ff0b /doc/ScintillaHistory.html
parent7b2bcf56c465ab8d4ee8a754666c354fd9be3191 (diff)
downloadscintilla-mirror-35c57f3ffb1f211649107f989bc3d40c7c6c737c.tar.gz
Updated documentation with additions for 1.42.
Rewrapped much of the text in ScintillaDoc.html to be on narrower lines.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html31
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>