diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index e2c083db9..5be175590 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -141,7 +141,7 @@ #if / #ifdef .. #endif and the #region .. #endregion feature of C#. </li> <li> - Scintilla method to find the height in pixels of a lin. Currently returns the + Scintilla method to find the height in pixels of a line. Currently returns the same result for every line as all lines are same height. </li> <li> @@ -178,7 +178,7 @@ </li> <li> New SciTE property ensure.final.line.end can ensure that saved files - always end with a new line as his is required by some tools. + always end with a new line as this is required by some tools. The ensure.consistent.line.ends property ensures all line ends are the current default when saving files. The strip.trailing.spaces property now works on the buffer so the |