mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #3885 from hpwamr/mui
+ chg: Rizonesoft Copyright © 2008-2021 to year "2008-2022"
This commit is contained in:
commit
fea5b14947
@ -2,7 +2,7 @@
|
||||
= =
|
||||
= Notepad3 - light-weight Scintilla-based text editor for Windows =
|
||||
= =
|
||||
= (c) Rizonesoft 2008-2021 =
|
||||
= (c) Rizonesoft 2008-2022 =
|
||||
= https://www.rizonesoft.com =
|
||||
= =
|
||||
================================================================================
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
= =
|
||||
= Notepad3 - light-weight Scintilla-based text editor for Windows =
|
||||
= =
|
||||
= (c) Rizonesoft 2008-2021 =
|
||||
= (c) Rizonesoft 2008-2022 =
|
||||
= https://www.rizonesoft.com =
|
||||
= =
|
||||
================================================================================
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
= =
|
||||
= Notepad3 - light-weight Scintilla-based text editor for Windows =
|
||||
= =
|
||||
= (c) Rizonesoft 2008-2021 =
|
||||
= (c) Rizonesoft 2008-2022 =
|
||||
= https://rizonesoft.com =
|
||||
= =
|
||||
= forked from Notepad2-mod =
|
||||
|
||||
@ -12,7 +12,7 @@ rem * Batch file for creating "Portable (*.zip)" packages
|
||||
rem * *
|
||||
rem * See License.txt for details about distribution and modification. *
|
||||
rem * *
|
||||
rem * (c) Rizonesoft 2008-2021 *
|
||||
rem * (c) Rizonesoft 2008-2022 *
|
||||
rem * https://rizonesoft.com *
|
||||
rem * *
|
||||
rem ******************************************************************************
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
;* Notepad3 - Installer script
|
||||
;* Notepad3 - Installer script x64 and x86
|
||||
;*
|
||||
;* (c) Rizonesoft 2008-2021
|
||||
;* (c) Rizonesoft 2008-2022
|
||||
|
||||
; Requirements:
|
||||
; Inno Setup: https://www.jrsoftware.org/isdl.php
|
||||
@ -31,7 +31,7 @@
|
||||
#define app_name "Notepad3"
|
||||
#define app_publisher "Rizonesoft"
|
||||
#define app_version GetVersionNumbersString(bindir + "\Release_x86_v143\Notepad3.exe")
|
||||
#define app_copyright "Copyright © 2008-2021 Rizonesoft"
|
||||
#define app_copyright "Copyright © 2008-2022 Rizonesoft"
|
||||
#define quick_launch "{userappdata}\Microsoft\Internet Explorer\Quick Launch"
|
||||
|
||||
[Setup]
|
||||
@ -256,7 +256,8 @@ Filename: "{userappdata}\Rizonesoft\Notepad3\Notepad3.ini"; Section: "Settings";
|
||||
|
||||
[Registry]
|
||||
Root: "HKLM"; Subkey: "SYSTEM\CurrentControlSet\Control\FileSystem"; ValueType: dword; ValueName: "LongPathsEnabled"; ValueData: "1"
|
||||
;The following "Keys/Values" are required to allow a "Notepad3 Replacement" in Windows 11.
|
||||
;The following "Keys/Values" are required to allow a "MS Notepad Replacement" in Windows 11.
|
||||
Root: "HKCU"; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\notepad.exe"; Flags: deletekey
|
||||
Root: "HKLM"; Subkey: "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe"; ValueType: dword; ValueName: "UseFilter"; ValueData: "1"
|
||||
Root: "HKCR"; Subkey: ".inf"; ValueType: string; ValueData: "inffile"
|
||||
Root: "HKCR"; Subkey: ".ini"; ValueType: string; ValueData: "inifile"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
;* Notepad3 - Installer script
|
||||
;* Notepad3 - Installer script x86
|
||||
;*
|
||||
;* (c) Rizonesoft 2008-2021
|
||||
;* (c) Rizonesoft 2008-2022
|
||||
|
||||
; Requirements:
|
||||
; Inno Setup: https://www.jrsoftware.org/isdl.php
|
||||
@ -23,7 +23,7 @@
|
||||
#define app_name "Notepad3"
|
||||
#define app_publisher "Rizonesoft"
|
||||
#define app_version GetVersionNumbersString(bindir + "\Release_x86_v143\Notepad3.exe")
|
||||
#define app_copyright "Copyright © 2008-2021 Rizonesoft"
|
||||
#define app_copyright "Copyright © 2008-2022 Rizonesoft"
|
||||
#define quick_launch "{userappdata}\Microsoft\Internet Explorer\Quick Launch"
|
||||
|
||||
[Setup]
|
||||
@ -192,7 +192,8 @@ Filename: "{userappdata}\Rizonesoft\Notepad3\Notepad3.ini"; Section: "Settings";
|
||||
|
||||
[Registry]
|
||||
Root: "HKLM"; Subkey: "SYSTEM\CurrentControlSet\Control\FileSystem"; ValueType: dword; ValueName: "LongPathsEnabled"; ValueData: "1"
|
||||
;The following "Keys/Values" are required to allow a "Notepad3 Replacement" in Windows 11.
|
||||
;The following "Keys/Values" are required to allow a "MS Notepad Replacement" in Windows 11.
|
||||
Root: "HKCU"; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\notepad.exe"; Flags: deletekey
|
||||
Root: "HKLM"; Subkey: "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe"; ValueType: dword; ValueName: "UseFilter"; ValueData: "1"
|
||||
Root: "HKCR"; Subkey: ".inf"; ValueType: string; ValueData: "inffile"
|
||||
Root: "HKCR"; Subkey: ".ini"; ValueType: string; ValueData: "inifile"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
License for Notepad3 and MiniPath.
|
||||
=====================
|
||||
Notepad3 and MiniPath Copyright (c) 2008-2021 Rizonesoft, All rights reserved.
|
||||
Notepad3 and MiniPath Copyright (c) 2008-2022 Rizonesoft, All rights reserved.
|
||||
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:
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
= =
|
||||
= Notepad3 - light-weight Scintilla-based text editor for Windows =
|
||||
= =
|
||||
= (c) Rizonesoft 2008-2021 =
|
||||
= (c) Rizonesoft 2008-2022 =
|
||||
= https://www.rizonesoft.com =
|
||||
= =
|
||||
================================================================================
|
||||
@ -147,7 +147,7 @@ Notepad3 icon by Vexels.com https://www.vexels.com
|
||||
--------------------------------------------------------------------------------
|
||||
Notepad3 Licence:
|
||||
-----------------
|
||||
Notepad3 and MiniPath Copyright © 2008-2021 Rizonesoft, All rights reserved.
|
||||
Notepad3 and MiniPath Copyright © 2008-2022 Rizonesoft, All rights reserved.
|
||||
https://www.rizonesoft.com
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification,
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Rizonesoft")]
|
||||
[assembly: AssemblyProduct("Notepad3")]
|
||||
[assembly: AssemblyCopyright("Copyright © Rizonesoft 2008-2021")]
|
||||
[assembly: AssemblyCopyright("Copyright © Rizonesoft 2008-2022")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
||||
@ -174,7 +174,7 @@ IDS_MUI_ABOUT_LICENSES "\
|
||||
IDS_MUI_ABOUT_RTF_6 "\
|
||||
\\cf0 \\fs20\\b1\\ul1 Notepad3 License:\\ul0\\b0\\fs18\\par\
|
||||
\\cf0 \\par\
|
||||
\\cf0 Notepad3 and MiniPath Copyright \\u0169 2008-2021 Rizonesoft, All rights reserved.\\par\
|
||||
\\cf0 Notepad3 and MiniPath Copyright \\u0169 2008-2022 Rizonesoft, All rights reserved.\\par\
|
||||
\\cf0 https://www.rizonesoft.com\\par\
|
||||
\\cf0 \\par\
|
||||
\\cf0 Redistribution and use in source and binary forms, with or without modification,\\par\
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
= =
|
||||
= Notepad3 - light-weight Scintilla-based text editor for Windows =
|
||||
= =
|
||||
= (c) Rizonesoft 2008-2021 =
|
||||
= (c) Rizonesoft 2008-2022 =
|
||||
= https://www.rizonesoft.com =
|
||||
= =
|
||||
================================================================================
|
||||
@ -12,7 +12,7 @@ Rizonesoft Notepad3 --- Licenses ---
|
||||
--------------------------------------------------
|
||||
License for Notepad3 and MiniPath
|
||||
--------------------------------------------------
|
||||
Copyright © 2008-2021 Rizonesoft,
|
||||
Copyright © 2008-2022 Rizonesoft,
|
||||
All rights reserved.
|
||||
|
||||
metapath Copyright © 2004-2011 Florian Balmer
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* Config.cpp *
|
||||
* Methods to read and write configuration *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* Config.h *
|
||||
* Methods to read and write configuration *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* dialog boxes implementation *
|
||||
* Based on code from metapath, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Definitions for metapath dialog boxes *
|
||||
* Based on code from metapath, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Directory Listing APIs used in metapath *
|
||||
* Based on code from metapath, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Definitions for Directory Listing APIs *
|
||||
* Based on code from metapath, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* OLE drop source functionality *
|
||||
* Based on code from metapath, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* OLE drop source functionality *
|
||||
* Based on code from metapath, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* General helper functions *
|
||||
* Based on code from metapath, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Definitions for general helper functions and macros *
|
||||
* Based on code from metapath, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Main application window functionality *
|
||||
* Based on code from metapath, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Global definitions and declarations *
|
||||
* Based on code from metapath, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* MiniPath version information *
|
||||
* Based on code from metapath, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
*******************************************************************************/
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* MiniPath version information *
|
||||
* Based on code from metapath, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
@ -29,8 +29,8 @@
|
||||
#define VERSION_FILEVERSION_NUM VERSION_MAJOR,VERSION_MINOR,VERSION_REV,VERSION_BUILD
|
||||
#define VERSION_FILEVERSION_SHORT STRINGIFY(VERSION_MAJOR) "." STRINGIFY(VERSION_MINOR) "." \
|
||||
STRINGIFY(VERSION_REV) "." STRINGIFY(VERSION_BUILD)
|
||||
#define VERSION_LEGALCOPYRIGHT_SHORT L"Copyright © 2008-2021"
|
||||
#define VERSION_LEGALCOPYRIGHT_LONG L"Copyright © Rizonesoft 2008-2021"
|
||||
#define VERSION_LEGALCOPYRIGHT_SHORT L"Copyright © 2008-2022"
|
||||
#define VERSION_LEGALCOPYRIGHT_LONG L"Copyright © Rizonesoft 2008-2022"
|
||||
|
||||
#define VERSION_INTERNALNAME L"MiniPath"
|
||||
#define VERSION_ORIGINALFILENAME L"minipath.exe"
|
||||
|
||||
@ -44,7 +44,7 @@ VIAddVersionKey FileDescription "Based on code from Notepad2, Florian Balmer© 1
|
||||
VIAddVersionKey FileVersion "${VER}"
|
||||
VIAddVersionKey ProductVersion "${VER}"
|
||||
VIAddVersionKey InternalName "${PORTABLEAPPNAME}"
|
||||
VIAddVersionKey LegalTrademarks "Rizonesoft © 2008-2021"
|
||||
VIAddVersionKey LegalTrademarks "Rizonesoft © 2008-2022"
|
||||
VIAddVersionKey OriginalFilename "${DEFAULTEXE}"
|
||||
;VIAddVersionKey PrivateBuild ""
|
||||
;VIAddVersionKey SpecialBuild ""
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* Config.cpp *
|
||||
* Methods to read and write configuration *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* Config.h *
|
||||
* Methods to read and write configuration *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Based on code from win32-darkmode by Richard Yu *
|
||||
* https://github.com/ysc3839/win32-darkmode/tree/delayload *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Notepad3 dialog boxes implementation *
|
||||
* Based on code from Notepad2, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Definitions for Notepad3 dialog boxes *
|
||||
* Based on code from Notepad2, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Directory Listing APIs used in Notepad3 *
|
||||
* Based on code from Notepad2, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Definitions for Directory Listing APIs *
|
||||
* Based on code from Notepad2, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
* https://www.codeproject.com/Articles/1259074/C-Language-Dynamic-String *
|
||||
* by steveb (MIT license) *
|
||||
* *
|
||||
* (c) Rizonesoft 2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
* https://www.codeproject.com/Articles/1259074/C-Language-Dynamic-String *
|
||||
* by steveb (MIT license) *
|
||||
* *
|
||||
* (c) Rizonesoft 2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Text File Editing Helper Stuff *
|
||||
* Based on code from Notepad2, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Text File Editing Helper Stuff *
|
||||
* Based on code from Notepad2, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
* *
|
||||
* *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
* Parts taken from SciTE, (c) Neil Hodgson *
|
||||
* MinimizeToTray, (c) 2000 Matthew Ellis *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Interface to Encoding Detector (CED or UCHARDET) *
|
||||
* *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
* Parts taken from SciTE, (c) Neil Hodgson *
|
||||
* MinimizeToTray, (c) 2000 Matthew Ellis *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Definitions for general helper functions and macros *
|
||||
* Based on code from Notepad2, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* MuiLanguage.c *
|
||||
* General MUI Language support functions *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Definitions for MUI Language support *
|
||||
* Based on code from Notepad2, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Main application window functionality *
|
||||
* Based on code from Notepad2, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Global definitions and declarations *
|
||||
* Based on code from Notepad2, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* Notepad3 version information *
|
||||
* Based on code from Notepad2, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
*******************************************************************************/
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Implementation for dynamic wide char Long Path handling *
|
||||
* Based on DynStrg module *
|
||||
* *
|
||||
* (c) Rizonesoft 2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Definition for dynamic wide char Long Path handling *
|
||||
* Based on DynStrg module *
|
||||
* *
|
||||
* (c) Rizonesoft 2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
* *
|
||||
* Mostly taken from SciTE, (c) Neil Hodgson *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
* The use of these inline wrapper functions with declared types will *
|
||||
* ensure that we get the benefit of the compiler's type checking. *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
* Based on code from Notepad2, (c) Florian Balmer 1996-2011 *
|
||||
* Mostly taken from SciTE, (c) Neil Hodgson *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* http://www.rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Scintilla Style Management *
|
||||
* Based on code from Notepad2, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* *
|
||||
* TypeDefs.h *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* Version.h *
|
||||
* Based on code from Notepad2-mod, (c) XhmikosR 2010-2015 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://www.rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
@ -42,8 +42,8 @@
|
||||
#pragma message("Release Build: " _STRG(VERSION_FILEVERSION_LONG))
|
||||
#endif
|
||||
|
||||
#define VERSION_LEGALCOPYRIGHT "Copyright © 2008-2021 Rizonesoft"
|
||||
//#define VERSION_LEGALCOPYRIGHT_LONG "© Rizonesoft 2008-2021"
|
||||
#define VERSION_LEGALCOPYRIGHT "Copyright © 2008-2022 Rizonesoft"
|
||||
//#define VERSION_LEGALCOPYRIGHT_LONG "© Rizonesoft 2008-2022"
|
||||
#define VERSION_AUTHORNAME "© Rizonesoft"
|
||||
#define VERSION_WEBPAGEDISPLAY "https://www.rizonesoft.com"
|
||||
#define VERSION_COMPANYNAME "© Rizonesoft"
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* Load Accelerator Keys at Runtime *
|
||||
* *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
*******************************************************************************/
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* AccelKeys.h *
|
||||
* Load Accelerator Keys at Runtime *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
@ -8,7 +8,7 @@ S/*****************************************************************************
|
||||
* Encoding detector tables *
|
||||
* Based on code from Notepad2, (c) Florian Balmer 1996-2011 *
|
||||
* *
|
||||
* (c) Rizonesoft 2008-2021 *
|
||||
* (c) Rizonesoft 2008-2022 *
|
||||
* https://rizonesoft.com *
|
||||
* *
|
||||
* *
|
||||
|
||||
Loading…
Reference in New Issue
Block a user