diff options
author | Neil <nyamatongwe@gmail.com> | 2014-05-01 10:51:55 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-05-01 10:51:55 +1000 |
commit | d4240cac256a9fc8e49e127a602a8ec6e47ba067 (patch) | |
tree | b95f529ed4a663877831868f4cbce56e65ad1cbe /doc/ScintillaDoc.html | |
parent | 87c435a58c291770bedbc1302a86dacff14cac4f (diff) | |
download | scintilla-mirror-d4240cac256a9fc8e49e127a602a8ec6e47ba067.tar.gz |
Consolidate insertion for paste into Editor class and perform line end
conversion in Editor.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index a97aa6858..0f108917a 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -82,7 +82,7 @@ <h1>Scintilla Documentation</h1> - <p>Last edited 21 April 2014 NH</p> + <p>Last edited 1 May 2014 NH</p> <p>There is <a class="jump" href="Design.html">an overview of the internal design of Scintilla</a>.<br /> @@ -983,7 +983,7 @@ struct Sci_TextToFind { If this property is set then when text is pasted any line ends are converted to match the document's end of line mode as set with <a class="message" href="#SCI_SETEOLMODE">SCI_SETEOLMODE</a>. - Currently only changeable on Windows. On GTK+ pasted text is always converted.</p> + Defaults to true.</p> <h2 id="ErrorHandling">Error handling</h2> |