Commit Graph

29 Commits

Author SHA1 Message Date
Rainer Kottenhoff
f29e6f2623 fix: modernize and align Lexilla lib related Style-Lexers definitions 2026-05-11 19:58:56 +02:00
Pairi Daiza
30ff2e5d73
Merge pull request #5807 from hpwamr/Mui_Dev
MUI - Removed the Regex file extension pattern in favor of a standard…
2026-05-04 18:10:24 +02:00
Pairi Daiza
5f49bece7f
MUI - Removed the Regex file extension pattern in favor of a standard wildcard character
- Modified lines 346 and 347 in all Strings_yy_zz.rc files
- Restored all lines mistakenly added in English by Claude in all Strings_yy_zz.rc files
2026-05-04 18:08:15 +02:00
METANEOCORTEX\Kotti
8072f8f7fc fix: buffer handling consistency 2026-05-04 17:08:26 +02:00
Rainer Kottenhoff
459d0c6bf3 add: homebrew JSON5 lexer 2026-05-03 14:42:05 +02:00
Rainer Kottenhoff
f43319173c add: PasteBoard: opt-out 'Don't ask again' on closing modified untitled documents 2026-04-24 12:03:04 +02:00
Rainer Kottenhoff
d3add4b71d feat: /B auto-pastes current clipboard on empty untitled buffer 2026-04-23 21:41:16 +02:00
Rainer Kottenhoff
4bc332689b Merge remote-tracking branch 'upstream/master' into dev_master
# Conflicts:
#	language/np3_nl_nl/menu_nl_nl.rc
2026-04-23 18:57:16 +02:00
Rainer Kottenhoff
6821645394 feat: Clipboard Monitoring (Paste-Board) runtime toggle (mutex with Log-Monitoring) 2026-04-23 18:40:42 +02:00
METANEOCORTEX\Kotti
fbce927910 fix: modernizing (Win10+) Clipboard monitoring feature 2026-04-21 11:37:53 +02:00
METANEOCORTEX\Kotti
62d156fa6d feat: option to stop Clipboard monitoring during runtime 2026-04-21 08:29:20 +02:00
METANEOCORTEX\Kotti
a0de050a26 fix: remove BOM/SIG from *.rc files 2026-04-16 00:19:53 +02:00
Rainer Kottenhoff
63177e6f07 chore: refactor Notepad3.c, phase 1-3 2026-04-14 16:06:05 +02:00
Rainer Kottenhoff
0a3f969c3d fix: encoding dialog system codepage special handling 2026-04-14 09:27:58 +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
ea3eedc57c docs: Add ARM64 platform considerations to instruction files
Add comprehensive ARM64 section to both CLAUDE.md and
copilot-instructions.md covering:

- Architecture detection (_M_ARM64 vs _WIN64 distinction)
- NP3_BUILD_ARM64 helper macro in TypeDefs.h
- ARM64 rendering defaults (DirectWriteRetain, WS_EX_COMPOSITED)
- ARM64 build config requirements (CETCompat, TargetMachine, _WIN64)
- GrepWin x64 emulation on ARM64
- Theme change flickering prevention (WM_SETREDRAW lock)
- ARM 32-bit not supported (solution config maps to Win32)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-06 17:33:03 +02:00
METANEOCORTEX\Kotti
425955539b fix: grepWin call parameter issues 2026-04-03 00:37:56 +02:00
METANEOCORTEX\Kotti
b2907c7b4e chore: remove grepWinNP3 project from main 2026-04-02 19:20:49 +02:00
METANEOCORTEX\Kotti
dbec779092 +fix: Claude Code review of pathlib methods 2026-03-27 00:45:31 +01:00
Rainer Kottenhoff
bb0038cc75 fix: handling if file's parent dir is deleted. 2026-03-06 18:11:52 +01:00
Rainer Kottenhoff
7a3b06d56d refactor: replace regex engines: Oniguruma (retired) by PCRE2 v10.47 2026-03-02 19:26:36 +01:00
Rainer Kottenhoff
36be6acbb7 fix: remove obsolete AppVeyor CI build 2026-02-25 16:30:17 +01:00
Rainer Kottenhoff
c40474866a refactor: File Change Notification handling 2026-02-25 15:07:04 +01:00
Rainer Kottenhoff
36d116e243 fix: INI file handling Notepad3 and Minipath 2026-02-23 13:59:54 +01:00
METANEOCORTEX\Kotti
af1aee6d46 chore: cover both scopes: per-process and per-window (Shell)AppUserModelID - don't know, if that fixes issue #5480. 2026-02-17 16:49:05 +01:00
METANEOCORTEX\Kotti
7482a12687 chore: some refactorings due to new features in scintilla 2026-02-17 14:58:05 +01:00
Pairi Daiza
faae0674bf
MUI - Migration of the MS VS2022 compiler to MS VS2026 2026-02-14 18:22:12 +01:00
METANEOCORTEX\Kotti
84385e28a9 upd: Lexilla v5.4.6, Scintilla v5.5.8 2026-02-14 01:13:14 +01:00