Commit Graph

1173 Commits

Author SHA1 Message Date
Pairi Daiza
bed20c4e9b
MUI - Commit before release build "Notepad3 7.26.314.1 beta" 2026-03-14 15:02:15 +01:00
Pairi Daiza
df780091d7
MUI - Commit before release build "Notepad3 6.26.311.1 beta" 2026-03-11 13:44:28 +01:00
Rainer Kottenhoff
aad3c16227 feat: add UCHARDET encoding prober filter (Settings2:UchardetLanguageFilter)
default(31): probe all encodings, 27: exclude Japanese prober...
2026-03-10 18:03:08 +01:00
Pairi Daiza
2f515a8a02
MUI - Commit before release build "Notepad3 6.26.306.1 beta" (add a valid date) 2026-03-06 20:10:50 +01:00
Pairi Daiza
2609e0cb59
MUI - Commit before release build "Notepad3 6.26.306.1 beta" 2026-03-06 19:45:37 +01:00
Rainer Kottenhoff
5d72a5b4c0 chore: upd uthash, add timsort (repl. qsort) scintilla care (iface check) scintill-call-wrapper update 2026-03-06 12:41:15 +01:00
Rainer Kottenhoff
f3a2b1a27e
Merge branch 'master' into master_Win10 2026-03-06 09:09:43 +01:00
Derick Payne
c133d7a2ba W10: update supported OS in README and docs 2026-03-05 21:12:13 +02:00
Derick Payne
c9c3dbf5ed W10: legacy code cleanup and Build.ps1 VS2026 support 2026-03-05 20:54:51 +02:00
Pairi Daiza
d626cc7766
MUI - Commit before release build "Notepad3 6.26.305.1 beta" 2026-03-05 17:32:30 +01:00
Rainer Kottenhoff
71e1abe173 upd: update UCHARDET encoding detector 2026-03-04 18:40:32 +01:00
Pairi Daiza
bab2e5210a
MUI - Commit before release build "Notepad3 6.26.303.1 beta" 2026-03-03 20:26:36 +01:00
Pairi Daiza
94580dffe6
MUI - Commit before release build "Notepad3 6.26.227.1 beta" 2026-02-27 17:05:04 +01:00
Rainer Kottenhoff
ce97441bb8
Merge pull request #5552 from RaiKoHoff/Dev_Master
refactor: file loading and file-change-notification handling
2026-02-25 16:26:11 +01:00
Rainer Kottenhoff
c40474866a refactor: File Change Notification handling 2026-02-25 15:07:04 +01:00
Pairi Daiza
0ca763e738
MUI - Commit before release build "Notepad3 6.26.224.1 beta" 2026-02-24 23:08:53 +01:00
Pairi Daiza
bc1af77d6f
+upd: version info for MS VS2026 (v18.3.2) update
- remove typo in Notepad3.ini
2026-02-24 20:52:39 +01:00
Rainer Kottenhoff
ae3f50ba1a feat: refactor to atomic save pattern 2026-02-24 20:22:25 +01:00
Rainer Kottenhoff
2919559902
Merge pull request #5545 from RaiKoHoff/Dev_Master
fix: AI corrections for PathLib
2026-02-23 18:34:26 +01:00
Rainer Kottenhoff
9be7aa9ab9 fix: AI corrections for PathLib 2026-02-23 17:48:49 +01:00
Pairi Daiza
91a00f101e
MUI - Commit before release build "Notepad3 6.26.223.1 beta" 2026-02-23 16:44:06 +01:00
Pairi Daiza
fc552743eb
+upd: version info for MS VS2026 (v18.3.1) update 2026-02-18 20:46:34 +01:00
Pairi Daiza
7cf519cdd4
MUI - Commit before release build "Notepad3 6.26.218.1 beta" 2026-02-18 09:21:55 +01:00
Pairi Daiza
862311627d
MUI - Commit before release build "Notepad3 6.26.216.1 beta" 2026-02-16 19:31:24 +01:00
Pairi Daiza
a329c0ebcd
MUI - Commit before release build "Notepad3 6.26.215.1 beta" 2026-02-15 09:30:33 +01:00
Pairi Daiza
faae0674bf
MUI - Migration of the MS VS2022 compiler to MS VS2026 2026-02-14 18:22:12 +01:00
Pairi Daiza
e938dc4ee0
MUI - Commit before release build "Notepad3 6.26.130.1 beta" 2026-01-30 17:43:48 +01:00
Derick Payne
b5395f45c2 Remove Build/Installer directory (moved to separate repository)
Some checks failed
Build / ${{ matrix.platform }} ${{ matrix.configuration }} (Release, ARM64) (push) Has been cancelled
Build / ${{ matrix.platform }} ${{ matrix.configuration }} (Release, Win32) (push) Has been cancelled
Build / ${{ matrix.platform }} ${{ matrix.configuration }} (Release, x64) (push) Has been cancelled
Build / ${{ matrix.platform }} ${{ matrix.configuration }} (Release, x64_AVX2) (push) Has been cancelled
2026-01-19 11:19:04 +02:00
Derick Payne
4b33be01fc Remove Build/Installer submodule and add to gitignore
Build/Installer is now a local-only directory, not tracked in repo.
2026-01-19 03:08:02 +02:00
Derick Payne
20c2d857b1 Add ARM64 configuration support and build scripts
- Add ARM64 configurations to all project files (vcxproj)
- Add build scripts (Build_ARM64.cmd, Build_x64.cmd, etc.)
- Add ARM64 fix scripts for OutDir, CrossCompile, and CETCompat issues
- Update Notepad3.sln with ARM64 platform configurations
2026-01-19 02:12:15 +02:00
Pairi Daiza
619a27d887
MUI - minor changes and remove not needed .isl languages files 2026-01-18 19:11:54 +01:00
Derick Payne
2e4889e82a deps: Upgrade Scintilla 5.5.8, Lexilla 5.4.6
- Updated Scintilla from 5.5.7 to 5.5.8
- Updated Lexilla from 5.4.5 to 5.4.6
- Preserved NP3 customizations (oniguruma regex, lexers_x, Scintilla.h patches)
- Documented all Scintilla.h NP3 patches in research doc
- Added _upgrade_backup to .gitignore
- Updated Changes.txt with upgrade entry
2026-01-17 22:10:57 +02:00
Derick Payne
8d14a358dd Add installer restructuring and user config improvements
Changes:
- Moved installer scripts to Build\Installer folder with local language files
- Fixed user config setup to run as original user context (ExecAsOriginalUser)
- Added Segment Heap memory optimization (PR #5490)
- Updated .gitignore to exclude .agent folder
- Created todo folder with Scintilla/Lexilla upgrade research
2026-01-17 21:08:03 +02:00
Pairi Daiza
de233a4204
MUI - Commit before release build "Notepad3 6.26.101.1 beta" 2026-01-01 10:01:15 +01:00
Pairi Daiza
02dfec5c38
+ chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
Pairi Daiza
1e423c5d93
MUI - Remove the "Opera Promotion" page in Notepad3_Setup 2025-11-14 22:59:35 +01:00
Pairi Daiza
8058a5e5e4
Add extensions "ts"and "tsx" in Tcl Script lexer 2025-10-21 16:38:15 +02:00
Pairi Daiza
70992ab5c9
Add extension "JSX" in JavaScript lexer 2025-10-21 10:12:11 +02:00
Pairi Daiza
62885664f9
Correction - MUI - Commit before release build "Notepad3 6.25.917.1 beta" 2025-09-17 11:04:14 +02:00
Pairi Daiza
e0b0116435
Preparation Version files for Release_6.25.917.1 2025-09-17 10:57:39 +02:00
Pairi Daiza
e7fa59f42a
MUI - Commit before release build "Notepad3 6.25.828.1 beta"
- Minor changes in Windows Properties of "Inno Setup/installer"
- Minor changes in Italian languages of "Inno Setup/installer"
2025-08-28 15:31:58 +02:00
Pairi Daiza
18d95b4d2c
Preparation Version files for Release_6.25.822.1 2025-08-22 16:22:26 +02:00
Pairi Daiza
87d79c0755
Fix: MS Notepad Replacement no longer works after Win11 Cumulative Update for 24H2 (KB5063878) 2025-08-21 16:30:56 +02:00
Pairi Daiza
4ae0232928
MUI - Commit before release build "Notepad3 6.25.715.1 beta" 2025-07-15 10:04:29 +02:00
Pairi Daiza
710ac461fe
Preparation Version files for Release_6.25.714.1 2025-07-14 11:48:01 +02:00
Pairi Daiza
f13b73455c
MUI - Commit before release build "Notepad3 6.25.712.1 beta" 2025-07-12 14:26:08 +02:00
Pairi Daiza
603c3ee23e
MUI - Commit before release build "Notepad3 6.25.711.1 beta" 2025-07-11 15:55:26 +02:00
Pairi Daiza
9a442e643a
MUI - Commit before release build "Notepad3 6.25.216.1 beta" 2025-02-16 09:22:31 +01:00
Pairi Daiza
f0055eba8f
MUI - Commit before release build "Notepad3 6.25.209.1 beta" 2025-02-09 19:40:38 +01:00
Pairi Daiza
6e9e0b2127
MUI - Commit before release build "Notepad3 6.25.203.1 beta" 2025-02-03 11:03:33 +01:00