ozone10
0f24d6a475
Enable PerMonitorV2
4 months ago
Jiri Hruska
955b042fcb
Enhance DoubleBuffer and fix the debug assert issue
...
Refactor DoubleBuffer, fix bugs, add comments, allow easy disabling.
Fixes #15363 , close #15389
4 months ago
ozone10
bdbd65182c
Replace treeview bmp with ico
...
- use recommended subclassing
- fix missing icons in function list when searching
ref #14959
Close #15405
4 months ago
Don Ho
4cde33048f
Use std::wstring instead of generic_string
4 months ago
Don Ho
d13c9bb943
Use wchar_t instead of TCHAR
...
For making Unicode application status more explicit.
Close #15459
4 months ago
Don Ho
a427ace34c
Use explicite L to replace TEXT - part 2
4 months ago
ozone10
8866d4b7fe
Add dpi support for panel tab and caption
...
- use recommended subclassing for docking panel tab and caption
- remove unused function
ref #14959
Close #15394
4 months ago
Don Ho
3bca7bf278
Use L"" instead of TEXT("") - Part 1
4 months ago
ozone10
ea5e36a5be
Add missing localization for debug info dialog and print error
...
Fix #15375 , fix #15105 , close #15416
4 months ago
Don Ho
108b9f0d24
Improve description for settings "Backup"
...
Fix #14560 , close #15351
4 months ago
Don Ho
0858dfa4af
Use GetFileAttributes instead of PathFileExists
...
Ref: https://github.com/notepad-plus-plus/nppShell/pull/64#discussion_r1664890166
Ref: https://devblogs.microsoft.com/oldnewthing/20071023-00/?p=24713
Fix #14839 , close #15400
4 months ago
Don Ho
ac67f15c2b
Fix closing unsaved clone document makes periodic backup lost issue
...
And change the behaviour of closing a cloned document: there's no more "Save or not" dialog appears.
Fix #8227 , close #15409
4 months ago
Don Ho
439bbb04d2
Make C-Like indent deactivatable
...
Add one more option for auto-indent so user can choose among "none", "basic" & "advance".
Also add the indentation section in Preferences dialog.
Fix #15396 , close #15414
4 months ago
Don Ho
761060819f
Notepad++ v8.6.9 release
4 months ago
Don Ho
504e4ca5df
Fix periodic backup's disfunction regression for the main view
...
The regression was introduced in:
97279d024f (diff-5f6ec155ff896fe5cab66dcf3e3f99c2b72d2498dda4cb68a4002da4468cabda)
5 months ago
schnurlos
1c47c368b8
[xml] Update german.xml
...
Modified backspace description.
Close #15353
5 months ago
Hugo Carvalho
f47b0e8d2f
[xml] Update portuguese.xml
...
Close #15393
5 months ago
Matteo Concato
163e2712ed
Update italian.xml
...
Close #15395
5 months ago
rddim
955f31562a
[xml] Update Bulgarian localization
...
Close #15401
5 months ago
ArkadiuszMichalski
89910d0bfe
[xml] Update polish.xml to 8.6.9
...
Close #15404
5 months ago
ozone10
5501485c0b
Add ability to pre-populate the predefined color sets to the custom tone
...
Allow to reset custom tone colors with other predefined color sets.
Fix #15055 , close #15387
5 months ago
Don Ho
c2da907f34
Fix comiling error in msys2
...
Close #15388
5 months ago
Don Ho
dbef8cea91
Solve compiling error & fix a regression of "new #"
...
The regression is introduced by:
f7d9e7c095 (diff-2d5c277be2799a7e43a90232d8ef9add2e788e252c8692bf9416abc69836957d)
5 months ago
Don Ho
a301ffc774
Remove ambiguous symbols (part 9)
...
Relace TCHAR, generic_string & TEXT("") par wchar_t, wstring & L"" respectively.
Follow up: 94af271
Close #15386
5 months ago
Don Ho
dc5cea8947
Remove ambiguous symbols (part 8)
...
Relace TCHAR, generic_string & TEXT("") par wchar_t, wstring & L"" respectively.
Follow up: 94af271
Close #15385
5 months ago
Don Ho
88bd09e67d
Remove ambiguous symbols (part 7)
...
Relace TCHAR, generic_string & TEXT("") par wchar_t, wstring & L"" respectively.
Follow up: 94af271
Close #15381
5 months ago
Don Ho
f7d9e7c095
Remove ambiguous symbols (part 6)
...
Relace TCHAR, generic_string & TEXT("") par wchar_t, wstring & L"" respectively.
Follow up: 94af271
Close #15380
5 months ago
Don Ho
3c897f892a
Remove ambiguous symbols (part 5)
...
Relace TCHAR, generic_string & TEXT("") par wchar_t, wstring & L"" respectively.
Follow up: 94af271
Close #15379
5 months ago
Curious Insatiable
4d8ef955e2
Update french.xml
...
Essentially there are many deletions of capital letters in the middle of sentences (non-compliant in French)
Replacing the apostrophes ' with ' (alt+0146) (to make it prettier)
Replacement of "" (") by French quotation marks "" (alt+174 & alt175)(to make it prettier too)
Some formulations which were not very clear, or even incorrect.
Close #15355
5 months ago
Don Ho
97279d024f
Remove ambiguous symbols (part 4)
...
Relace TCHAR, generic_string & TEXT("") par wchar_t, wstring & L"" respectively.
Follow up: 94af271
5 months ago
Don Ho
10deb9970c
Remove ambiguous symbols (part 3)
...
Relace TCHAR, generic_string & TEXT("") par wchar_t, wstring & L"" respectively.
Follow up: 94af271be9
Close #15378
5 months ago
Don Ho
0842c991d3
Remove ambiguous symbols (part 2)
...
Replace TEXT("") and _T('') by the L"".
Follow up 94af271be9
Close #15377
5 months ago
WildByDesign
a68362b48f
Fix Replace Icon
...
Replace icon (findrep_off.ico) Dark Filled and Light Filled both had an additional 3 duplicate layers in the icon file.
Reported here: 53d87d4f62 (commitcomment-143611882)
Those duplicate layers have been removed.
Close #15373
5 months ago
Don Ho
94af271be9
Remove ambiguous symbols
...
The "ambiguous" symbols (TCHAR & generic_string) are used when Notepad++ suppoted both ANSI & Unicode formats.
Since ANSI format of Notepad++ has been dropped (since long time ago), TCHAR & generic_string will be replaced by wchar_t & wstring respectively.
Close #15371
5 months ago
xomx
982f52224c
Add the possibility for opening a shortcut file if change file ext
...
Do not recognize files without lnk-extension as Windows shortcuts.
Fix also https://github.com/notepad-plus-plus/notepad-plus-plus/pull/15211#issuecomment-2156495651
Fix #9643 , fix #11089 , fix #10139 , close #15364
5 months ago
WildByDesign
d0f5742664
Fluent Icons - Wrap - Alignment Fix
...
Close #15370
5 months ago
A. Regnander
dfe31e5099
Update swedish.xml
...
Close #15367
5 months ago
xomx
3c3e7cdadd
Fix Encoding "Convert to..." regression
...
Fix incorrect Clipboard handling. This commit fixes possibly #9426
Fix #15324 , fix #15271 , fix #3054 , close #15346
5 months ago
WildByDesign
53d87d4f62
Fluent Icons Update
...
- update Find, Replace, Zoom In and Zoom Out icons
- much better consistency between these 4 icons
- significantly improved/sharper in all scaling scenarios
- particularly more distinguishable at smaller sizes
- entirely custom made (following Fluent design guidelines)
Close #15361
5 months ago
Karlo-F
84e310911d
[xml] Update Croatian translation for Notepad++ 8.6.9
...
Close #15352
5 months ago
xomx
c54b33db81
[xml] Update czech.xml to v8.6.9
...
Close #15347
5 months ago
Juan
f195575467
[xml] Update galician v.8.6.9.xml
...
Close #15340
5 months ago
Juan
34998e46f4
[xml] Update spanish v. 8.6.9.xml
...
Close #15339
5 months ago
Alex Prabhat Bara
73ad1efc47
Fix CSS more indentation bug
...
Fix #14962 , close #14968
5 months ago
Alan Kilborn
b3daf0a982
Add plugin command NPPM_SETUNTITLEDNAME to rename untitled tab
...
Fix #8916 , close #15291
5 months ago
WildByDesign
8e1f641472
Improve close button on tab in dark mode (Fluent Icons)
...
- updated Fluent icons for Close buttons for better scaling
Follow up: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/15321
Close #15336
5 months ago
artpoli
60c8baa4b7
[xml] Update Ukrainian translation
...
Close #15330
5 months ago
Andrei Miloiu
2928088f0e
[xml] Update romanian.xml
...
Close #15295
5 months ago
Kjell Rilbe
91ecc5f40f
Update Swedish localization
...
Added keyboard hotkeys in Swedish Mark dialog.
Close #15174
5 months ago
Machou
d3500f3aba
Update french.xml
...
Update Fr
Add miss phrases
About:
Contre-oblique se dit [Barre oblique inversée](https://fr.wikipedia.org/wiki/Barre_oblique_invers%C3%A9e ) (wikipedia)
Close #15272
5 months ago