mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2025-12-27 23:44:39 +00:00
+chg: replace "http://" to "https://" for "www.flos-freeware.ch" and some other sites
This commit is contained in:
parent
08eb28654a
commit
3fdb891fdb
@ -12,7 +12,7 @@
|
||||
= based on: =
|
||||
= Notepad2 4.2.25 =
|
||||
= (c) Florian Balmer 2004-2011 =
|
||||
= http://www.flos-freeware.ch =
|
||||
= https://www.flos-freeware.ch =
|
||||
= =
|
||||
= =
|
||||
=======================================================================
|
||||
@ -67,7 +67,7 @@ Supported Operating Systems
|
||||
|
||||
Contributors:
|
||||
|
||||
- Florian Balmer http://www.flos-freeware.ch
|
||||
- Florian Balmer https://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
|
||||
@ -80,7 +80,7 @@ More information:
|
||||
* Binaries: https://www.rizonesoft.com/downloads/notepad3
|
||||
* Source code: https://github.com/rizonesoft/Notepad3
|
||||
* https://github.com/XhmikosR/notepad2-mod
|
||||
* Official Notepad2 website: http://www.flos-freeware.ch/notepad2.html
|
||||
* Official Notepad2 website: https://www.flos-freeware.ch/notepad2.html
|
||||
* Code folding usage guide: https://github.com/XhmikosR/notepad2-mod/wiki/Code-Folding-Usage
|
||||
* Kai Liu's website: https://code.kliu.org/misc/notepad2
|
||||
* Bookmark Edition website: https://www.rlvision.com/notepad2/about.asp
|
||||
@ -519,7 +519,7 @@ purpose.
|
||||
= =
|
||||
= Notepad2 4.2.25 =
|
||||
= (c) Florian Balmer 2004-2011 =
|
||||
= http://www.flos-freeware.ch =
|
||||
= https://www.flos-freeware.ch =
|
||||
= =
|
||||
= =
|
||||
=======================================================================
|
||||
@ -925,7 +925,7 @@ Source Code
|
||||
https://www.scintilla.org
|
||||
|
||||
The full Notepad2 source code can be found at:
|
||||
http://www.flos-freeware.ch
|
||||
https://www.flos-freeware.ch
|
||||
|
||||
|
||||
More Information and Resources
|
||||
@ -933,7 +933,7 @@ More Information and Resources
|
||||
For more information on Notepad2 features, how to replace Windows
|
||||
Notepad, and answers to the most frequently asked questions (FAQ),
|
||||
please visit the Notepad2 website:
|
||||
http://www.flos-freeware.ch
|
||||
https://www.flos-freeware.ch
|
||||
|
||||
|
||||
Feature Requests
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
;* (c) Rizonesoft 2008-2020
|
||||
|
||||
; Requirements:
|
||||
; Inno Setup: http://www.jrsoftware.org/isdl.php
|
||||
; Inno Setup: https://www.jrsoftware.org/isdl.php
|
||||
|
||||
; Preprocessor related stuff
|
||||
#if VER < EncodeVer(6,0,2)
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
;* (c) Rizonesoft 2008-2020
|
||||
|
||||
; Requirements:
|
||||
; Inno Setup: http://www.jrsoftware.org/isdl.php
|
||||
; Inno Setup: https://www.jrsoftware.org/isdl.php
|
||||
|
||||
; Preprocessor related stuff
|
||||
#if VER < EncodeVer(6,0,2)
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
= =
|
||||
= Notepad2 4.2.25 =
|
||||
= (c) Florian Balmer 2004-2011 =
|
||||
= http://www.flos-freeware.ch =
|
||||
= https://www.flos-freeware.ch =
|
||||
= =
|
||||
================================================================================
|
||||
|
||||
@ -837,7 +837,7 @@ Source Code
|
||||
https://www.scintilla.org
|
||||
|
||||
The full Notepad2 source code can be found at:
|
||||
http://www.flos-freeware.ch
|
||||
https://www.flos-freeware.ch
|
||||
|
||||
|
||||
More Information and Resources
|
||||
@ -845,7 +845,7 @@ More Information and Resources
|
||||
For more information on Notepad2 features, how to replace Windows
|
||||
Notepad, and answers to the most frequently asked questions (FAQ),
|
||||
please visit the Notepad2 website:
|
||||
http://www.flos-freeware.ch
|
||||
https://www.flos-freeware.ch
|
||||
|
||||
|
||||
Feature Requests
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
= =
|
||||
= Notepad2 4.2.25 =
|
||||
= (c) Florian Balmer 2004-2011 =
|
||||
= http://www.flos-freeware.ch =
|
||||
= https://www.flos-freeware.ch =
|
||||
= =
|
||||
================================================================================
|
||||
|
||||
@ -66,6 +66,6 @@ Copyright
|
||||
florian.balmer@gmail.com
|
||||
|
||||
(c) Florian Balmer 2004-2011
|
||||
http://www.flos-freeware.ch
|
||||
https://www.flos-freeware.ch
|
||||
|
||||
###
|
||||
|
||||
@ -44,7 +44,7 @@ Contributors:
|
||||
More information:
|
||||
--------------------------------------------------
|
||||
* Source code and binaries: https://github.com/XhmikosR/notepad2-mod
|
||||
* Official Notepad2 website: http://www.flos-freeware.ch/notepad2.html
|
||||
* Official Notepad2 website: https://www.flos-freeware.ch/notepad2.html
|
||||
* Code folding usage guide: https://github.com/XhmikosR/notepad2-mod/wiki/Code-Folding-Usage
|
||||
* Kai Liu's website: https://code.kliu.org/misc/notepad2
|
||||
* Bookmark Edition website: https://www.rlvision.com/notepad2/about.asp
|
||||
|
||||
@ -19,7 +19,7 @@ Notepad3 is a fast and light-weight Scintilla-based text editor with syntax high
|
||||
* **[GET IN TOUCH](https://www.rizonesoft.com/#contact)**
|
||||
* **Premium Support** - On Rizonesoft, support is free and we will assist you the best we can. Please be patient when contacting us; there are mainly volunteers working on Rizonesoft projects and time is a precious commodity.
|
||||
|
||||
## Changes compared to Flo's official [Notepad2](http://www.flos-freeware.ch/notepad2.html) (made in [Notepad2-mod](https://xhmikosr.github.io/notepad2-mod/)):
|
||||
## Changes compared to Flo's official [Notepad2](https://www.flos-freeware.ch/notepad2.html) (made in [Notepad2-mod](https://xhmikosr.github.io/notepad2-mod/)):
|
||||
|
||||
* Code folding
|
||||
* Support for bookmarks
|
||||
|
||||
@ -63,7 +63,7 @@ Windows 7, 8, 8.1 and 10 both 32-bit and 64-bit
|
||||
--------------------------------------------------------------------------------
|
||||
Development:
|
||||
------------
|
||||
- Florian 'Flo' Balmer (Notepad2) http://www.flos-freeware.ch
|
||||
- Florian 'Flo' Balmer (Notepad2) https://www.flos-freeware.ch
|
||||
- RaiKoHoff https://github.com/RaiKoHoff
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
= =
|
||||
= metapath 4.0.13 =
|
||||
= (c) Florian Balmer 1996-2011 =
|
||||
= http://www.flos-freeware.ch =
|
||||
= https://www.flos-freeware.ch =
|
||||
= =
|
||||
================================================================================
|
||||
|
||||
@ -36,6 +36,6 @@ Copyright
|
||||
florian.balmer@gmail.com
|
||||
|
||||
(c) Florian Balmer 1996-2011
|
||||
http://www.flos-freeware.ch
|
||||
https://www.flos-freeware.ch
|
||||
|
||||
###
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
= =
|
||||
= metapath 4.0.13 =
|
||||
= (c) Florian Balmer 1996-2011 =
|
||||
= http://www.flos-freeware.ch =
|
||||
= https://www.flos-freeware.ch =
|
||||
= =
|
||||
= =
|
||||
=======================================================================
|
||||
@ -260,7 +260,7 @@ Tips and Tricks, Special Features
|
||||
Source Code
|
||||
|
||||
The full metapath source code can be found at:
|
||||
http://www.flos-freeware.ch
|
||||
https://www.flos-freeware.ch
|
||||
|
||||
|
||||
Copyright
|
||||
|
||||
@ -582,7 +582,7 @@ INT_PTR CALLBACK AboutDlgProc(HWND hwnd,UINT umsg,WPARAM wParam,LPARAM lParam)
|
||||
case NM_RETURN:
|
||||
{
|
||||
if (pnmhdr->idFrom == IDC_WEBPAGE) {
|
||||
ShellExecute(hwnd,L"open",L"http://www.flos-freeware.ch",NULL,NULL,SW_SHOWNORMAL);
|
||||
ShellExecute(hwnd,L"open",L"https://www.flos-freeware.ch",NULL,NULL,SW_SHOWNORMAL);
|
||||
}
|
||||
else if (pnmhdr->idFrom == IDC_EMAIL) {
|
||||
ShellExecute(hwnd,L"open",L"mailto:florian.balmer@gmail.com",NULL,NULL,SW_SHOWNORMAL);
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
#define VERSION_ORIGINALFILENAME L"minipath.exe"
|
||||
#define VERSION_AUTHORNAME L"Florian Balmer et al. ( metapath )"
|
||||
#define VERSION_WEBPAGEDISPLAY L"https://www.rizonesoft.com"
|
||||
#define VERSION_FBWEBPAGEDISPLAY L"http://www.flos-freeware.ch"
|
||||
#define VERSION_FBWEBPAGEDISPLAY L"https://www.flos-freeware.ch"
|
||||
|
||||
#if defined(_WIN64)
|
||||
#define VERSION_FILEVERSION_LONG L"MiniPath (x64) " STRINGIFY(VERSION_MAJOR) L" Build " \
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
;Full details: http://portableapps.com/manuals/PortableApps.comLauncher/
|
||||
;Full details: https://portableapps.com/manuals/PortableApps.comLauncher/
|
||||
[Launch]
|
||||
ProgramExecutable=Notepad3\x86\Notepad3.exe
|
||||
ProgramExecutable64=Notepad3\x64\Notepad3.exe
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
;Full details on this file: http://portableapps.com/development/portableapps.com_format#appinfo
|
||||
;Full details on this file: https://portableapps.com/development/portableapps.com_format#appinfo
|
||||
[Format]
|
||||
Type=PortableAppsFormat
|
||||
Version=3.5
|
||||
@ -46,7 +46,7 @@ FileTypes=txt,html,htm,xmp,php,asp,css,js,vb,vbs,c,cpp,h,rs,mak,java,pas,inc,bat
|
||||
;FileTypeCommandLine-extension=/OpenExtension=%1
|
||||
;Protocols=http,https,gtp,gopher
|
||||
;ProtocolCommandLine=--protocolhandler=%1
|
||||
;ProtocolCommandLine-protocol=--http:%1
|
||||
;ProtocolCommandLine-protocol=--https:%1
|
||||
;SendTo=true
|
||||
;SendToCommandLine=-multiplefiles "%1"
|
||||
;Shell=true
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
;Copyright 2004-2016 John T. Haller of PortableApps.com
|
||||
;encoding: UTF-8
|
||||
|
||||
;Website: http://PortableApps.com/Notepad3Portable
|
||||
;Website: https://PortableApps.com/Notepad3Portable
|
||||
|
||||
;This software is OSI Certified Open Source Software.
|
||||
;OSI Certified is a certification mark of the Open Source Initiative.
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
#define VERSION_WEBPAGEDISPLAY "https://www.rizonesoft.com"
|
||||
#define VERSION_COMPANYNAME "© Rizonesoft"
|
||||
//#define VERSION_MODPAGEDISPLAY "https://xhmikosr.github.io/notepad2-mod/"
|
||||
//#define VERSION_WEBPAGE2DISPLAY "http://www.flos-freeware.ch"
|
||||
//#define VERSION_WEBPAGE2DISPLAY "https://www.flos-freeware.ch"
|
||||
|
||||
#ifdef _DLL
|
||||
#define _SCI_BUILD L"Scintilla(dll) "
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
;Copyright 2006-2016 John T. Haller
|
||||
;Website: http://PortableApps.com/
|
||||
;Website: https://PortableApps.com/
|
||||
|
||||
;This software is OSI Certified Open Source Software.
|
||||
;OSI Certified is a certification mark of the Open Source Initiative.
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/* Copyright 2004-2010 PortableApps.com
|
||||
* Website: http://portableapps.com/development
|
||||
* Website: https://portableapps.com/development
|
||||
* Main developer and contact: Chris Morgan
|
||||
*
|
||||
* This software is OSI Certified Open Source Software.
|
||||
|
||||
@ -60,9 +60,9 @@ Windows 7, 8, 8.1 and 10 both 32-bit and 64-bit
|
||||
Contributors
|
||||
--------------------------------------------------------------------------------
|
||||
- Rainer Kottenhoff
|
||||
- Florian Balmer ( http://www.flos-freeware.ch )
|
||||
- XhmikosR ( http://xhmikosr.github.io/notepad2-mod/ )
|
||||
- Kai Liu ( http://code.kliu.org/misc/notepad2/ )
|
||||
- Florian Balmer ( https://www.flos-freeware.ch )
|
||||
- XhmikosR ( https://xhmikosr.github.io/notepad2-mod/ )
|
||||
- Kai Liu ( https://code.kliu.org/misc/notepad2/ )
|
||||
- RL Vision
|
||||
- Aleksandar Lekov
|
||||
- Bruno Barbieri
|
||||
@ -60,9 +60,9 @@ Windows 7, 8, 8.1 and 10 both 32-bit and 64-bit
|
||||
Contributors
|
||||
--------------------------------------------------------------------------------
|
||||
- Rainer Kottenhoff
|
||||
- Florian Balmer ( http://www.flos-freeware.ch )
|
||||
- XhmikosR ( http://xhmikosr.github.io/notepad2-mod/ )
|
||||
- Kai Liu ( http://code.kliu.org/misc/notepad2/ )
|
||||
- Florian Balmer ( https://www.flos-freeware.ch )
|
||||
- XhmikosR ( https://xhmikosr.github.io/notepad2-mod/ )
|
||||
- Kai Liu ( https://code.kliu.org/misc/notepad2/ )
|
||||
- RL Vision
|
||||
- Aleksandar Lekov
|
||||
- Bruno Barbieri
|
||||
@ -128,9 +128,9 @@ Windows 7, 8, 8.1 and 10 both 32-bit and 64-bit
|
||||
Contributors
|
||||
--------------------------------------------------------------------------------
|
||||
- Rainer Kottenhoff
|
||||
- Florian Balmer ( http://www.flos-freeware.ch )
|
||||
- XhmikosR ( http://xhmikosr.github.io/notepad2-mod/ )
|
||||
- Kai Liu ( http://code.kliu.org/misc/notepad2/ )
|
||||
- Florian Balmer ( https://www.flos-freeware.ch )
|
||||
- XhmikosR ( https://xhmikosr.github.io/notepad2-mod/ )
|
||||
- Kai Liu ( https://code.kliu.org/misc/notepad2/ )
|
||||
- RL Vision
|
||||
- Aleksandar Lekov
|
||||
- Bruno Barbieri
|
||||
Loading…
Reference in New Issue
Block a user