aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 4f20d06a3..e524d7d9d 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -243,10 +243,10 @@
SciTE includes a save.all.for.build setting.
</li>
<li>
- MSSQL support includes folder.
+ Folder for MSSQL.
</li>
<li>
- Batch file lexer understands more of the syntax and the behaviour of builtin commands.
+ Batch file lexer understands more of the syntax and the behaviour of built in commands.
</li>
<li>
Perl lexer handles here docs better; disambiguates barewords, quote-like delimiters, and repetition operators;
@@ -259,13 +259,13 @@
PHP allows spaces after &lt;&lt;&lt;.
</li>
<li>
- TADS3 has simplified its states and recognizes identifiers.
+ TADS3 has a simpler set of states and recognizes identifiers.
</li>
<li>
- Avenue lexer folds elseif better.
+ Avenue elseif folds better.
</li>
<li>
- Error lexer treats lines starting with '+++' and '---' as separate
+ Errorlist lexer treats lines starting with '+++' and '---' as separate
styles from '+' and '-' as they indicate file names in diffs.
</li>
<li>
@@ -291,7 +291,7 @@
calltip and was therefore misinterpreting the notification value.
</li>
<li>
- Lexers will no longer be reentered recursively during, for example, fold level setting.
+ Lexers will no longer be re-entered recursively during, for example, fold level setting.
</li>
<li>
Undo of typing in overwrite mode undoes one character at a time rather than requiring a removal
@@ -455,7 +455,7 @@
SQL lexer gains second set of keywords.
</li>
<li>
- ErrorList lexer recognises Borland Delphi error messages.
+ Errorlist lexer recognises Borland Delphi error messages.
</li>
<li>
Method added for determining number of visual lines occupied by a document