METANEOCORTEX\Kotti
c155d710d1
feat: prep for grepWin search pattern editcmd patching
2026-04-17 14:37:49 +02:00
METANEOCORTEX\Kotti
9c7ceff74e
Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_HTML
...
# Conflicts:
# language/np3_hu_hu/lexer_hu_hu.rc
2026-04-16 00:21:04 +02:00
Rainer Kottenhoff
bc7f39a4c4
feat: HTML CSS Styles
2026-04-15 20:17:42 +02:00
Rainer Kottenhoff
f883f945f5
chg: revert auto resolving to UNC for mapped network-drives, but add an option to allow this
2026-04-15 19:03:54 +02:00
Rainer Kottenhoff
f78319edb4
feat: add default directory selection to settings menu
2026-04-15 16:46:06 +02:00
Pairi Daiza
51ce3ef132
+upd: version info for MS VS2026 (v18.5.0) update
2026-04-15 09:27:55 +02:00
Pairi Daiza
e7a32efc99
Merge pull request #5664 from hpwamr/Mui_Beta
...
MUI - Update current language files list for grepWin and grepWinPortable
2026-04-14 19:46:04 +02:00
Pairi Daiza
b055d1e896
MUI - Update current language files list for grepWin and grepWinPortable
2026-04-14 19:34:47 +02:00
Rainer Kottenhoff
5d50c56555
chore: add special grepWinPortable error msg
2026-04-14 18:22:50 +02:00
Rainer Kottenhoff
d8fb448786
fix: language file names for grepWinPortable
2026-04-14 17:51:27 +02:00
Rainer Kottenhoff
aa56e6ab24
chore: fix error prone manual numbering of menu child-items for checkboxes
2026-04-14 16:41:51 +02:00
Rainer Kottenhoff
63177e6f07
chore: refactor Notepad3.c, phase 1-3
2026-04-14 16:06:05 +02:00
Rainer Kottenhoff
835502d101
Merge remote-tracking branch 'upstream/master' into Dev_Master
2026-04-14 13:32:43 +02:00
Rainer Kottenhoff
fa27fdd60d
fix: NONE vs EMPTY INI file handling, remove styling empty sections
2026-04-14 13:32:18 +02:00
Rainer Kottenhoff
bfd735687f
Merge pull request #5651 from RaiKoHoff/Dev_Master
...
fix: encoding dialog system codepage special handling
2026-04-14 09:33:54 +02:00
Pairi Daiza
1562fe1197
MUI - Undo to preserve the original filenames of the "grepWin" language files.
2026-04-14 09:30:00 +02:00
Rainer Kottenhoff
0a3f969c3d
fix: encoding dialog system codepage special handling
2026-04-14 09:27:58 +02:00
Pairi Daiza
57009ed60e
MUI - Rename some "grepWin" languages files to be sync with the languages files from "grepWin Portable (PAF)".
2026-04-13 19:41:04 +02:00
Pairi Daiza
29e6b42613
MUI - Migration to original grepWin Portable, update divers scripts and cleanup
2026-04-11 00:46:30 +02:00
Pairi Daiza
b9c78d8344
Revert "fix: try to fix flickering issue"
2026-04-06 23:46:00 +02:00
METANEOCORTEX\Kotti
4339223594
Fix ARM64 flickering/rendering issues on Windows 11 25H2
...
Addresses reported flickering and rendering problems on ARM64 devices
running Windows 11 25H2 by implementing ARM64-specific rendering
defaults, build configuration fixes, and redraw optimizations.
Rendering fixes:
- Default to SC_TECHNOLOGY_DIRECTWRITERETAIN on ARM64 to preserve
back buffer between frames, avoiding blank flashes with Qualcomm
Adreno GPUs and Win11 25H2 DWM compositor changes
- Wrap MsgThemeChanged() in WM_SETREDRAW FALSE/TRUE to suppress
N intermediate repaints during heavy theme/DPI transitions
- Add WS_EX_COMPOSITED to main window on ARM64 for system-level
double-buffering
- Remove RDW_ERASE from DarkMode ListView/TreeView RedrawWindow()
calls to avoid background erase flash during theme changes
Build configuration fixes:
- Add _WIN64 preprocessor define to Scintilla, SciLexer, Lexilla
ARM64 configurations (was missing, could cause 32-bit code paths)
- Add TargetMachine=MachineARM64 to all ARM64 linker sections across
Notepad3, Scintilla, SciLexer, Lexilla projects
- Add CETCompat=false to Scintilla and SciLexer ARM64 configurations
(CET is x86/x64 only, not compatible with ARM64)
Platform code improvements:
- Add _M_ARM64 detection for GrepWin binary selection (ARM64 was
silently mapped to x64 binary via _WIN64 check)
- Add NP3_BUILD_ARM64 helper macro in TypeDefs.h for future
ARM64-specific code paths
- Document RenderingTechnology setting in Build/Notepad3.ini with
per-resolution override syntax and ARM64 troubleshooting tips
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-06 17:19:34 +02:00
METANEOCORTEX\Kotti
944c436be4
fix: PortableApps Platform build should use PA's grepWinPortable - do not bundle grepWin with Notepad3Portable.
2026-04-04 12:04:50 +02:00
METANEOCORTEX\Kotti
490c02e634
fix: Win32 build
2026-04-03 08:52:41 +02:00
METANEOCORTEX\Kotti
771dbf95d4
fix: esc search pattern on commandline for grepWinPortable(App) call
2026-04-03 08:38:44 +02:00
METANEOCORTEX\Kotti
425955539b
fix: grepWin call parameter issues
2026-04-03 00:37:56 +02:00
METANEOCORTEX\Kotti
f244921bb3
fix: PortableApps Build (new build script, settings grepWin orig handling), grepWin exe renaming
2026-04-02 18:23:04 +02:00
METANEOCORTEX\Kotti
3340277cdd
upd: migration to original grepWin tooling (remove home brew project)
2026-04-02 05:56:17 +02:00
Pairi Daiza
00381fea30
+upd: version info for MS VS2026 (v18.4.3) update
2026-03-31 23:35:26 +02:00
METANEOCORTEX\Kotti
9df75bd130
fix: invisible border (aero snap) problem
2026-03-30 13:22:55 +02:00
METANEOCORTEX\Kotti
1dd60f00b2
fix: simplify encoding settings
2026-03-30 12:12:10 +02:00
METANEOCORTEX\Kotti
e1ba11008c
fix: default encoding (forced fallback), AnalyzeReliableConfidenceLevel dialog configurable
2026-03-29 16:42:55 +02:00
METANEOCORTEX\Kotti
f18bb4d83e
fix: consistent simple encoding detection if UCHARDET is skipped or uncertain.
2026-03-27 10:40:12 +01:00
METANEOCORTEX\Kotti
dbec779092
+fix: Claude Code review of pathlib methods
2026-03-27 00:45:31 +01:00
Rainer Kottenhoff
2c50b7c62a
add: Tab Settings - Tab/Backspace always indents (not only at beginning of line)
2026-03-23 20:10:02 +01:00
Rainer Kottenhoff
3cc9919929
add: [Settings2]CopyMultiSelectionSeparator= config
2026-03-23 18:18:03 +01:00
Rainer Kottenhoff
1c576a76e4
chg: add case conversions on rmb context menu
2026-03-23 17:26:53 +01:00
METANEOCORTEX\Kotti
fb204d8c57
add: lexer ABAQUS
2026-03-23 12:34:06 +01:00
METANEOCORTEX\Kotti
1de551968d
fix: sec-issue load system library hijacking
2026-03-23 10:34:19 +01:00
METANEOCORTEX\Kotti
67071b2d0a
chg: crtl+c / rmb-copy for line (empty selection) and hyperlinks
2026-03-23 10:06:15 +01:00
METANEOCORTEX\Kotti
734c4a2e70
fix: unicode vs. binary encoding detection
2026-03-22 17:54:54 +01:00
METANEOCORTEX\Kotti
8bec1c3f5a
+upd: Win10 modernization
2026-03-22 15:37:03 +01:00
METANEOCORTEX\Kotti
bdc51d5eda
VS version update
2026-03-22 13:45:59 +01:00
Rainer Kottenhoff
062d82b463
fix: Claude Code based refactoring of encoding detection - based on uchardet test files and more
2026-03-13 10:09:39 +01:00
METANEOCORTEX\Kotti
8d5a289dad
fix: revert ASCII as UTF-8 for unicode detection - false positives
2026-03-12 02:18:22 +01:00
METANEOCORTEX\Kotti
ae87bea35c
fix: encoding detection bug
2026-03-12 01:49:14 +01:00
METANEOCORTEX\Kotti
c61381e99d
fix: remove too strong UTF-8 affinity
2026-03-11 23:51:40 +01:00
Pairi Daiza
6504ada916
Merge pull request #5589 from hpwamr/Mui_Beta
...
+upd: version info for MS VS2026 (v18.4.0) update
2026-03-11 11:55:05 +01:00
Pairi Daiza
6682f69e37
+upd: version info for MS VS2026 (v18.4.0) update
...
- MUI - Update strings_sk_sk.rc
2026-03-11 11:52:25 +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
METANEOCORTEX\Kotti
c330a935be
chore: sync. with current scintilla mirror
2026-03-10 00:11:32 +01:00