mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Merge pull request #2627 from hpwamr/mui
+ chg: Correction of unsecure url 'http" to secure url "https".
This commit is contained in:
commit
235378328b
@ -1631,7 +1631,7 @@ Version 1 Build 386 (08 December 2016)
|
||||
- Clean-code Solution (instead of "magic numbers").
|
||||
- Crypto Module: code cleanup
|
||||
- Crypto Module: Replaced LocalAlloc/GlobalAlloc by HeapAlloc methods.
|
||||
- Integration of DeelX RegExpr engine (http://www.regexlab.com/en/deelx/)
|
||||
- Integration of DeelX RegExpr engine (http://www.regexlab.com/en/deelx)
|
||||
- Fixed block selecting cause crash.
|
||||
|
||||
|
||||
|
||||
@ -67,13 +67,13 @@ Supported Operating Systems
|
||||
|
||||
Contributors:
|
||||
|
||||
- Florian Balmer ( http://www.flos-freeware.ch )
|
||||
- XhmikosR ( http://xhmikosr.github.io/notepad2-mod/ )
|
||||
- Kai Liu ( http://code.kliu.org/misc/notepad2/ )
|
||||
- RL Vision (https://www.rlvision.com/notepad2/about.php )
|
||||
- Florian Balmer http://www.flos-freeware.ch
|
||||
- XhmikosR https://xhmikosr.github.io/notepad2-mod
|
||||
- Kai Liu https://code.kliu.org/misc/notepad2
|
||||
- RL Vision https://www.rlvision.com/notepad2/about.php
|
||||
- Aleksandar Lekov
|
||||
- Bruno Barbieri
|
||||
- RaiKoHoff ( https://github.com/RaiKoHoff )
|
||||
- RaiKoHoff https://github.com/RaiKoHoff
|
||||
|
||||
|
||||
More information:
|
||||
@ -82,8 +82,8 @@ More information:
|
||||
* 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
|
||||
* Kai Liu's website: https://code.kliu.org/misc/notepad2
|
||||
* Bookmark Edition website: https://www.rlvision.com/notepad2/about.asp
|
||||
|
||||
|
||||
Changed keyboard shortcuts compared to Notepad2:
|
||||
@ -286,12 +286,12 @@ See Replacing Windows Notepad for detailed explanations.
|
||||
=======================================================================
|
||||
= =
|
||||
= =
|
||||
= Notepad3's Encryption / Decryption feature =
|
||||
= Notepad3's Encryption Decryption feature =
|
||||
= =
|
||||
= Prototype enduser documentation =
|
||||
= taken from NotepadCrypt (Dave Dyer) =
|
||||
= =
|
||||
= http://www.andromeda.com/people/ddyer/notepad/NotepadCrypt.html =
|
||||
= https://www.andromeda.com/people/ddyer/notepad/NotepadCrypt.html =
|
||||
= =
|
||||
= =
|
||||
=======================================================================
|
||||
@ -566,7 +566,7 @@ Rebuilding from the Source Code
|
||||
|
||||
Notepad2 4.2.25 is based on Scintilla 2.24 [1].
|
||||
|
||||
[1] http://www.scintilla.org
|
||||
[1] https://www.scintilla.org
|
||||
|
||||
To be able to rebuild Notepad2, the source code of the Scintilla
|
||||
editing component has to be unzipped to the "scintilla" subdirectory
|
||||
@ -786,7 +786,7 @@ Keyboard Shortcuts for Notepad2
|
||||
|
||||
Ctrl++ Zoom in.
|
||||
Ctrl+- Zoom out.
|
||||
Ctrl+/ Reset zoom.
|
||||
Ctrl+ Reset zoom.
|
||||
|
||||
Settings
|
||||
|
||||
@ -922,7 +922,7 @@ Command Line Switches
|
||||
Source Code
|
||||
|
||||
Notepad2 is based on the Scintilla source code editing component:
|
||||
http://www.scintilla.org
|
||||
https://www.scintilla.org
|
||||
|
||||
The full Notepad2 source code can be found at:
|
||||
http://www.flos-freeware.ch
|
||||
@ -950,7 +950,7 @@ Credits and Special Thanks
|
||||
Notepad2. Without Scintilla, the rich features found in Notepad2
|
||||
wouldn't have been possible!
|
||||
|
||||
[1] http://www.scintilla.org
|
||||
[1] https://www.scintilla.org
|
||||
|
||||
Many thanks to everybody for sending me bug reports and useful hints.
|
||||
A special thank goes to Roland Weigelt [2] for his helpful thoughts
|
||||
@ -959,10 +959,10 @@ Credits and Special Thanks
|
||||
Kai Liu [4], Moritz Kroll, Seunghun Thomas Lee [5] and Shawn
|
||||
Brenneman for sending detailed bug reports and ready-to-use patches.
|
||||
|
||||
[2] http://www.roland-weigelt.de
|
||||
[3] http://www.TimoSoft-Software.de
|
||||
[4] http://code.kliu.org/misc/notepad2/
|
||||
[5] stlee42@gmail.com
|
||||
[2] https://www.roland-weigelt.de
|
||||
[3] https://www.TimoSoft-Software.de
|
||||
[4] https://code.kliu.org/misc/notepad2
|
||||
[5] mailto:stlee42@gmail.com
|
||||
|
||||
|
||||
Copyright
|
||||
|
||||
@ -91,13 +91,13 @@ syntax: ONIG_SYNTAX_ONIGURUMA (default)
|
||||
|
||||
[Extended Grapheme Cluster mode] (default)
|
||||
Unicode case:
|
||||
See [Unicode Standard Annex #29: http://unicode.org/reports/tr29/]
|
||||
See [Unicode Standard Annex #29: https://unicode.org/reports/tr29]
|
||||
|
||||
Not Unicode case: \X === (?>\r\n|\O)
|
||||
|
||||
[Word mode]
|
||||
Currently, this mode is supported in Unicode only.
|
||||
See [Unicode Standard Annex #29: http://unicode.org/reports/tr29/]
|
||||
See [Unicode Standard Annex #29: https://unicode.org/reports/tr29]
|
||||
|
||||
|
||||
Character Property
|
||||
@ -182,14 +182,14 @@ syntax: ONIG_SYNTAX_ONIGURUMA (default)
|
||||
|
||||
[Extended Grapheme Cluster mode] (default)
|
||||
Unicode case:
|
||||
See [Unicode Standard Annex #29: http://unicode.org/reports/tr29/]
|
||||
See [Unicode Standard Annex #29: https://unicode.org/reports/tr29]
|
||||
|
||||
Not Unicode:
|
||||
All positions except between \r and \n.
|
||||
|
||||
[Word mode]
|
||||
Currently, this mode is supported in Unicode only.
|
||||
See [Unicode Standard Annex #29: http://unicode.org/reports/tr29/]
|
||||
See [Unicode Standard Annex #29: https://unicode.org/reports/tr29]
|
||||
|
||||
|
||||
|
||||
|
||||
@ -43,7 +43,7 @@ Version 1.9.8 (2013-03-10)
|
||||
* `HASH_REPLACE` now in uthash (thanks, Nick Vatamaniuc!)
|
||||
* fixed clang warnings (thanks wynnw!)
|
||||
* fixed `utarray_insert` when inserting past array end (thanks Rob Willett!)
|
||||
* you can now find http://troydhanson.github.com/uthash/[uthash on GitHub]
|
||||
* you can now find https://troydhanson.github.com/uthash[uthash on GitHub]
|
||||
* there's a https://groups.google.com/d/forum/uthash[uthash Google Group]
|
||||
* uthash has been downloaded 29,000+ times since 2006 on SourceForge
|
||||
|
||||
@ -183,7 +183,7 @@ Version 1.5 (2009-02-19)
|
||||
This change made HASH_FIND about 13% faster and enabled reader concurrency.
|
||||
* made link:license.html[BSD license] terms even more permissive
|
||||
* added link:userguide.pdf[PDF version] of User Guide
|
||||
* added http://troydhanson.wordpress.com/feed/[update news] image:rss.png[(RSS)]
|
||||
* added https://troydhanson.wordpress.com/feed[update news] image:rss.png[(RSS)]
|
||||
|
||||
Version 1.4 (2008-09-23)
|
||||
--------------------------
|
||||
|
||||
@ -5,7 +5,7 @@ v2.0.2, March 2017
|
||||
|
||||
To download uthash, follow this link back to the
|
||||
https://github.com/troydhanson/uthash[GitHub project page].
|
||||
Back to my http://troydhanson.github.io/[other projects].
|
||||
Back to my https://troydhanson.github.io[other projects].
|
||||
|
||||
A hash in C
|
||||
-----------
|
||||
|
||||
@ -40,7 +40,7 @@ License for "grepWin" (Regular expression search and replace for Windows).
|
||||
GNU General Public License v3.0, All Rights Reserved.
|
||||
|
||||
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses>.
|
||||
|
||||
"grepWin" is developed by Stefan Kung (https://tools.stefankueng.com/grepWin.html).
|
||||
|
||||
|
||||
12
Notepad2.txt
12
Notepad2.txt
@ -834,7 +834,7 @@ Command Line Switches
|
||||
Source Code
|
||||
|
||||
Notepad2 is based on the Scintilla source code editing component:
|
||||
http://www.scintilla.org
|
||||
https://www.scintilla.org
|
||||
|
||||
The full Notepad2 source code can be found at:
|
||||
http://www.flos-freeware.ch
|
||||
@ -862,7 +862,7 @@ Credits and Special Thanks
|
||||
Notepad2. Without Scintilla, the rich features found in Notepad2
|
||||
wouldn't have been possible!
|
||||
|
||||
[1] http://www.scintilla.org
|
||||
[1] https://www.scintilla.org
|
||||
|
||||
Many thanks to everybody for sending me bug reports and useful hints.
|
||||
A special thank goes to Roland Weigelt [2] for his helpful thoughts
|
||||
@ -871,10 +871,10 @@ Credits and Special Thanks
|
||||
Kai Liu [4], Moritz Kroll, Seunghun Thomas Lee [5] and Shawn
|
||||
Brenneman for sending detailed bug reports and ready-to-use patches.
|
||||
|
||||
[2] http://www.roland-weigelt.de
|
||||
[3] http://www.TimoSoft-Software.de
|
||||
[4] http://code.kliu.org/misc/notepad2/
|
||||
[5] stlee42@gmail.com
|
||||
[2] https://www.roland-weigelt.de
|
||||
[3] https://www.TimoSoft-Software.de
|
||||
[4] https://code.kliu.org/misc/notepad2
|
||||
[5] mailto:stlee42@gmail.com
|
||||
|
||||
|
||||
Copyright
|
||||
|
||||
@ -21,7 +21,7 @@ Rebuilding from the Source Code
|
||||
--------------------------------------------------
|
||||
Notepad2 4.2.25 is based on Scintilla 2.24 [1].
|
||||
|
||||
[1] http://www.scintilla.org
|
||||
[1] https://www.scintilla.org
|
||||
|
||||
To be able to rebuild Notepad2, the source code of the Scintilla
|
||||
editing component has to be unzipped to the "scintilla" subdirectory
|
||||
|
||||
@ -46,8 +46,8 @@ 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
|
||||
* Kai Liu's website: https://code.kliu.org/misc/notepad2
|
||||
* Bookmark Edition website: https://www.rlvision.com/notepad2/about.asp
|
||||
|
||||
--------------------------------------------------
|
||||
Changed keyboard shortcuts compared to Notepad2:
|
||||
|
||||
10
Readme.md
10
Readme.md
@ -4,18 +4,18 @@
|
||||
[](https://opensource.org/licenses/BSD-3-Clause)
|
||||
[](https://www.paypal.me/rizonesoft)
|
||||
|
||||
Notepad3 is a fast and light-weight Scintilla-based text editor with syntax highlighting. It has a small memory footprint, but is powerful enough to handle most programming jobs. [Download Notepad3 here](https://www.rizonesoft.com/downloads/notepad3/).
|
||||
Notepad3 is a fast and light-weight Scintilla-based text editor with syntax highlighting. It has a small memory footprint, but is powerful enough to handle most programming jobs. [Download Notepad3 here](https://www.rizonesoft.com/downloads/notepad3).
|
||||
|
||||
> *Notepad3 is based on code from Florian Balmer's Notepad2 and XhmikosR's Notepad2-mod. MiniPath is based on code from Florian Balmer's metapath.*
|
||||
|
||||
## Important links!
|
||||
* Notepad3/RC download page - https://www.rizonesoft.com/downloads/notepad3/
|
||||
* Latest changelog (release notes) - https://www.rizonesoft.com/downloads/notepad3/update/
|
||||
* Notepad3 Documentation - https://www.rizonesoft.com/documents/notepad3/
|
||||
* Notepad3/RC download page - https://www.rizonesoft.com/downloads/notepad3
|
||||
* Latest changelog (release notes) - https://www.rizonesoft.com/downloads/notepad3/update
|
||||
* Notepad3 Documentation - https://www.rizonesoft.com/documents/notepad3
|
||||
|
||||
## Message Rizonesoft
|
||||
|
||||
As an added service for Notepad3 users; Rizonesoft uses [Telegram](https://telegram.org/) to provide free support. Simply download Telegram on your preferred device and use [this link](https://t.me/rizonesoft) to message us.
|
||||
As an added service for Notepad3 users; Rizonesoft uses [Telegram](https://telegram.org) to provide free support. Simply download Telegram on your preferred device and use [this link](https://t.me/rizonesoft) to message us.
|
||||
|
||||
## Changes compared to Flo's official [Notepad2](http://www.flos-freeware.ch/notepad2.html) (made in [Notepad2-mod](https://xhmikosr.github.io/notepad2-mod/)):
|
||||
|
||||
|
||||
92
Readme.txt
92
Readme.txt
@ -63,85 +63,85 @@ Windows 7, 8, 8.1 and 10 both 32-bit and 64-bit
|
||||
--------------------------------------------------------------------------------
|
||||
Development:
|
||||
------------
|
||||
- Florian 'Flo' Balmer (Notepad2) http://www.flos-freeware.ch/
|
||||
- RaiKoHoff https://github.com/RaiKoHoff/
|
||||
- Florian 'Flo' Balmer (Notepad2) http://www.flos-freeware.ch
|
||||
- RaiKoHoff https://github.com/RaiKoHoff
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
Contributors:
|
||||
-------------
|
||||
Derick Payne (© Rizonesoft) https://www.rizonesoft.com/
|
||||
XhmikosR (Notepad2-mod) https://xhmikosr.github.io/notepad2-mod/
|
||||
Kai Liu (CodeFolding) https://code.kliu.org/misc/notepad2/
|
||||
Derick Payne (© Rizonesoft) https://www.rizonesoft.com
|
||||
XhmikosR (Notepad2-mod) https://xhmikosr.github.io/notepad2-mod
|
||||
Kai Liu (CodeFolding) https://code.kliu.org/misc/notepad2
|
||||
RL Vision (Bookmarks) https://www.rlvision.com/notepad2/about.php
|
||||
Aleksandar Lekov (MarkOcc./AutoCompl.)
|
||||
Bruno Barbieri
|
||||
Matthew Ellis (MinimizeToTray)
|
||||
Igal Tabachnik (RelaunchElevated) https://github.com/hmemcpy/
|
||||
Et alii @ GitHub https://github.com/XhmikosR/notepad2-mod/graphs/contributors/
|
||||
Some Icons by Pixel perfect (Flaticon) https://www.flaticon.com/
|
||||
Igal Tabachnik (RelaunchElevated) https://github.com/hmemcpy
|
||||
Et alii @ GitHub https://github.com/XhmikosR/notepad2-mod/graphs/contributors
|
||||
Some Icons by Pixel perfect (Flaticon) https://www.flaticon.com
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
Open Source / Libraries:
|
||||
------------------------
|
||||
N.Hodgson (Scintilla) https://www.scintilla.org/
|
||||
K.Kosako (Oniguruma Regex) https://github.com/kkos/oniguruma/
|
||||
Stefan Küng (grepWin) https://github.com/stefankueng/grepWin/
|
||||
N.Hodgson (Scintilla) https://www.scintilla.org
|
||||
K.Kosako (Oniguruma Regex) https://github.com/kkos/oniguruma
|
||||
Stefan Küng (grepWin) https://github.com/stefankueng/grepWin
|
||||
D.Dyer (NotepadCrypt) https://www.real-me.net/ddyer/notepad/NotepadCrypt.html
|
||||
T.D.Hanson (uthash) https://troydhanson.github.io/uthash/
|
||||
Carbo Kuo (Mozilla's uchardet) https://www.freedesktop.org/wiki/Software/uchardet/
|
||||
Lewis Van Winkle (TinyExpr) https://github.com/codeplea/tinyexpr/
|
||||
T.D.Hanson (uthash) https://troydhanson.github.io/uthash
|
||||
Carbo Kuo (Mozilla's uchardet) https://www.freedesktop.org/wiki/Software/uchardet
|
||||
Lewis Van Winkle (TinyExpr) https://github.com/codeplea/tinyexpr
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
Acknowledgments:
|
||||
----------------
|
||||
alexantr https://github.com/alexantr/
|
||||
AlexIljin https://github.com/AlexIljin/
|
||||
alexantr https://github.com/alexantr
|
||||
AlexIljin https://github.com/AlexIljin
|
||||
craigo- https://github.com/craigo-/
|
||||
Crane70 https://github.com/Crane70/
|
||||
engelhro https://github.com/engelhro/
|
||||
Hexaae https://github.com/Hexaae/
|
||||
hpwamr https://github.com/hpwamr/
|
||||
it4u https://github.com/it4u/
|
||||
jmacasd https://github.com/jmacasd/
|
||||
jupester https://github.com/jupester/
|
||||
kofifus https://github.com/kofifus/
|
||||
Lacn0755 https://github.com/Lacn0755/
|
||||
leeoniya https://github.com/leeoniya/
|
||||
lhmouse https://github.com/lhmouse/
|
||||
ltGuillaume https://github.com/ltGuillaume/
|
||||
maboroshin https://github.com/maboroshin/
|
||||
MadDogVachon https://github.com/MadDogVachon/
|
||||
ohgree https://github.com/ohgree/
|
||||
RaffaeleBianc0 https://github.com/RaffaeleBianc0/
|
||||
rizonesoft https://github.com/rizonesoft/
|
||||
Rudolfin https://github.com/Rudolfin/
|
||||
ThreeLightsBeyond https://github.com/ThreeLightsBeyond/
|
||||
xsak https://github.com/xsak/
|
||||
zufuliu https://github.com/zufuliu/
|
||||
Crane70 https://github.com/Crane70
|
||||
engelhro https://github.com/engelhro
|
||||
Hexaae https://github.com/Hexaae
|
||||
hpwamr https://github.com/hpwamr
|
||||
it4u https://github.com/it4u
|
||||
jmacasd https://github.com/jmacasd
|
||||
jupester https://github.com/jupester
|
||||
kofifus https://github.com/kofifus
|
||||
Lacn0755 https://github.com/Lacn0755
|
||||
leeoniya https://github.com/leeoniya
|
||||
lhmouse https://github.com/lhmouse
|
||||
ltGuillaume https://github.com/ltGuillaume
|
||||
maboroshin https://github.com/maboroshin
|
||||
MadDogVachon https://github.com/MadDogVachon
|
||||
ohgree https://github.com/ohgree
|
||||
RaffaeleBianc0 https://github.com/RaffaeleBianc0
|
||||
rizonesoft https://github.com/rizonesoft
|
||||
Rudolfin https://github.com/Rudolfin
|
||||
ThreeLightsBeyond https://github.com/ThreeLightsBeyond
|
||||
xsak https://github.com/xsak
|
||||
zufuliu https://github.com/zufuliu
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
Resources:
|
||||
----------
|
||||
NotepadCrypt (Version Java) https://www.nayuki.io/page/notepadcrypt-format-decryptor-java/
|
||||
Data Sharing Service https://workupload.com/
|
||||
NotepadCrypt (Version Java) https://www.nayuki.io/page/notepadcrypt-format-decryptor-java
|
||||
Data Sharing Service https://workupload.com
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
Licences:
|
||||
---------
|
||||
Scintilla https://www.scintilla.org/License.txt
|
||||
Oniguruma Regex https://github.com/kkos/oniguruma/blob/master/COPYING/
|
||||
grepWin https://github.com/stefankueng/grepWin/blob/master/LICENSE/
|
||||
Oniguruma Regex https://github.com/kkos/oniguruma/blob/master/COPYING
|
||||
grepWin https://github.com/stefankueng/grepWin/blob/master/LICENSE
|
||||
uthash https://troydhanson.github.io/uthash/license.html
|
||||
uchardet https://www.freedesktop.org/wiki/Software/uchardet/#license/
|
||||
TinyExpr https://github.com/codeplea/tinyexpr/blob/master/LICENSE/
|
||||
Notepad3 icon by Vexels.com https://www.vexels.com/
|
||||
- designed by mailto:smanashova@gmail.com/
|
||||
uchardet https://www.freedesktop.org/wiki/Software/uchardet/#license
|
||||
TinyExpr https://github.com/codeplea/tinyexpr/blob/master/LICENSE
|
||||
Notepad3 icon by Vexels.com https://www.vexels.com
|
||||
- designed by mailto:smanashova@gmail.com
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
Notepad3 Licence:
|
||||
-----------------
|
||||
Notepad3 and MiniPath Copyright © 2008-2020 Rizonesoft, All rights reserved.
|
||||
https://www.rizonesoft.com/
|
||||
https://www.rizonesoft.com
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification,
|
||||
are permitted provided that the following conditions are met:
|
||||
|
||||
@ -78,85 +78,85 @@ STRINGTABLE
|
||||
BEGIN
|
||||
|
||||
IDS_MUI_ABOUT_DEV "\
|
||||
\\cf0 \\b1 Florian 'Flo' Balmer (Notepad2)\\b0\\tab http://www.flos-freeware.ch/\\par\
|
||||
\\cf0 RaiKoHoff\\tab https://github.com/RaiKoHoff/\\par\
|
||||
\\cf0 \\b1 Florian 'Flo' Balmer (Notepad2)\\b0\\tab https://www.flos-freeware.ch\\par\
|
||||
\\cf0 RaiKoHoff\\tab https://github.com/RaiKoHoff\\par\
|
||||
\\cf0 \\par\
|
||||
"
|
||||
|
||||
IDS_MUI_ABOUT_CONTRIBS "\
|
||||
\\cf0 Derick Payne (\\u0169 Rizonesoft)\\tab https://www.rizonesoft.com/\\par\
|
||||
\\cf0 XhmikosR (Notepad2-mod)\\tab https://xhmikosr.github.io/notepad2-mod/\\par\
|
||||
\\cf0 Kai Liu (CodeFolding)\\tab https://code.kliu.org/misc/notepad2/\\par\
|
||||
\\cf0 Derick Payne (\\u0169 Rizonesoft)\\tab https://www.rizonesoft.com\\par\
|
||||
\\cf0 XhmikosR (Notepad2-mod)\\tab https://xhmikosr.github.io/notepad2-mod\\par\
|
||||
\\cf0 Kai Liu (CodeFolding)\\tab https://code.kliu.org/misc/notepad2\\par\
|
||||
\\cf0 RL Vision (Bookmarks)\\tab https://www.rlvision.com/notepad2/about.php\\par\
|
||||
\\cf0 Aleksandar Lekov (MarkOcc./AutoCompl.)\\par\
|
||||
\\cf0 Bruno Barbieri\\par\
|
||||
\\cf0 Matthew Ellis (MinimizeToTray)\\par\
|
||||
\\cf0 Igal Tabachnik (RelaunchElevated)\\tab https://github.com/hmemcpy/\\par\
|
||||
\\cf0 Et alii @ GitHub\\tab https://github.com/XhmikosR/notepad2-mod/graphs/contributors/\\par\
|
||||
\\cf0 Some Icons by Pixel perfect (Flaticon)\\tab https://www.flaticon.com/\\par\
|
||||
\\cf0 Igal Tabachnik (RelaunchElevated)\\tab https://github.com/hmemcpy\\par\
|
||||
\\cf0 Et alii @ GitHub\\tab https://github.com/XhmikosR/notepad2-mod/graphs/contributors\\par\
|
||||
\\cf0 Some Icons by Pixel perfect (Flaticon)\\tab https://www.flaticon.com\\par\
|
||||
\\cf0 \\par\
|
||||
"
|
||||
|
||||
IDS_MUI_ABOUT_LIBS "\
|
||||
\\cf0 N.Hodgson (Scintilla)\\tab https://www.scintilla.org/\\par\
|
||||
\\cf0 K.Kosako (Oniguruma Regex)\\tab https://github.com/kkos/oniguruma/\\par\
|
||||
\\cf0 Stefan K\\u252üng (grepWin)\\tab https://github.com/stefankueng/grepWin/\\par\
|
||||
\\cf0 N.Hodgson (Scintilla)\\tab https://www.scintilla.org\\par\
|
||||
\\cf0 K.Kosako (Oniguruma Regex)\\tab https://github.com/kkos/oniguruma\\par\
|
||||
\\cf0 Stefan K\\u252üng (grepWin)\\tab https://github.com/stefankueng/grepWin\\par\
|
||||
\\cf0 D.Dyer (NotepadCrypt)\\tab https://www.real-me.net/ddyer/notepad/NotepadCrypt.html\\par\
|
||||
\\cf0 T.D.Hanson (uthash)\\tab https://troydhanson.github.io/uthash/\\par\
|
||||
\\cf0 Carbo Kuo (Mozilla's uchardet)\\tab https://www.freedesktop.org/wiki/Software/uchardet/\\par\
|
||||
\\cf0 T.D.Hanson (uthash)\\tab https://troydhanson.github.io/uthash\\par\
|
||||
\\cf0 Carbo Kuo (Mozilla's uchardet)\\tab https://www.freedesktop.org/wiki/Software/uchardet\\par\
|
||||
\\cf0 Lewis Van Winkle (TinyExpr)\\tab https://github.com/codeplea/tinyexpr\\par\
|
||||
\\cf0 Carlo Pallini (Resample BMP)\\tab https://www.codeproject.com/Articles/22271/Plain-C-Resampling-DLL\\par\
|
||||
\\cf0 \\par\
|
||||
"
|
||||
|
||||
//
|
||||
// Note for "craigo-": to access his right site "https://github.com/craigo-/",
|
||||
// a slash "/" must be added after the "craigo-" !
|
||||
// Note for "craigo-", from the list of "Acknowledgments:", to access its right
|
||||
// site, a slash "/" must be added after its name (like this: "craigo-/") !
|
||||
//
|
||||
|
||||
IDS_MUI_ABOUT_ACKNOWLEDGES "\
|
||||
\\cf0 alexantr\\tab https://github.com/alexantr/\\par\
|
||||
\\cf0 AlexIljin\\tab https://github.com/AlexIljin/\\par\
|
||||
\\cf0 alexantr\\tab https://github.com/alexantr\\par\
|
||||
\\cf0 AlexIljin\\tab https://github.com/AlexIljin\\par\
|
||||
\\cf0 craigo-\\tab https://github.com/craigo-/\\par\
|
||||
\\cf0 Crane70\\tab https://github.com/Crane70/\\par\
|
||||
\\cf0 engelhro\\tab https://github.com/engelhro/\\par\
|
||||
\\cf0 Hexaae\\tab https://github.com/Hexaae/\\par\
|
||||
\\cf0 hpwamr\\tab https://github.com/hpwamr/\\par\
|
||||
\\cf0 it4u\\tab https://github.com/it4u/\\par\
|
||||
\\cf0 jmacasd\\tab https://github.com/jmacasd/\\par\
|
||||
\\cf0 jupester\\tab https://github.com/jupester/\\par\
|
||||
\\cf0 kofifus\\tab https://github.com/kofifus/\\par\
|
||||
\\cf0 Lacn0755\\tab https://github.com/Lacn0755/\\par\
|
||||
\\cf0 leeoniya\\tab https://github.com/leeoniya/\\par\
|
||||
\\cf0 lhmouse\\tab https://github.com/lhmouse/\\par\
|
||||
\\cf0 ltGuillaume\\tab https://github.com/ltGuillaume/\\par\
|
||||
\\cf0 maboroshin\\tab https://github.com/maboroshin/\\par\
|
||||
\\cf0 MadDogVachon\\tab https://github.com/MadDogVachon/\\par\
|
||||
\\cf0 ohgree\\tab https://github.com/ohgree/\\par\
|
||||
\\cf0 RaffaeleBianc0\\tab https://github.com/RaffaeleBianc0/\\par\
|
||||
\\cf0 rizonesoft\\tab https://github.com/rizonesoft/\\par\
|
||||
\\cf0 Rudolfin\\tab https://github.com/Rudolfin/\\par\
|
||||
\\cf0 ThreeLightsBeyond\\tab https://github.com/ThreeLightsBeyond/\\par\
|
||||
\\cf0 xsak\\tab https://github.com/xsak/\\par\
|
||||
\\cf0 zufuliu\\tab https://github.com/zufuliu/\\par\
|
||||
\\cf0 Crane70\\tab https://github.com/Crane70\\par\
|
||||
\\cf0 engelhro\\tab https://github.com/engelhro\\par\
|
||||
\\cf0 Hexaae\\tab https://github.com/Hexaae\\par\
|
||||
\\cf0 hpwamr\\tab https://github.com/hpwamr\\par\
|
||||
\\cf0 it4u\\tab https://github.com/it4u\\par\
|
||||
\\cf0 jmacasd\\tab https://github.com/jmacasd\\par\
|
||||
\\cf0 jupester\\tab https://github.com/jupester\\par\
|
||||
\\cf0 kofifus\\tab https://github.com/kofifus\\par\
|
||||
\\cf0 Lacn0755\\tab https://github.com/Lacn0755\\par\
|
||||
\\cf0 leeoniya\\tab https://github.com/leeoniya\\par\
|
||||
\\cf0 lhmouse\\tab https://github.com/lhmouse\\par\
|
||||
\\cf0 ltGuillaume\\tab https://github.com/ltGuillaume\\par\
|
||||
\\cf0 maboroshin\\tab https://github.com/maboroshin\\par\
|
||||
\\cf0 MadDogVachon\\tab https://github.com/MadDogVachon\\par\
|
||||
\\cf0 ohgree\\tab https://github.com/ohgree\\par\
|
||||
\\cf0 RaffaeleBianc0\\tab https://github.com/RaffaeleBianc0\\par\
|
||||
\\cf0 rizonesoft\\tab https://github.com/rizonesoft\\par\
|
||||
\\cf0 Rudolfin\\tab https://github.com/Rudolfin\\par\
|
||||
\\cf0 ThreeLightsBeyond\\tab https://github.com/ThreeLightsBeyond\\par\
|
||||
\\cf0 xsak\\tab https://github.com/xsak\\par\
|
||||
\\cf0 zufuliu\\tab https://github.com/zufuliu\\par\
|
||||
\\cf0 \\par\
|
||||
"
|
||||
|
||||
IDS_MUI_ABOUT_MORE "\
|
||||
\\cf0 NotepadCrypt (Version Java)\\tab https://www.nayuki.io/page/notepadcrypt-format-decryptor-java\\par\
|
||||
\\cf0 Data Sharing Service\\tab https://workupload.com/\\par\
|
||||
\\cf0 Data Sharing Service\\tab https://workupload.com\\par\
|
||||
\\cf0 \\par\
|
||||
"
|
||||
|
||||
IDS_MUI_ABOUT_LICENSES "\
|
||||
\\cf0 Scintilla\\tab https://www.scintilla.org/License.txt\\par\
|
||||
\\cf0 Oniguruma Regex\\tab https://github.com/kkos/oniguruma/blob/master/COPYING/\\par\
|
||||
\\cf0 grepWin\\tab https://github.com/stefankueng/grepWin/blob/master/LICENSE/\\par\
|
||||
\\cf0 Oniguruma Regex\\tab https://github.com/kkos/oniguruma/blob/master/COPYING\\par\
|
||||
\\cf0 grepWin\\tab https://github.com/stefankueng/grepWin/blob/master/LICENSE\\par\
|
||||
\\cf0 uthash\\tab https://troydhanson.github.io/uthash/license.html\\par\
|
||||
\\cf0 uchardet\\tab https://www.freedesktop.org/wiki/Software/uchardet/#license/\\par\
|
||||
\\cf0 TinyExpr\\tab https://github.com/codeplea/tinyexpr/blob/master/LICENSE/\\par\
|
||||
\\cf0 Notepad3 icon by Vexels.com\\tab https://www.vexels.com/\\par\
|
||||
\\cf0 - designed by\\tab mailto:smanashova@gmail.com/\\par\
|
||||
\\cf0 uchardet\\tab https://www.freedesktop.org/wiki/Software/uchardet/#license\\par\
|
||||
\\cf0 TinyExpr\\tab https://github.com/codeplea/tinyexpr/blob/master/LICENSE\\par\
|
||||
\\cf0 Notepad3 icon by Vexels.com\\tab https://www.vexels.com\\par\
|
||||
\\cf0 - designed by\\tab mailto:smanashova@gmail.com\\par\
|
||||
\\cf0 \\par\
|
||||
\\cf0 \\par\
|
||||
"
|
||||
@ -168,7 +168,7 @@ IDS_MUI_ABOUT_RTF_6 "\
|
||||
\\cf0 \\fs20\\b1\\ul1 Notepad3 Licence:\\ul0\\b0\\fs18\\par\
|
||||
\\cf0 \\par\
|
||||
\\cf0 Notepad3 and MiniPath Copyright \\u0169 2008-2020 Rizonesoft, All rights reserved.\\par\
|
||||
\\cf0 https://www.rizonesoft.com/\\par\
|
||||
\\cf0 https://www.rizonesoft.com\\par\
|
||||
\\cf0 \\par\
|
||||
\\cf0 Redistribution and use in source and binary forms, with or without modification,\\par\
|
||||
\\cf0 are permitted provided that the following conditions are met:\\par\
|
||||
|
||||
@ -8,7 +8,7 @@ LICENSE
|
||||
|
||||
This package's installer and launcher are released under the GPL. The launcher
|
||||
is the PortableApps.com Launcher, available with full source and documentation
|
||||
from http://portableapps.com/development. We request that developers using the
|
||||
from https://portableapps.com/development. We request that developers using the
|
||||
PortableApps.com Launcher please leave this directory intact and unchanged.
|
||||
|
||||
USER CONFIGURATION
|
||||
|
||||
@ -6,7 +6,7 @@ project (${PACKAGE_NAME} CXX C)
|
||||
enable_testing()
|
||||
|
||||
######## Package information
|
||||
set (PACKAGE_URL https://www.freedesktop.org/wiki/Software/uchardet/)
|
||||
set (PACKAGE_URL https://www.freedesktop.org/wiki/Software/uchardet)
|
||||
set (PACKAGE_BUGREPORT https://bugs.freedesktop.org/enter_bug.cgi?product=uchardet)
|
||||
set (UCHARDET_VERSION_MAJOR 0)
|
||||
set (UCHARDET_VERSION_MINOR 0)
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Copyright (c) 2005-2016, Troy D. Hanson http://troydhanson.github.com/uthash/
|
||||
Copyright (c) 2005-2016, Troy D. Hanson https://troydhanson.github.com/uthash
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
||||
Loading…
Reference in New Issue
Block a user