Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 3 additions & 30 deletions np3portableapp/Notepad3Portable/App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
@@ -1,58 +1,31 @@
;Full details on this file: https://portableapps.com/development/portableapps.com_format#appinfo
[Format]
Type=PortableAppsFormat
Version=3.5

[Details]
Name=Notepad3Portable_DEV
Name=Notepad3Portable_beta
AppId=Notepad3Portable
BaseAppName=Notepad3
Publisher=Notepad3 Contibutors & Rizonesoft & PortableApps.com
Homepage=PortableApps.com/Notepad3Portable
Category=Development
Description=A Lightweight Universal Text Editor
Language=Multilingual
;Trademarks='thing' is a trademark of XYZ Inc
;InstallType=

[License]
Shareable=true
OpenSource=true
Freeware=true
CommercialUse=true
;EULAVersion=1

[Version]
PackageVersion=7.26.402.12
DisplayVersion=7.26.402.12_DEV

PackageVersion=7.26.314.1
DisplayVersion=7.26.314.1_beta
[SpecialPaths]
Plugins=NONE

[Dependencies]
UsesJava=false
UsesDotNetVersion=false

[Control]
Icons=1
Start=Notepad3Portable.exe
;ExtractIcon=App\Notepad3\x86\Notepad3.exe
;ExtractName=App\Notepad3\x86\Notepad3.exe
;BaseAppID=%BASELAUNCHERPATH%\App\Notepad3\x86\Notepad3.exe

[Associations]
FileTypes=txt,html,htm,xmp,php,asp,css,js,vb,vbs,c,cpp,h,rs,mak,java,pas,inc,bat,diff,ps1,ahk,au3,avs,cmake,iss,latex,lua,nsi,nsh,nfo,tcl,rb
;FileTypeCommandLine=/Open=%1
;FileTypeCommandLine-extension=/OpenExtension=%1
;Protocols=http,https,gtp,gopher
;ProtocolCommandLine=--protocolhandler=%1
;ProtocolCommandLine-protocol=--https:%1
;SendTo=true
;SendToCommandLine=-multiplefiles "%1"
;Shell=true
;ShellCommand=/idlist,%I,%L

[FileTypeIcons]
;swf=video
;ttp=custom
;qwe=app
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
;Notepad3.ini=%APPDATA%\Rizonesoft\Notepad3\Notepad3.ini
[Settings]
SettingsVersion=5
;AnalyzeReliableConfidenceLevel=50
[Settings2]
;IMEInteraction=0
;DateTimeFormat= ;(-> <Locale dependent short format>)
Expand All @@ -24,6 +25,7 @@ SettingsVersion=5
;NoCGIGuess=0
;NoCopyLineOnEmptySelection=0
;NoCutLineOnEmptySelection=0
;CopyMultiSelectionSeparator= ;(-> <use current EOL>) {use empty value for no separator}
;NoFadeHidden=0
;NoFileVariables=0
;NoHTMLGuess=0
Expand Down Expand Up @@ -57,7 +59,6 @@ SettingsVersion=5
;UndoTransactionTimeout=0 ;in [msec]
;AdministrationTool.exe=
;DevDebugMode=0
;AnalyzeReliableConfidenceLevel=66
;LocaleAnsiCodePageAnalysisBonus=33
;UchardetLanguageFilter=31
; Bitmask controlling which CJK charset probers are active in uchardet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ UCH - (UCH)ARDET is an Encoding Detector Library


========================================================
Current BETA Version 6.26.314.(build_#) (2026-03-14)
Current BETA Version 7.26.4µµ.(build_#) (2026-04-µµ)
========================================================

--------------------------------------------------------
Expand All @@ -57,6 +57,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.xxx.x]-
[.04µµ.1]- Migration to original grepWin tooling (remove home brew project).
[.306.1]- Synchronise with current scintilla mirror.
[.306.1]- Update SimpleIni header only lib (to v4.25).
[.306.1]- Major version 6 → 7 for Win10 minimum.
Expand Down Expand Up @@ -121,6 +122,7 @@ FIXES:
--------------------------------------------------------
REMOVED:
[.xxx.x]-
[.4µµ.1]- Remove grepWinNP3 project from main.
[.306.1]- Remove deprecated Win7 compatibility and UTF-32 detection.
[.303.1]- Remove retired Oniguruma regex Engine (ONI).
[.227.1]- Remove obsolete AppVeyor CI build.
Expand Down
20 changes: 2 additions & 18 deletions np3portableapp/Notepad3Portable/App/Notepad3/Docs/License.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,6 @@ NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING AL

+++++++++++++++++++++++++++++++++++++++++++++++++++++

License for Oniguruma RegEx Engine.
=======================
Copyright (c) 2002-2020 K.Kosako <kkosako0@gmail.com>, All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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 "grepWin" (Regular expression search and replace for Windows).
==============================================
GNU General Public License v3.0, All Rights Reserved.
Expand All @@ -44,9 +32,5 @@ You should have received a copy of the GNU General Public License along with thi

"grepWin" is developed by Stefan Kung (https://tools.stefankueng.com/grepWin.html).

Original "grepWin" binaries (currently v1.9.2) and corresponding source code (according GPL to v3.0)
can be retrived at folowing location https://github.com/stefankueng/grepWin/releases/tag/1.9.2.

Modified "grepWinNP3" binaries (Notepad3 MOD, currently v2.0.x) and corresponding source code
(according to GPL v3.0) can be retrived at folowing location:
https://github.com/rizonesoft/Notepad3/tree/master/grepWinNP3.
Original "grepWin" binaries and corresponding source code (according GPL to v3.0)
can be retrived at folowing location https://github.com/stefankueng/grepWin/releases/.
Loading
Loading