aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-04-24 13:10:34 +0000
committernyamatongwe <devnull@localhost>2009-04-24 13:10:34 +0000
commiteb2014b5ee85a96a0817d6f6897afa18b7f328b9 (patch)
treee1e65ae3e64b48f4f9bfa26ca116260d98d807d6
parent7cb69acb33e94fbbda9f6b95415a07c56f796c82 (diff)
downloadscintilla-mirror-eb2014b5ee85a96a0817d6f6897afa18b7f328b9.tar.gz
Updated for 1.78.
-rw-r--r--doc/ScintillaHistory.html112
1 files changed, 110 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 9c3f53f9b..3de887ff5 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -348,10 +348,118 @@
</h3>
<ul>
<li>
- Released on 25 January 2009.
+ Released on 27 April 2009.
</li>
<li>
- PowerPro.
+ Annotation lines may be added to each line.
+ </li>
+ <li>
+ A text margin may be defined with different text on each line.
+ </li>
+ <li>
+ Application actions may be added to the undo history.
+ </li>
+ <li>
+ Can query the symbol defined for a marker.
+ An available symbol added for applications to indicate that plugins may allocate a marker.
+ </li>
+ <li>
+ Can increase the amount of font ascent and descent.
+ </li>
+ <li>
+ COBOL lexer added. Feature #2127406.
+ </li>
+ <li>
+ Nimrod lexer added. Feature #2642620.
+ </li>
+ <li>
+ PowerPro lexer added. Feature #2195308.
+ </li>
+ <li>
+ SML lexer added. Feature #2710950.
+ </li>
+ <li>
+ SORCUS Installation file lexer added. Feature #2343375.
+ </li>
+ <li>
+ TACL lexer added. Feature #2127406.
+ </li>
+ <li>
+ TAL lexer added. Feature #2127406.
+ </li>
+ <li>
+ Rewritten Pascal lexer with improved folding and other fixes. Feature #2190650.
+ </li>
+ <li>
+ INDIC_ROUNDBOX translucency level can be modified. Feature #2586290.
+ </li>
+ <li>
+ C++ lexer treats angle brackets in #include directives as quotes when styling.within.preprocessor. Bug #2551033.
+ </li>
+ <li>
+ Inno Setup lexer is sensitive to whether within the [Code] section and handles comments better. Bug #2552973.
+ </li>
+ <li>
+ HTML lexer does not go into script mode when script tag is self-closing.
+ </li>
+ <li>
+ HTML folder fixed where confused by comments when fold.html.preprocessor off. Bug #2532774.
+ </li>
+ <li>
+ Perl lexer fixes problem with string matching caused by line endings. Bug #2648342.
+ </li>
+ <li>
+ Progress lexer fixes problem with "last-event:function" phrase. Bug #2483619.
+ </li>
+ <li>
+ Properties file lexer extended to handle RFC2822 text when lexer.props.allow.initial.spaces on.
+ </li>
+ <li>
+ Python lexer adds options for Python 3 and Cython.
+ </li>
+ <li>
+ Shell lexer fixes heredoc problem caused by line endings. Bug #2635257.
+ </li>
+ <li>
+ SciTE retains selection range when performing a replace selection command. Feature #2339160.
+ </li>
+ <li>
+ SciTE definition of word characters fixed to match documentaiton. Bug #2464531.
+ </li>
+ <li>
+ SciTE on GTK+ performing Search or Replace when dialog already shown now brings dialog to foreground.
+ Bug #2634224.
+ </li>
+ <li>
+ Fixed encoding bug with calltips on GTK+.
+ </li>
+ <li>
+ Block caret drawn in correct place on wrapped lines. Bug #2126144.
+ </li>
+ <li>
+ Compilation for 64 bit Windows works using MinGW. Bug #2515578.
+ </li>
+ <li>
+ Incorrect memory freeing fixed on OS X. Bug #2354098, #2671749.
+ </li>
+ <li>
+ SciTE on GTK+ crash fixed on startup when child process exits before initialisation complete.
+ Bug #2716987.
+ </li>
+ <li>
+ Crash fixed when AutoCompleteGetCurrent called with no active autocompletion.
+ </li>
+ <li>
+ Flickering diminished when pressing Tab. Bug #2723006.
+ </li>
+ <li>
+ Namespace compilation issues with GTK+ on OS X fixed.
+ </li>
+ <li>
+ Increased maximum length of SciTE's Language menu on GTK+ to 100 items. Bug #2528241.
+ </li>
+ <li>
+ Fixed incorrect Python lexing for multi-line continued strings. Bug #2450963.
</li>
</ul>
<h3>