mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #899 from hpwamr/MUI_dev
+ Standardization of the header's layout
This commit is contained in:
commit
6d97fc4840
@ -29,7 +29,7 @@ MUI - (M)ultilingual (U)ser (I)nterface
|
||||
|
||||
|
||||
==================================================
|
||||
Current Version 5.19.112.build (12 January 2019)
|
||||
Current Version 5.19.115.build (15 January 2019)
|
||||
==================================================
|
||||
|
||||
--------------------------------------------------
|
||||
|
||||
@ -6,10 +6,12 @@
|
||||
= https://www.rizonesoft.com =
|
||||
= =
|
||||
================================================================================
|
||||
Rizonesoft Notepad3 --- Licenses ---
|
||||
================================================================================
|
||||
|
||||
================================================================================
|
||||
--------------------------------------------------
|
||||
License for Notepad3 and MiniPath
|
||||
================================================================================
|
||||
--------------------------------------------------
|
||||
Copyright © 2008-2019 Rizonesoft,
|
||||
All rights reserved.
|
||||
|
||||
@ -22,9 +24,9 @@ Redistribution and use in source and binary forms, with or without modification,
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
|
||||
================================================================================
|
||||
--------------------------------------------------
|
||||
License for Scintilla and SciTE
|
||||
================================================================================
|
||||
--------------------------------------------------
|
||||
Copyright (c) 1998-2002 by Neil Hodgson <neilh@scintilla.org>,
|
||||
All Rights Reserved.
|
||||
|
||||
@ -33,9 +35,9 @@ Permission to use, copy, modify, and distribute this software and its documentat
|
||||
NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGESWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
|
||||
================================================================================
|
||||
--------------------------------------------------
|
||||
License for Onigmo (Oniguruma-mod) RegEx Engine
|
||||
================================================================================
|
||||
--------------------------------------------------
|
||||
Copyright (c) 2002-2009 K.Kosako <sndgk393 AT ybb DOT ne DOT jp>,
|
||||
Copyright (c) 2011-2014 K.Takata <kentkt AT csc DOT jp>,
|
||||
All rights reserved.
|
||||
|
||||
@ -6,16 +6,18 @@
|
||||
= https://www.rizonesoft.com =
|
||||
= =
|
||||
================================================================================
|
||||
Rizonesoft Notepad3 --- README ---
|
||||
================================================================================
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Description
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Notepad like text editor is based on the Scintilla source code.
|
||||
Notepad3 isbased on code from Notepad2 and MiniPath on code from metapath.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Changes compared to Flo's official Notepad2 (made in Notepad2-mod):
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
- Code folding
|
||||
- Support for bookmarks
|
||||
- Option to mark all occurrences of a word
|
||||
@ -27,9 +29,9 @@ Changes compared to Flo's official Notepad2 (made in Notepad2-mod):
|
||||
- Improved support for NFO ANSI art
|
||||
- Other various minor changes and tweaks
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Changes compared to the Notepad2-mod fork:
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
- Additional syntax highlighting support for Awk, D, golang, MATLAB
|
||||
- State of the art Regular Expression search engine (Onigmu)
|
||||
- New toolbar icons based on Yusuke Kamiyaman's Fugue Icons
|
||||
@ -53,20 +55,20 @@ Changes compared to the Notepad2-mod fork:
|
||||
- Dropped support for Windows XP version
|
||||
- Other various minor changes, tweaks and bugfixes
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Supported Operating Systems:
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Windows 7, 8, 8.1 and 10 both 32-bit and 64-bit
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Development:
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
- Florian 'Flo' Balmer (Notepad2) ( http://www.flos-freeware.ch )
|
||||
- Rainer Kottenhoff ( https://github.com/RaiKoHoff )
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Contributors:
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
- Derick Payne (© Rizonesoft) ( https://www.rizonesoft.com )
|
||||
- XhmikosR (Notepad2-mod) ( https://xhmikosr.github.io/notepad2-mod )
|
||||
- Kai Liu (CodeFolding) ( http://code.kliu.org/misc/notepad2 )
|
||||
|
||||
14
License.txt
14
License.txt
@ -6,10 +6,12 @@
|
||||
= https://www.rizonesoft.com =
|
||||
= =
|
||||
================================================================================
|
||||
Rizonesoft Notepad3 --- Licenses ---
|
||||
================================================================================
|
||||
|
||||
================================================================================
|
||||
--------------------------------------------------
|
||||
License for Notepad3 and MiniPath
|
||||
================================================================================
|
||||
--------------------------------------------------
|
||||
Copyright © 2008-2019 Rizonesoft,
|
||||
All rights reserved.
|
||||
|
||||
@ -22,9 +24,9 @@ Redistribution and use in source and binary forms, with or without modification,
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
|
||||
================================================================================
|
||||
--------------------------------------------------
|
||||
License for Scintilla and SciTE
|
||||
================================================================================
|
||||
--------------------------------------------------
|
||||
Copyright (c) 1998-2002 by Neil Hodgson <neilh@scintilla.org>,
|
||||
All Rights Reserved.
|
||||
|
||||
@ -33,9 +35,9 @@ Permission to use, copy, modify, and distribute this software and its documentat
|
||||
NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGESWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
|
||||
================================================================================
|
||||
--------------------------------------------------
|
||||
License for Onigmo (Oniguruma-mod) RegEx Engine
|
||||
================================================================================
|
||||
--------------------------------------------------
|
||||
Copyright (c) 2002-2009 K.Kosako <sndgk393 AT ybb DOT ne DOT jp>,
|
||||
Copyright (c) 2011-2014 K.Takata <kentkt AT csc DOT jp>,
|
||||
All rights reserved.
|
||||
|
||||
23
Notepad2.txt
23
Notepad2.txt
@ -1,17 +1,12 @@
|
||||
|
||||
=======================================================================
|
||||
= =
|
||||
= =
|
||||
= Notepad2 - light-weight Scintilla-based text editor for Windows =
|
||||
= =
|
||||
= =
|
||||
= Notepad2 4.2.25 =
|
||||
= (c) Florian Balmer 2004-2011 =
|
||||
= http://www.flos-freeware.ch =
|
||||
= =
|
||||
= =
|
||||
=======================================================================
|
||||
|
||||
================================================================================
|
||||
= =
|
||||
= Notepad2 - light-weight Scintilla-based text editor for Windows =
|
||||
= =
|
||||
= Notepad2 4.2.25 =
|
||||
= (c) Florian Balmer 2004-2011 =
|
||||
= http://www.flos-freeware.ch =
|
||||
= =
|
||||
================================================================================
|
||||
|
||||
Description
|
||||
|
||||
|
||||
@ -1,28 +1,24 @@
|
||||
================================================================================
|
||||
= =
|
||||
= Notepad2 - light-weight Scintilla-based text editor for Windows =
|
||||
= =
|
||||
= Notepad2 4.2.25 =
|
||||
= (c) Florian Balmer 2004-2011 =
|
||||
= http://www.flos-freeware.ch =
|
||||
= =
|
||||
================================================================================
|
||||
|
||||
=======================================================================
|
||||
= =
|
||||
= =
|
||||
= Notepad2 - light-weight Scintilla-based text editor for Windows =
|
||||
= =
|
||||
= =
|
||||
= Notepad2 4.2.25 =
|
||||
= (c) Florian Balmer 2004-2011 =
|
||||
= http://www.flos-freeware.ch =
|
||||
= =
|
||||
= =
|
||||
=======================================================================
|
||||
|
||||
|
||||
--------------------------------------------------
|
||||
The Notepad2 Source Code
|
||||
|
||||
--------------------------------------------------
|
||||
This package contains the full source code of Notepad2 4.2.25 for
|
||||
Windows. Project files for Visual C++ 7.0 are included. Chances are
|
||||
that Notepad2 can be rebuilt with other development tools, including
|
||||
the free Visual C++ Express Edition, but I haven't tested this.
|
||||
|
||||
|
||||
--------------------------------------------------
|
||||
Rebuilding from the Source Code
|
||||
|
||||
--------------------------------------------------
|
||||
Notepad2 4.2.25 is based on Scintilla 2.24 [1].
|
||||
|
||||
[1] http://www.scintilla.org
|
||||
@ -35,9 +31,9 @@ Rebuilding from the Source Code
|
||||
LinkLex.js to adapt the list (in "scintilla/src/Catalogue.cxx") and
|
||||
make linking work properly.
|
||||
|
||||
|
||||
--------------------------------------------------
|
||||
Creating a Compact Executable Program File
|
||||
|
||||
--------------------------------------------------
|
||||
Linking to the system CRT slightly improves disk footprint, memory
|
||||
usage and startup because the pages for the system CRT are already
|
||||
loaded and shared in memory. To achieve this, the release version of
|
||||
@ -46,9 +42,9 @@ Creating a Compact Executable Program File
|
||||
scripts can be found in the "wdkbuild" subdirectory. Set %WDKBASEDIR%
|
||||
to the directory of the WDK tools on your system.
|
||||
|
||||
|
||||
--------------------------------------------------
|
||||
How to add or modify Syntax Schemes
|
||||
|
||||
--------------------------------------------------
|
||||
The Scintilla documentation has an overview of syntax highlighting,
|
||||
and how to write your own lexing module, in case the language you
|
||||
would like to add is not currently supported by Scintilla.
|
||||
@ -61,9 +57,9 @@ How to add or modify Syntax Schemes
|
||||
the corresponding LINK_LEXER() macro call, or by updating and
|
||||
re-running LinkLex.js.
|
||||
|
||||
|
||||
--------------------------------------------------
|
||||
Copyright
|
||||
|
||||
--------------------------------------------------
|
||||
See License.txt for details about distribution and modification.
|
||||
|
||||
If you have any comments or questions, please drop me a note:
|
||||
|
||||
@ -1,7 +1,22 @@
|
||||
================================================================================
|
||||
= =
|
||||
= Notepad2-mod - light-weight Scintilla-based text editor for Windows =
|
||||
= =
|
||||
= Notepad2-mod 4.2.25.998 =
|
||||
= (c) XhmikosR 2004-2017 =
|
||||
= https://xhmikosr.github.io/notepad2-mod =
|
||||
= =
|
||||
================================================================================
|
||||
|
||||
--------------------------------------------------
|
||||
The Notepad2 Source Code
|
||||
--------------------------------------------------
|
||||
This version of Notepad2 has been modified from Florian Balmer's original
|
||||
version using patches by Kai Liu and others.
|
||||
|
||||
--------------------------------------------------
|
||||
Notable changes:
|
||||
--------------------------------------------------
|
||||
* Code folding
|
||||
* Support for bookmarks
|
||||
* Option to mark all occurrences of a word
|
||||
@ -12,23 +27,32 @@ Notable changes:
|
||||
* Support for replacing Windows Notepad using a clean, unintrusive registry-based method
|
||||
* Other various minor changes and tweaks
|
||||
|
||||
--------------------------------------------------
|
||||
Supported Operating Systems:
|
||||
--------------------------------------------------
|
||||
* XP (SP3, SP2 might or might not work), Vista, 7, 8 and 8.1 both 32-bit and 64-bit
|
||||
|
||||
--------------------------------------------------
|
||||
Contributors:
|
||||
--------------------------------------------------
|
||||
* Kai Liu
|
||||
* RL Vision
|
||||
* Aleksandar Lekov
|
||||
* Bruno Barbieri
|
||||
|
||||
--------------------------------------------------
|
||||
More information:
|
||||
--------------------------------------------------
|
||||
* Source code and binaries: https://github.com/XhmikosR/notepad2-mod
|
||||
* Official Notepad2 website: http://www.flos-freeware.ch/notepad2.html
|
||||
* Code folding usage guide: https://github.com/XhmikosR/notepad2-mod/wiki/Code-Folding-Usage
|
||||
* Kai Liu's website: http://code.kliu.org/misc/notepad2/
|
||||
* Bookmark Edition website: http://www.rlvision.com/notepad2/about.asp
|
||||
|
||||
--------------------------------------------------
|
||||
Changed keyboard shortcuts compared to Notepad2:
|
||||
--------------------------------------------------
|
||||
Ctrl+Alt+F2 Expand selection to next match.
|
||||
Ctrl+Alt+Shift+F2 Expand selection to previous match.
|
||||
Ctrl+Shift+Enter New line with toggled auto indent option.
|
||||
|
||||
|
||||
28
Readme.txt
28
Readme.txt
@ -6,16 +6,18 @@
|
||||
= https://www.rizonesoft.com =
|
||||
= =
|
||||
================================================================================
|
||||
Rizonesoft Notepad3 --- README ---
|
||||
================================================================================
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Description
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Notepad like text editor is based on the Scintilla source code.
|
||||
Notepad3 is based on code from Notepad2 and MiniPath on code from metapath.
|
||||
Notepad3 isbased on code from Notepad2 and MiniPath on code from metapath.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Changes compared to Flo's official Notepad2 (made in Notepad2-mod):
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
- Code folding
|
||||
- Support for bookmarks
|
||||
- Option to mark all occurrences of a word
|
||||
@ -27,9 +29,9 @@ Changes compared to Flo's official Notepad2 (made in Notepad2-mod):
|
||||
- Improved support for NFO ANSI art
|
||||
- Other various minor changes and tweaks
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Changes compared to the Notepad2-mod fork:
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
- Additional syntax highlighting support for Awk, D, golang, MATLAB
|
||||
- State of the art Regular Expression search engine (Onigmu)
|
||||
- New toolbar icons based on Yusuke Kamiyaman's Fugue Icons
|
||||
@ -53,20 +55,20 @@ Changes compared to the Notepad2-mod fork:
|
||||
- Dropped support for Windows XP version
|
||||
- Other various minor changes, tweaks and bugfixes
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Supported Operating Systems:
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Windows 7, 8, 8.1 and 10 both 32-bit and 64-bit
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Development:
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
- Florian 'Flo' Balmer (Notepad2) ( http://www.flos-freeware.ch )
|
||||
- Rainer Kottenhoff ( https://github.com/RaiKoHoff )
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Contributors:
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
- Derick Payne (© Rizonesoft) ( https://www.rizonesoft.com )
|
||||
- XhmikosR (Notepad2-mod) ( https://xhmikosr.github.io/notepad2-mod )
|
||||
- Kai Liu (CodeFolding) ( http://code.kliu.org/misc/notepad2 )
|
||||
|
||||
@ -6,10 +6,12 @@
|
||||
= https://www.rizonesoft.com =
|
||||
= =
|
||||
================================================================================
|
||||
Rizonesoft Notepad3 --- Licenses ---
|
||||
================================================================================
|
||||
|
||||
================================================================================
|
||||
--------------------------------------------------
|
||||
License for Notepad3 and MiniPath
|
||||
================================================================================
|
||||
--------------------------------------------------
|
||||
Copyright © 2008-2019 Rizonesoft,
|
||||
All rights reserved.
|
||||
|
||||
|
||||
@ -1,28 +1,24 @@
|
||||
|
||||
=======================================================================
|
||||
= =
|
||||
= =
|
||||
= metapath - The universal Explorer-like Plugin =
|
||||
= =
|
||||
= =
|
||||
= metapath 4.0.13 =
|
||||
= (c) Florian Balmer 1996-2011 =
|
||||
= http://www.flos-freeware.ch =
|
||||
= =
|
||||
= =
|
||||
=======================================================================
|
||||
|
||||
================================================================================
|
||||
= =
|
||||
= metapath - The universal Explorer-like Plugin =
|
||||
= =
|
||||
= metapath 4.0.13 =
|
||||
= (c) Florian Balmer 1996-2011 =
|
||||
= http://www.flos-freeware.ch =
|
||||
= =
|
||||
================================================================================
|
||||
|
||||
--------------------------------------------------
|
||||
The metapath Source Code
|
||||
|
||||
--------------------------------------------------
|
||||
This package contains the full source code of metapath 4.0.13 for
|
||||
Windows. Project files for Visual C++ 7.0 are included. Chances are
|
||||
that metapath can be rebuilt with other development tools, including
|
||||
the free Visual C++ Express Edition, but I haven't tested this.
|
||||
|
||||
|
||||
--------------------------------------------------
|
||||
Creating a Compact Executable Program File
|
||||
|
||||
--------------------------------------------------
|
||||
Linking to the system CRT slightly improves disk footprint, memory
|
||||
usage and startup because the pages for the system CRT are already
|
||||
loaded and shared in memory. To achieve this, the release version of
|
||||
@ -31,9 +27,9 @@ Creating a Compact Executable Program File
|
||||
scripts can be found in the "wdkbuild" subdirectory. Set %WDKBASEDIR%
|
||||
to the directory where the WDK tools are located on your system.
|
||||
|
||||
|
||||
--------------------------------------------------
|
||||
Copyright
|
||||
|
||||
--------------------------------------------------
|
||||
See License.txt for details about distribution and modification.
|
||||
|
||||
If you have any comments or questions, please drop me a note:
|
||||
|
||||
@ -29,25 +29,27 @@ MUI - (M)ultilingual (U)ser (I)nterface
|
||||
|
||||
|
||||
==================================================
|
||||
Current Version 5.19.112.build (12 January 2019)
|
||||
Current Version 5.19.115.build (15 January 2019)
|
||||
==================================================
|
||||
|
||||
--------------------------------------------------
|
||||
NEW:
|
||||
--------------------------------------------------
|
||||
- Highlight current line Frame-Mode (+ mode toggle Ctrl+Shift*I) (NLS: strings)
|
||||
- Goto-Dlg (Line/Column) accepts TinyExpr (ignoring suffixes)
|
||||
- add CED reliability option (NLS: dialogs)
|
||||
- Add CED reliability option (NLS: dialogs)
|
||||
- Indentation consistency check on file open (NLS: dialogs)
|
||||
- End-of-Line (EOL) consistency check on file open (NLS: dialogs)
|
||||
- checkbox for transparent Find/Replace Dialogbox on loosing focus
|
||||
- Checkbox for transparent Find/Replace Dialogbox on loosing focus
|
||||
|
||||
--------------------------------------------------
|
||||
CHANGES:
|
||||
--------------------------------------------------
|
||||
- Up-to-Date SCL (GitHub Mirror 2019-Jan-15)
|
||||
- Optimized file search for items (filebrowser, .ini file, dirs)
|
||||
- Goto-Dlg (Line/Column) shows max line number
|
||||
- Scintilla Library (SCL) version 4.1.3 (2019-01-10)
|
||||
- SCL new Nim lexer replaces old Nimrod lexer (new highlighting)
|
||||
- Up-to-Date SCL
|
||||
|
||||
--------------------------------------------------
|
||||
FIXES:
|
||||
|
||||
@ -6,10 +6,12 @@
|
||||
= https://www.rizonesoft.com =
|
||||
= =
|
||||
================================================================================
|
||||
Rizonesoft Notepad3 --- Licenses ---
|
||||
================================================================================
|
||||
|
||||
================================================================================
|
||||
--------------------------------------------------
|
||||
License for Notepad3 and MiniPath
|
||||
================================================================================
|
||||
--------------------------------------------------
|
||||
Copyright © 2008-2019 Rizonesoft,
|
||||
All rights reserved.
|
||||
|
||||
@ -22,9 +24,9 @@ Redistribution and use in source and binary forms, with or without modification,
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
|
||||
================================================================================
|
||||
--------------------------------------------------
|
||||
License for Scintilla and SciTE
|
||||
================================================================================
|
||||
--------------------------------------------------
|
||||
Copyright (c) 1998-2002 by Neil Hodgson <neilh@scintilla.org>,
|
||||
All Rights Reserved.
|
||||
|
||||
@ -33,9 +35,9 @@ Permission to use, copy, modify, and distribute this software and its documentat
|
||||
NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGESWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
|
||||
================================================================================
|
||||
--------------------------------------------------
|
||||
License for Onigmo (Oniguruma-mod) RegEx Engine
|
||||
================================================================================
|
||||
--------------------------------------------------
|
||||
Copyright (c) 2002-2009 K.Kosako <sndgk393 AT ybb DOT ne DOT jp>,
|
||||
Copyright (c) 2011-2014 K.Takata <kentkt AT csc DOT jp>,
|
||||
All rights reserved.
|
||||
|
||||
@ -6,16 +6,18 @@
|
||||
= https://www.rizonesoft.com =
|
||||
= =
|
||||
================================================================================
|
||||
Rizonesoft Notepad3 --- README ---
|
||||
================================================================================
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Description
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Notepad like text editor is based on the Scintilla source code.
|
||||
Notepad3 isbased on code from Notepad2 and MiniPath on code from metapath.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Changes compared to Flo's official Notepad2 (made in Notepad2-mod):
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
- Code folding
|
||||
- Support for bookmarks
|
||||
- Option to mark all occurrences of a word
|
||||
@ -27,9 +29,9 @@ Changes compared to Flo's official Notepad2 (made in Notepad2-mod):
|
||||
- Improved support for NFO ANSI art
|
||||
- Other various minor changes and tweaks
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Changes compared to the Notepad2-mod fork:
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
- Additional syntax highlighting support for Awk, D, golang, MATLAB
|
||||
- State of the art Regular Expression search engine (Onigmu)
|
||||
- New toolbar icons based on Yusuke Kamiyaman's Fugue Icons
|
||||
@ -53,20 +55,20 @@ Changes compared to the Notepad2-mod fork:
|
||||
- Dropped support for Windows XP version
|
||||
- Other various minor changes, tweaks and bugfixes
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Supported Operating Systems:
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Windows 7, 8, 8.1 and 10 both 32-bit and 64-bit
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Development:
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
- Florian 'Flo' Balmer (Notepad2) ( http://www.flos-freeware.ch )
|
||||
- Rainer Kottenhoff ( https://github.com/RaiKoHoff )
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
Contributors:
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------
|
||||
- Derick Payne (© Rizonesoft) ( https://www.rizonesoft.com )
|
||||
- XhmikosR (Notepad2-mod) ( https://xhmikosr.github.io/notepad2-mod )
|
||||
- Kai Liu (CodeFolding) ( http://code.kliu.org/misc/notepad2 )
|
||||
|
||||
Loading…
Reference in New Issue
Block a user