mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ upd: merge Scintilla's preparations for upcoming release v.4.1.0
This commit is contained in:
parent
4ffc32b036
commit
2b650b7176
@ -26,9 +26,9 @@
|
||||
<table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<font size="4"> <a href="https://www.scintilla.org/scintilla405.zip">
|
||||
<font size="4"> <a href="https://www.scintilla.org/scintilla410.zip">
|
||||
Windows</a>
|
||||
<a href="https://www.scintilla.org/scintilla405.tgz">
|
||||
<a href="https://www.scintilla.org/scintilla410.tgz">
|
||||
GTK+/Linux</a>
|
||||
</font>
|
||||
</td>
|
||||
@ -42,7 +42,7 @@
|
||||
containing very few restrictions.
|
||||
</p>
|
||||
<h3>
|
||||
Release 4.0.5
|
||||
Release 4.1.0
|
||||
</h3>
|
||||
<h4>
|
||||
Source Code
|
||||
@ -50,8 +50,8 @@
|
||||
The source code package contains all of the source code for Scintilla but no binary
|
||||
executable code and is available in
|
||||
<ul>
|
||||
<li><a href="https://www.scintilla.org/scintilla405.zip">zip format</a> (1600K) commonly used on Windows</li>
|
||||
<li><a href="https://www.scintilla.org/scintilla405.tgz">tgz format</a> (1400K) commonly used on Linux and compatible operating systems</li>
|
||||
<li><a href="https://www.scintilla.org/scintilla410.zip">zip format</a> (1600K) commonly used on Windows</li>
|
||||
<li><a href="https://www.scintilla.org/scintilla410.tgz">tgz format</a> (1400K) commonly used on Linux and compatible operating systems</li>
|
||||
</ul>
|
||||
Instructions for building on both Windows and Linux are included in the readme file.
|
||||
<h4>
|
||||
|
||||
@ -546,10 +546,10 @@
|
||||
</h3>
|
||||
<ul>
|
||||
<li>
|
||||
Released 10 May 2018.
|
||||
Released 19 June 2018.
|
||||
</li>
|
||||
<li>
|
||||
Experimental and incomplete support added for bidirectional text on Windows using DirectWrite for
|
||||
Experimental and incomplete support added for bidirectional text on Windows using DirectWrite and Cocoa for
|
||||
UTF-8 documents by calling SCI_SETBIDIRECTIONAL(SC_BIDIRECTIONAL_L2R).
|
||||
This allows documents that contain Arabic or Hebrew to be edited more easily in a way that is similar
|
||||
to other editors.
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
<meta name="keywords" content="Scintilla, SciTE, Editing Component, Text Editor" />
|
||||
<meta name="Description"
|
||||
content="www.scintilla.org is the home of the Scintilla editing component and SciTE text editor application." />
|
||||
<meta name="Date.Modified" content="20180510" />
|
||||
<meta name="Date.Modified" content="20180619" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<style type="text/css">
|
||||
#versionlist {
|
||||
@ -56,8 +56,8 @@
|
||||
GTK+, and OS X</font>
|
||||
</td>
|
||||
<td width="40%" align="right">
|
||||
<font color="#FFCC99" size="3"> Release version 4.0.5<br />
|
||||
Site last modified May 10 2018</font>
|
||||
<font color="#FFCC99" size="3"> Release version 4.1.0<br />
|
||||
Site last modified June 19 2018</font>
|
||||
</td>
|
||||
<td width="20%">
|
||||
|
||||
@ -72,12 +72,10 @@
|
||||
</tr>
|
||||
</table>
|
||||
<ul id="versionlist">
|
||||
<li>Version 4.1.0 adds experimental support for bidirectional text as used by Arabic and Hebrew on Win32 and Cocoa.</li>
|
||||
<li>Version 4.0.5 adds experimental support for documents larger than 2 GigaBytes.</li>
|
||||
<li>Version 4.0.4 adds a lexer for Maxima.</li>
|
||||
<li>Version 4.0.3 adds an option to not allocate any memory for styles.</li>
|
||||
<li>Version 4.0.2 fixes some bugs on macOS 10.13.</li>
|
||||
<li>Version 4.0.1 makes some changes to namespaces and headers. Scrolling is smoother on Cocoa.</li>
|
||||
<li>Version 4.0.0 is an unstable major release with changes to some internal and external interfaces.</li>
|
||||
</ul>
|
||||
<ul id="menu">
|
||||
<li id="remote1"><a href="https://www.scintilla.org/SciTEImage.html">Screenshot</a></li>
|
||||
|
||||
@ -16,7 +16,6 @@
|
||||
|
||||
namespace Scintilla {
|
||||
|
||||
typedef void*(EXT_LEXER_DECL *GetLexerFunction)(unsigned int Index);
|
||||
typedef int (EXT_LEXER_DECL *GetLexerCountFn)();
|
||||
typedef void (EXT_LEXER_DECL *GetLexerNameFn)(unsigned int Index, char *name, int buflength);
|
||||
typedef LexerFactoryFunction(EXT_LEXER_DECL *GetLexerFactoryFunction)(unsigned int Index);
|
||||
|
||||
@ -1 +1 @@
|
||||
405
|
||||
410
|
||||
|
||||
BIN
src/Version.h
BIN
src/Version.h
Binary file not shown.
Loading…
Reference in New Issue
Block a user