Commit Graph

12263 Commits

Author SHA1 Message Date
Matteo Nigro
56da55fdbc
Updated Strings_it 2026-05-14 20:15:50 +02:00
Pairi Daiza
4f029957ad
Merge pull request #5869 from igorruckert/patch-1
pt-BR translation update (2026-05-14)
2026-05-14 19:58:53 +02:00
Igor Rückert
941754546a
Update lexer_pt_br.rc 2026-05-14 14:56:16 -03:00
Igor Rückert
a9e15c18bc
Update strings_pt_br.rc 2026-05-14 14:54:26 -03:00
Pairi Daiza
c11305de94
Merge pull request #5868 from hpwamr/Mui_Dev
Mui dev
2026-05-14 19:09:29 +02:00
Pairi Daiza
5d6df0c5e3
MUI - Commit before release build "Notepad3 7.26.514.1 beta" 2026-05-14 19:08:19 +02:00
Pairi Daiza
df0bd2a4d0
MUI - Update translations in Afrikaans, French and Spanish 2026-05-14 19:04:47 +02:00
Pairi Daiza
176ec125f4
MUI - Commit before release build "Notepad3 7.26.514.1 beta" 2026-05-14 19:02:34 +02:00
Rainer Kottenhoff
e6aadd8bd0
Merge pull request #5857 from lhmouse/master
When calling grepWin, pass target directory on command line instead o…
2026-05-14 17:33:49 +02:00
Pairi Daiza
a44ec66854
Merge pull request #5867 from RaiKoHoff/dev_master
chore: documentation for customizing themes
2026-05-14 17:32:50 +02:00
Pairi Daiza
9855a9d7a0
Merge pull request #5866 from VenusGirl/patch-75
Update Korean
2026-05-14 17:27:31 +02:00
METANEOCORTEX\Kotti
ef62802718 Merge remote-tracking branch 'notepad3_orig_rizone/master' into dev_master 2026-05-14 17:24:55 +02:00
METANEOCORTEX\Kotti
68826475aa chore: documentation for customizing themes 2026-05-14 17:24:32 +02:00
VenusGirl❤
5f2ff8c4c0
Update Korean 2026-05-15 00:18:27 +09:00
Pairi Daiza
f86bbfc250
Merge pull request #5865 from VenusGirl/patch-74
Update Korean
2026-05-14 17:17:48 +02:00
Pairi Daiza
0349110715
Merge pull request #5864 from VenusGirl/patch-73
Update Korean
2026-05-14 17:16:13 +02:00
VenusGirl❤
f7babe8685
Update Korean 2026-05-15 00:16:03 +09:00
VenusGirl❤
88adeedb50
Update Korean 2026-05-15 00:13:35 +09:00
Rainer Kottenhoff
8b96b6b84d
Merge pull request #5863 from RaiKoHoff/dev_master
fix: drag&drop files - temp handling (immediate deleted on drop)
2026-05-14 16:55:57 +02:00
METANEOCORTEX\Kotti
ecb40ebf8c chore: code-cleanup and hardening 2026-05-14 16:50:57 +02:00
METANEOCORTEX\Kotti
109f437ad9 Merge remote-tracking branch 'notepad3_orig_rizone/master' into dev_master 2026-05-14 16:20:29 +02:00
METANEOCORTEX\Kotti
b2004fb75a fix: drag&drop files - temp handling (immediate deleted on drop) 2026-05-14 16:19:38 +02:00
Pairi Daiza
9f906a4c69
Merge pull request #5862 from bovirus/master
Update lexer_it_it.rc
2026-05-14 15:56:25 +02:00
bovirus
07a0c70906
Update lexer_it_it.rc 2026-05-14 15:49:03 +02:00
Pairi Daiza
753545ec2a
Merge pull request #5861 from hpwamr/Mui_Dev
MUI - Removing remaining traces of "scriptlet" extension.
2026-05-14 15:30:54 +02:00
Pairi Daiza
a30d50f508
MUI - Removing remaining traces of "scriptlet" extension. 2026-05-14 15:29:51 +02:00
Pairi Daiza
d1ba644bef
Merge pull request #5860 from RaiKoHoff/dev_master
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
feat: new AHK v2 Lexer, fixing existing AHK_L lexer
2026-05-14 14:12:45 +02:00
METANEOCORTEX\Kotti
6665630bd4 feat: new AHK v2 Lexer 2026-05-14 13:50:22 +02:00
METANEOCORTEX\Kotti
8d51ddf0ad fix: AHK case insensitive 2026-05-14 12:33:45 +02:00
METANEOCORTEX\Kotti
8b92003032 fix: lexer AHK_L minor issues 2026-05-14 12:23:09 +02:00
METANEOCORTEX\Kotti
abad6b2d92 feat: add HotStringOption to AHK lexer 2026-05-14 11:17:58 +02:00
METANEOCORTEX\Kotti
a82163b1c2 fix: enhance existing homebrew AHK lexer 2026-05-14 11:00:06 +02:00
METANEOCORTEX\Kotti
ba400d5926 chore: remove HTML CSS styling trial artefacts 2026-05-14 10:45:54 +02:00
Pairi Daiza
1ed31cbfe6
Merge pull request #5858 from en2sv/patch-19
Update Swedish translation
2026-05-13 19:14:17 +02:00
en2sv
6ec53b4aa9
Update Swedish translation 2026-05-13 18:13:20 +02:00
LIU Hao
781fad2087
When calling grepWin, pass target directory on command line instead of via INI
In single-instance mode, if there's another instance of grepWin, the new process
does not read `searchpath` from the INI; it always forwards whatever from the
command line to the running instance.

Since Notepad3 did not pass `/searchpath:`, the running grepWin received the
working directory of the new process.

The path is now passed via the `/searchpath:` option, and is not written to
`grepwin.ini` any more.
2026-05-13 19:45:55 +08:00
Pairi Daiza
1746378818
Merge pull request #5856 from bovirus/master
Italian language update
2026-05-13 11:14:40 +02:00
bovirus
f275b7367f
Italian language update 2026-05-13 09:53:18 +02:00
Pairi Daiza
631deea0a9
Merge pull request #5855 from igorruckert/patch-1
pt-BR translation update (2026-05-12)
2026-05-13 07:13:39 +02:00
Igor Rückert
47da2a9207
Update menu_pt_br.rc 2026-05-12 21:18:00 -03:00
Pairi Daiza
f6419388cc
Merge pull request #5854 from hpwamr/Mui_Dev
+upd: version info for MS VS2026 (v18.6.0) update
2026-05-13 00:14:34 +02:00
Pairi Daiza
fb91c2b64a
+upd: version info for MS VS2026 (v18.6.0) update 2026-05-13 00:13:52 +02:00
Pairi Daiza
10c04ba38f
Merge pull request #5853 from xsak/master
hu_HU translation update
2026-05-12 20:17:34 +02:00
Akos Keresztes
66ee1400aa hu_HU translation update 2026-05-12 19:51:15 +02:00
Pairi Daiza
5b9a97f31e
Merge pull request #5852 from hpwamr/Mui_Dev
MUI - Translation in French and Spanish
2026-05-12 18:43:58 +02:00
Pairi Daiza
046ff6d877
MUI - Translation in French and Spanish 2026-05-12 18:43:13 +02:00
Rainer Kottenhoff
2bc96a0d75
Merge pull request #5851 from RaiKoHoff/dev_master
chore: care for todo list
2026-05-12 18:26:11 +02:00
Rainer Kottenhoff
b0a9fa3dc2 chore: core for todo list 2026-05-12 18:19:18 +02:00
Rainer Kottenhoff
8c7c3c0b89 chore: Some documentation 2026-05-12 16:15:35 +02:00
Rainer Kottenhoff
91ba5c70c4
Merge pull request #5850 from RaiKoHoff/dev_master
chr: option to show non-print characters
2026-05-12 15:53:43 +02:00