Don Ho
e719c56708
Fix Find in files progress bar visual regression (from v8.8)
...
Regression is introduce by:
a23955742c
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/16387#issuecomment-2848676406
Fix #16504
2025-05-03 18:16:31 +02:00
yasmise
46b4d35c5d
[xml] Update japanese.xml
...
Update Japanese translation texts for this commit:
* Add Locale-based line sort feature (a9d8dca)
Close #16499
2025-05-03 04:13:57 +02:00
Marcellomco
8c5f461c70
[xml] Update brazilian_portuguese.xml
...
Added translation for "Add Locale-based line sort feature".
Close #16500
2025-05-03 04:11:58 +02:00
xomx
8bc333dbd1
[xml] Update czech.xml to v8.8.1
...
Close #16497
2025-05-03 01:45:43 +02:00
Andrei-Valentin Miloiu
e2c1362373
[xml] Update romanian.xml
...
Close #16498
2025-05-03 01:44:37 +02:00
xomx
eb1b7977f6
Enable Scintilla undo/redo selection history
...
Ref:
https://www.scintilla.org/ScintillaDoc.html#SCI_SETUNDOSELECTIONHISTORY
Fix #16488 , close #16496
2025-05-03 01:11:17 +02:00
Randy Fellmy
a9d8dca832
Add Locale-based line sort feature
...
Fix partially:
Fix #13456 , fix #927 , fix #8481 , fix #11261 , fix #16406 , fix #16409 , close #16490
2025-05-02 23:31:25 +02:00
CennoxX
be00dd5544
[xml] fix wrong toolbar-accent-tip in German
...
The Windows settings in German are named "Einstellungen > Personalisierung > Farben", not "Einstellungen > Optionen > Farben".
Close #16482
2025-05-02 21:52:09 +02:00
Karlo-F
01dcaf01ab
[xml] Update croatian.xml to v8.8
...
Close #16463
2025-05-02 19:39:38 +02:00
kubalav
fc2fa4bb10
Update slovak translation
...
Close #16483
2025-05-02 19:28:42 +02:00
PeterCJ
30976ec8d2
Fix ShortcutMapper displays wrong shortcut while editing regression (from v8.7.6)
...
Fix double clicking chosen command in ShortcutMapper displays wrong shortcut due to the bad index.
- there was off-by-1 when building the oemVkUsedIDs vector, which was caused by using the index based on .size() instead of .size()-1 to get the most-recently-added.
- also cleared the vector each launch of the dialog, because the .push_back() was causing the vector to grow without bounds, messing up the indexing on subsequent runs of the dialog, causing it to pick _none_ of the entries.
The regression was introduced by:
6dfbc1f7e8
Fix #16491 , close #16492
2025-05-02 16:20:56 +02:00
PeterCJ
19e356d616
Add ErrorList syntax highlighting
...
Enable the errorlist lexer
- Associates ".err" and ".log" with Language > E > ErrorList
- When in ErrorList file, toggling View > Show Symbols > Show Control Characters & Unicode EOL will show/hide the whole `ESC[1;31m` sequence, not just the ESC symbol
Related issues/topics:
- https://community.notepad-plus-plus.org/topic/26801/reading-typescript-of-terminal-session
- https://community.notepad-plus-plus.org/topic/23787/show-printable-ascii-characters-only
- https://community.notepad-plus-plus.org/topic/23147/missing-lexers-from-lexilla
- https://community.notepad-plus-plus.org/topic/22994/ansi-escape-sequences-color-rendering
- https://community.notepad-plus-plus.org/topic/16612/interprete-ansi-color
Fix #16437 , fix #8078 , close #16480
2025-05-02 04:33:56 +02:00
Don Ho
0feb209e94
Enlarge your FindReplaceDlg
...
ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/16485#issuecomment-2841648658
Close #16489
2025-05-02 01:43:29 +02:00
Ekopalypse
0ffd606053
Fix tab settings for external lexers cannot be saved issue
...
Allows the configuration of tab settings for external lexers to be saved through the sessions.
Fix #16460 , close #16461
2025-05-01 16:14:25 +02:00
ozone10
cfbb4de52a
Fix inconsistent find dialog '<<' button position when resizing
...
Close #16485
2025-04-30 13:27:21 +02:00
xomx
28978d3a16
Fix wrong directory defined in Preferences for opening files
...
Fix wrong offered dir defined in Preferences for opening files caused by Preferences-dlg init.
Fix #16465 , close #16471
2025-04-30 03:26:09 +02:00
xomx
13b08d0a5c
Fix disabled Paste command with no previous text-data in clipboard
...
Previously, a Notepad++ editor user activity or focus switching was needed for enabling possible clipboard Paste after a successful Copy command.
Fix #16456 , close #16458
2025-04-30 02:46:53 +02:00
Don Ho
51449b09de
Fix search result cut off result content due to nul characters ('\0')
...
Fix #6281 , fix #15216 , fix #16466 , close #16469
2025-04-29 22:51:47 +02:00
Don Ho
8a4aa48ed7
Code improvement: improve header readability
...
Fix #16447 , close #16451
2025-04-29 17:25:24 +02:00
Don Ho
08084d2b14
Use "(?)" static text instead of "?" button for the tip/info/message
...
Close #16478
2025-04-29 14:18:29 +02:00
Don Ho
4bc0d7f74b
Notepad++ release 8.8
v8.8
2025-04-28 17:25:18 +02:00
Don Ho
48d953693a
Fix the wrong IDs of translation
2025-04-23 21:12:57 +02:00
Don Ho
a506fb583d
Reposition checkbox in tab bar section in Preferences
...
Close #16459
2025-04-23 16:54:23 +02:00
Don Ho
08c9774ea5
Remove items from the localization files
2025-04-22 18:34:49 +02:00
Krazal
e8f94c7412
Update hungarian.xml
...
Make translation up-to-date, based on the latest commits (a239557, 2a3152c, 6bc7abb and 6bd3d9b).
Close #16457
2025-04-22 16:51:51 +02:00
rddim
928e832e27
[xml] Update Bulgarian localization
...
Close #16396
2025-04-22 02:59:02 +02:00
Matteo Concato
8c4278759e
Update italian.xml
...
Close #16416
2025-04-22 02:56:54 +02:00
Radoš Milićev
0e32c63987
Update Serbian to v8.8
...
Close #16454
2025-04-22 02:53:32 +02:00
Andrei Miloiu
b07f120e74
[xml] Update romanian.xml
...
Close #16376
2025-04-21 14:27:16 +02:00
kubalav
22275b31bf
[xml] Update Slovak translation
...
Close #16362
2025-04-21 01:30:39 +02:00
Marcellomco
c02c8c9739
[xml] Update brazilian_portuguese.xml
...
Close #16363
2025-04-21 01:28:55 +02:00
schnurlos
779c97a660
[xml] Update german.xml
...
Close #16375
2025-04-21 01:26:33 +02:00
yasmise
963b7f4982
[xml] Update japanese.xml
...
Close #16383
2025-04-21 01:23:14 +02:00
~GOLEM~
f4e9257ee2
[xml] Update russian.xml
...
Close #16395
2025-04-21 01:21:32 +02:00
xomx
8cc7bfe7f2
[xml] Update czech.xml to v 8.8
...
Close #16424
2025-04-21 01:19:45 +02:00
Patriccollu
794e2bc419
[xml] Update Corsican translation for Notepad++ 8.8
...
Close #16449
2025-04-21 01:06:32 +02:00
ozone10
faec21b57e
Fix accent tooltip behaviour and enhance '(?)' static control appearence
...
ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/16434#issuecomment-2817077992
Close #16448
2025-04-21 00:56:09 +02:00
ozone10
9f2326d30c
Fix GDI leak in setStartupBgColor
...
- remove unneeded icon color constants
Fix #16442 , close #16443
2025-04-20 10:23:31 +02:00
ozone10
4ddad4683b
Make dark mode menu bar color in inactive state similar to light mode
...
Fix #16445 , close #16446
2025-04-20 02:49:52 +02:00
xomx
a449c5e804
Fix breaking of the cloned file status after Notepad++ restart
...
Fix #16412 , close #16440
2025-04-20 00:23:00 +02:00
xomx
b324a68bc6
Fix inactive buffer reloading problem
...
To reproduce: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16344#issuecomment-2800159956
Fix #16344 , close #16431
2025-04-19 23:49:06 +02:00
Don Ho
6bd3d9bfbe
Add accent tip for toolbar settings & update localization files
...
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/16434#issuecomment-2814666495
2025-04-19 15:08:47 +02:00
Hernan Martinez
29c71c46bb
Fix compiling failure by LLVM/Clang's Windres
...
Call Windres with explicit UTF-8 encoding for reading .RC files.
Fixes #16410 , close #16411
2025-04-18 14:08:51 +02:00
xomx
17cdde3622
Fix Find dialog status text too left visual glitch
...
Text was visible but positioned too left. This visual glitch was accented in Windows 11 due to its rounding-wnd-corners effect.
Fix #16359 , close #16415
2025-04-18 14:04:54 +02:00
ozone10
b3b4782848
Apply dark mode on rebar chevron
...
Fix #10103 , close #16421
2025-04-18 13:56:27 +02:00
ozone10
714eeafc45
Apply dark mode on treeview edit controls
...
- simplify code
Fix #16418 , clos #16419
2025-04-18 02:27:36 +02:00
Don Ho
1657dbbc53
Fix wrong toolbar color picker custom color between black/light mode
...
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/16370#issuecomment-2813190727
2025-04-17 22:33:09 +02:00
Don Ho
b68f25f3d6
Fix toolbar icon color picker's incoherent behaviour
...
Fix https://github.com/notepad-plus-plus/notepad-plus-plus/pull/16370#issuecomment-2810227200
2025-04-17 12:29:05 +02:00
ozone10
d5b5e5e107
Refactor fluent icon color feature code
...
- fix visual glitches when toggling dark mode
- make english names consistent
Close #16435
2025-04-17 02:39:04 +02:00
WildByDesign
331030ce66
Add Accent Color for filled Fluent icons
...
Close #16434
2025-04-16 23:04:16 +02:00