aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html40
1 files changed, 20 insertions, 20 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 1288f76ac..cd57f33a0 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -470,7 +470,7 @@
</li>
<li>
Fix crash on Cocoa when view deallocated.
- <a href="http://sourceforge.net/p/scintilla/bugs/1466/">Bug #1466</a>,
+ <a href="http://sourceforge.net/p/scintilla/bugs/1466/">Bug #1466</a>,
</li>
<li>
Fix display of DBCS documents on Windows Direct2D/DirectWrite with default character set.
@@ -490,7 +490,7 @@
<li>
Most lexers now lex an extra NUL byte at the end of the
document which makes it more likely they will classify keywords at document end correctly.
- <a href="http://sourceforge.net/p/scintilla/bugs/574/">Bug #574</a>,
+ <a href="http://sourceforge.net/p/scintilla/bugs/574/">Bug #574</a>,
<a href="http://sourceforge.net/p/scintilla/bugs/588/">Bug #588.</a>
</li>
<li>
@@ -1135,7 +1135,7 @@
<a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3510979&group_id=2439">Feature #3510979.</a>
</li>
<li>
- Fixed single quoted strings in bash lexer.
+ Fixed single quoted strings in bash lexer.
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3512208&group_id=2439">Bug #3512208.</a>
</li>
<li>
@@ -1163,7 +1163,7 @@
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3514882&group_id=2439">Bug #3514882.</a>
</li>
<li>
- Fix printing crash when using Direct2D to display on-screen.
+ Fix printing crash when using Direct2D to display on-screen.
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3513946&group_id=2439">Bug #3513946.</a>
</li>
<li>
@@ -1171,22 +1171,22 @@
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3514885&group_id=2439">Bug #3514885.</a>
</li>
<li>
- Fixed the Move Selected Lines command when last line does not end with a line end character.
+ Fixed the Move Selected Lines command when last line does not end with a line end character.
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3511023&group_id=2439">Bug #3511023.</a>
</li>
<li>
- Fix word wrap indentation printing to use printer settings instead of screen settings.
+ Fix word wrap indentation printing to use printer settings instead of screen settings.
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3512961&group_id=2439">Bug #3512961.</a>
</li>
<li>
- Fix SciTE bug where executing an empty command prevented executing further commands
+ Fix SciTE bug where executing an empty command prevented executing further commands
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3512976&group_id=2439">Bug #3512976.</a>
</li>
<li>
Fix SciTE bugs with focus in user strips and made strips more robust with invalid definitions.
</li>
<li>
- Suppress SciTE regular expression option when searching with find next selection.
+ Suppress SciTE regular expression option when searching with find next selection.
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3510985&group_id=2439">Bug #3510985.</a>
</li>
<li>
@@ -1198,7 +1198,7 @@
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3501321&group_id=2439">Bug #3501321.</a>
</li>
<li>
- Fix column finding method so that tab is counted correctly.
+ Fix column finding method so that tab is counted correctly.
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3483713&group_id=2439">Bug #3483713.</a>
</li>
</ul>
@@ -1223,7 +1223,7 @@
<a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3488209&group_id=2439">Feature #3488209.</a>
</li>
<li>
- CPP lexer fixes styling after document comment keywords.
+ CPP lexer fixes styling after document comment keywords.
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3495445&group_id=2439">Bug #3495445.</a>
</li>
<li>
@@ -1239,7 +1239,7 @@
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3495836&group_id=2439">Bug #3495836.</a>
</li>
<li>
- SciTE xml.auto.close.tags no longer closes with PHP code similar to &lt;a $this-&gt;
+ SciTE xml.auto.close.tags no longer closes with PHP code similar to &lt;a $this-&gt;
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3488067&group_id=2439">Bug #3488067.</a>
</li>
<li>
@@ -1247,11 +1247,11 @@
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3487440&group_id=2439">Bug #3487440.</a>
</li>
<li>
- Crash fixed for SCI_MOVESELECTEDLINESDOWN with empty vertical selection.
+ Crash fixed for SCI_MOVESELECTEDLINESDOWN with empty vertical selection.
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3496403&group_id=2439">Bug #3496403.</a>
</li>
<li>
- Differences between buffered and unbuffered mode on Direct2D eliminated.
+ Differences between buffered and unbuffered mode on Direct2D eliminated.
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3495791&group_id=2439">Bug #3495791.</a>
</li>
<li>
@@ -1295,7 +1295,7 @@
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3488481&group_id=2439">Bug #3488481.</a>
</li>
<li>
- SciTE on Windows Find in Files sets focus to dialog when already created; allows opening dialog when a job is running.
+ SciTE on Windows Find in Files sets focus to dialog when already created; allows opening dialog when a job is running.
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3480635&group_id=2439">Bug #3480635.</a>
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3486657&group_id=2439">Bug #3486657.</a>
</li>
@@ -1320,7 +1320,7 @@
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3484179&group_id=2439">Bug #3484179.</a>
</li>
<li>
- Selected line ends are highlighted more consistently.
+ Selected line ends are highlighted more consistently.
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3484330&group_id=2439">Bug #3484330.</a>
</li>
<li>
@@ -1328,7 +1328,7 @@
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3482777&group_id=2439">Bug #3482777.</a>
</li>
<li>
- Fix failure messages from empty commands in SciTE.
+ Fix failure messages from empty commands in SciTE.
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3480645&group_id=2439">Bug #3480645.</a>
</li>
<li>
@@ -1348,7 +1348,7 @@
<a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3486654&group_id=2439">Feature #3486654.</a>
</li>
<li>
- SciTE allows optional use of character escapes in calltips.
+ SciTE allows optional use of character escapes in calltips.
<a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3495239&group_id=2439">Feature #3495239.</a>
</li>
<li>
@@ -1607,7 +1607,7 @@
On Windows Vista or newer, drawing may be performed with Direct2D and DirectWrite instead of GDI.
</li>
<li>
- Cairo is now used for all drawing on GTK+. GDK drawing was removed.
+ Cairo is now used for all drawing on GTK+. GDK drawing was removed.
</li>
<li>
Paletted display support removed.
@@ -1679,7 +1679,7 @@
</li>
<li>
The set of properties files imported by SciTE can be controlled with the properties imports.include and imports.exclude.
- The import statement has been extended to allow "import *".
+ The import statement has been extended to allow "import *".
The properties files for some languages are no longer automatically loaded by default. The properties files affected are
avenue, baan, escript, lot, metapost, and mmixal.
</li>
@@ -1798,7 +1798,7 @@
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3324563&group_id=2439">Bug #3324563.</a>
</li>
<li>
- Python lexer has lexer.python.keywords2.no.sub.identifiers option to avoid highlighting second set of
+ Python lexer has lexer.python.keywords2.no.sub.identifiers option to avoid highlighting second set of
keywords following '.'.
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3325333&group_id=2439">Bug #3325333.</a>
</li>