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 | f6ad671e48322e34cf23f75ea4abcff008a15e1a (patch) | |
tree | 00c94093fdb057662841a189463d58be2f2741c8 /doc/ScintillaDoc.html | |
parent | 928306bf07dace37ace9eb053b87599ee47145e8 (diff) | |
download | scintilla-mirror-f6ad671e48322e34cf23f75ea4abcff008a15e1a.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> |