Skip to content

Commit 4de38d4

Browse files
authored
Merge pull request #5635 from hpwamr/Mui_Beta
MUI - Migrate tool "grepWin" into NotepadPortableApp (PAF)
2 parents 5c14b6b + dc1cfbd commit 4de38d4

8 files changed

Lines changed: 26 additions & 1285 deletions

File tree

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,31 @@
1-
;Full details on this file: https://portableapps.com/development/portableapps.com_format#appinfo
21
[Format]
32
Type=PortableAppsFormat
43
Version=3.5
5-
64
[Details]
7-
Name=Notepad3Portable_DEV
5+
Name=Notepad3Portable_beta
86
AppId=Notepad3Portable
97
BaseAppName=Notepad3
108
Publisher=Notepad3 Contibutors & Rizonesoft & PortableApps.com
119
Homepage=PortableApps.com/Notepad3Portable
1210
Category=Development
1311
Description=A Lightweight Universal Text Editor
1412
Language=Multilingual
15-
;Trademarks='thing' is a trademark of XYZ Inc
16-
;InstallType=
17-
1813
[License]
1914
Shareable=true
2015
OpenSource=true
2116
Freeware=true
2217
CommercialUse=true
23-
;EULAVersion=1
24-
2518
[Version]
26-
PackageVersion=7.26.402.12
27-
DisplayVersion=7.26.402.12_DEV
28-
19+
PackageVersion=7.26.314.1
20+
DisplayVersion=7.26.314.1_beta
2921
[SpecialPaths]
3022
Plugins=NONE
31-
3223
[Dependencies]
3324
UsesJava=false
3425
UsesDotNetVersion=false
35-
3626
[Control]
3727
Icons=1
3828
Start=Notepad3Portable.exe
39-
;ExtractIcon=App\Notepad3\x86\Notepad3.exe
40-
;ExtractName=App\Notepad3\x86\Notepad3.exe
41-
;BaseAppID=%BASELAUNCHERPATH%\App\Notepad3\x86\Notepad3.exe
42-
4329
[Associations]
4430
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
45-
;FileTypeCommandLine=/Open=%1
46-
;FileTypeCommandLine-extension=/OpenExtension=%1
47-
;Protocols=http,https,gtp,gopher
48-
;ProtocolCommandLine=--protocolhandler=%1
49-
;ProtocolCommandLine-protocol=--https:%1
50-
;SendTo=true
51-
;SendToCommandLine=-multiplefiles "%1"
52-
;Shell=true
53-
;ShellCommand=/idlist,%I,%L
54-
5531
[FileTypeIcons]
56-
;swf=video
57-
;ttp=custom
58-
;qwe=app

np3portableapp/Notepad3Portable/App/DefaultData/settings/Notepad3.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
;Notepad3.ini=%APPDATA%\Rizonesoft\Notepad3\Notepad3.ini
44
[Settings]
55
SettingsVersion=5
6+
;AnalyzeReliableConfidenceLevel=50
67
[Settings2]
78
;IMEInteraction=0
89
;DateTimeFormat= ;(-> <Locale dependent short format>)
@@ -24,6 +25,7 @@ SettingsVersion=5
2425
;NoCGIGuess=0
2526
;NoCopyLineOnEmptySelection=0
2627
;NoCutLineOnEmptySelection=0
28+
;CopyMultiSelectionSeparator= ;(-> <use current EOL>) {use empty value for no separator}
2729
;NoFadeHidden=0
2830
;NoFileVariables=0
2931
;NoHTMLGuess=0
@@ -57,7 +59,6 @@ SettingsVersion=5
5759
;UndoTransactionTimeout=0 ;in [msec]
5860
;AdministrationTool.exe=
5961
;DevDebugMode=0
60-
;AnalyzeReliableConfidenceLevel=66
6162
;LocaleAnsiCodePageAnalysisBonus=33
6263
;UchardetLanguageFilter=31
6364
; Bitmask controlling which CJK charset probers are active in uchardet:

np3portableapp/Notepad3Portable/App/Notepad3/Docs/Changes.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ UCH - (UCH)ARDET is an Encoding Detector Library
3535

3636

3737
========================================================
38-
Current BETA Version 6.26.314.(build_#) (2026-03-14)
38+
Current BETA Version 7.26.4µµ.(build_#) (2026-04-µµ)
3939
========================================================
4040

4141
--------------------------------------------------------
@@ -57,6 +57,7 @@ NEW:
5757
CHANGES:
5858
--------------------------------------------------------
5959
[.xxx.x]-
60+
[.04µµ.1]- Migration to original grepWin tooling (remove home brew project).
6061
[.306.1]- Synchronise with current scintilla mirror.
6162
[.306.1]- Update SimpleIni header only lib (to v4.25).
6263
[.306.1]- Major version 6 → 7 for Win10 minimum.
@@ -121,6 +122,7 @@ FIXES:
121122
--------------------------------------------------------
122123
REMOVED:
123124
[.xxx.x]-
125+
[.4µµ.1]- Remove grepWinNP3 project from main.
124126
[.306.1]- Remove deprecated Win7 compatibility and UTF-32 detection.
125127
[.303.1]- Remove retired Oniguruma regex Engine (ONI).
126128
[.227.1]- Remove obsolete AppVeyor CI build.

np3portableapp/Notepad3Portable/App/Notepad3/Docs/License.txt

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,6 @@ NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING AL
2323

2424
+++++++++++++++++++++++++++++++++++++++++++++++++++++
2525

26-
License for Oniguruma RegEx Engine.
27-
=======================
28-
Copyright (c) 2002-2020 K.Kosako <kkosako0@gmail.com>, All rights reserved.
29-
30-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
31-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
32-
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.
33-
34-
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.
35-
36-
+++++++++++++++++++++++++++++++++++++++++++++++++++++
37-
3826
License for "grepWin" (Regular expression search and replace for Windows).
3927
==============================================
4028
GNU General Public License v3.0, All Rights Reserved.
@@ -44,9 +32,5 @@ You should have received a copy of the GNU General Public License along with thi
4432

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

47-
Original "grepWin" binaries (currently v1.9.2) and corresponding source code (according GPL to v3.0)
48-
can be retrived at folowing location https://github.com/stefankueng/grepWin/releases/tag/1.9.2.
49-
50-
Modified "grepWinNP3" binaries (Notepad3 MOD, currently v2.0.x) and corresponding source code
51-
(according to GPL v3.0) can be retrived at folowing location:
52-
https://github.com/rizonesoft/Notepad3/tree/master/grepWinNP3.
35+
Original "grepWin" binaries and corresponding source code (according GPL to v3.0)
36+
can be retrived at folowing location https://github.com/stefankueng/grepWin/releases/.

0 commit comments

Comments
 (0)