Ashfaaq18
f5ea4898cf
Fix the regression: absence of toolbar tooltip
...
This regression is du to 733c7e73de
Fix #10355 , close #10359
3 years ago
Don Ho
4cc3d9fd1a
Add Markdown UDL of dark mode in release packages
...
Add Markdown UDL of dark mode and the ability to apply it:
After dark mode being swiched in, all files with extension .md will be opened by applying Markdown UDL of dark mode.
When light mode is switched back, the default Markdown UDL (of light mode) will be applied to the new opened .md file.
Please note that all .md files opened before switching to new mode, will remain in the previous mode. User has to close and reopen these files to have the right Markdown UDL applied.
Fix #10196 , close #10347
3 years ago
Don Ho
a36a12257a
Add more quotes
...
Close #10342
3 years ago
Ashfaaq18
5c2c317352
Fix Function list current empty lost issue while Sort/Unsort/Save/Reload
...
Retains tree state of function tree during Sort/Unsort and Save/Reload actions.
Fix #8819 , fix #10280 , fix #10294 , close #10322
3 years ago
ozone10
13623669a4
Make title, button, progress bar dark again
...
Fix #10326 , close #10327
3 years ago
Ashfaaq18
733c7e73de
Fix 2 RTL issues: wrong path in tooltip and file drag & drop Bug
...
Fix 2 RTL issues:
1. wrong path in tooltip of tab (#8520 ).
2. the file drag and drop bug (#8730 ) - now user can drag and drop to the exact view.
Fix #8520 , fix #8730 , close #10348
3 years ago
Don Ho
14a104ad46
Fix shortcut conflict detection error in shortcut mapper
...
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5374#issuecomment-891879420
Fix #5374
3 years ago
Don Ho
a7ede53c26
Add and remove some quotes
3 years ago
schnurlos
32965d5549
Update german.xml to v8.1.2
...
Close #10319
3 years ago
Don Ho
8a77b07d96
Fixed detection of shorcut key conflicts when filtering
...
Currently, when the shortcut mapper is filtering shortcuts, it doesn't display key conflicts properly. This is due to the indexes of the filtered shortcuts being different (since there are less) than the original list of shortcuts.
Author @jmbockhorst
(the original branch has been deleted)
Fix #5374 , close #5453
3 years ago
mere-human
90485aaa21
Use CRLF line ending in Copy command from Windows dialog
...
Also, move endsWith() function to Common.h and reuse it in WindowsDlg.
Fix #10311 , close #10314
3 years ago
Tmp341
ef1ecaa936
Update Turkish localization
...
* According to 27524e1
, 80c285e
, a0472fd
, 599f185
, 53f1e6b
, 8e38b9d
, 5b9e3b6
and b8f23a1
commits.
Close #10315
3 years ago
xomx
2dc31d0d2f
Update czech.xml to v8.1.3 (2nd attempt)
...
Close #10316
3 years ago
rddim
1479b130f6
Update Bulgarian localization
...
Close #10244
3 years ago
Luxy
a91d0d7b8d
Update brazilian_portuguese.xml
...
Close #10173
3 years ago
ArkadiuszMichalski
db62ce2e33
Update polish.xml to 8.1.3
...
Update polish.xml to 8.1.3 (according to the latest commit).
Close #10308
3 years ago
Sapziller
61bcbbd900
update korean.xml 8.1.3
...
Close #10309
3 years ago
Don Ho
242530c1fc
Make margin width display correctly under high DPI
3 years ago
mere-human
121f19d8f9
Fix crash when several instances of the file dialog are shown
...
Pass a pointer to FileDialogEventHandler instance via GWLP_USERDATA
instead of using static variable. This way each window can have its
own pointer.
Fix #10290 , close #10303
3 years ago
Thomas De Rocker
96e985dea5
Update dutch.xml
...
Close #10174
3 years ago
Don HO
1c1a0c487a
Update about dialog icons
3 years ago
ozone10
318a566ae7
Apply explorer style on treeview
...
Enable hottracking for explorer style.
Allow dynamic change based on treeview background.
Fix #10061 , close #10304
3 years ago
Hugo Carvalho
8417d3fb40
Update portuguese.xml
...
Close #10306
3 years ago
kubalav
ab02e3f9de
Update Slovak translation
...
Close #10305
3 years ago
yasmise
1e26722249
update japanese.xml
...
Follow this commit:
* Make the translation more accurate (53f1e6bff8
)
Close #10182
3 years ago
Edditoria
3eb71d87b1
Update localization: Hong Kong Cantonese
...
As at commit 7c82c52
of this repo.
Close #10292
3 years ago
~GOLEM~
4eef48b32b
Update russian.xml
...
Close #10268
3 years ago
Patriccollu
17290fadbc
Update Corsican translation for Notepad++ 8.1.3
...
Close #10293
3 years ago
Don Ho
b8f23a107b
Update French & Taiwanese Mandarin localization
3 years ago
Don Ho
87bda092cb
Fix a compiling error in MinGW
3 years ago
Don Ho
53576f5b18
Change logo in About dialog and make it dark-modable
3 years ago
Don Ho
19f40fdeae
Fix 2 panels' toolbar icons display issue under high DPI
...
Improve Function list & Folder as Workspace toolbar icons display under high DPI.
3 years ago
Don Ho
2bb40b1ab5
Fix Plugin Admin display issue under high DPI
3 years ago
Don Ho
1dad7c7e7f
Increase macro, user command and plugin command number capacity
...
Macros: 200 -> 499
User cmds: 200 -> 499
Plugin cmds: 500 -> 999
Fix #10263
3 years ago
mere-human
52c73f92dc
Remove "Unicode" from build configuration names
...
Rename "Unicode Debug" => "Debug", "Unicode Release" => "Release"
since there is no non-Unicode version.
Also, fix the name in other configs for Git, AppVeyor and in the docs.
Fix #10114 , close #10278
3 years ago
ozone10
fcea83ba98
Apply dark mode on plugins admin
...
Fix #10287 , close #10288
3 years ago
ozone10
bf6cb36d48
Apply dark mode on document switcher
...
Fix #10285 , close #10286
3 years ago
Don Ho
7c9f4204ea
Refactoring: Improve the code organization for color picker displaying
3 years ago
Don Ho
6894e96ad7
Fix UDL dialog color picker display issue under high DPI
3 years ago
ozone10
1b6cd7c3ff
Apply dark mode on UDL, styler dlg
...
Fix #10283 , close #10284
3 years ago
ozone10
1ac1b11831
Apply dark mode on shortcut dialog
...
Fix #10275 , close #10276
3 years ago
ozone10
14da158cad
Apply dark mode on run a macro multiple times dlg
...
Fix #10273 , close #10274
3 years ago
ozone10
31c72b7388
Apply dark mode on color popup
...
Fix use of dark mode edge color in light mode for color picker button.
Properly redraw disabled color picker button.
Fix #10269 , close #10270
3 years ago
ozone10
1214319839
Don't reset style & icons, when changing dark tone
...
Improve title bar dynamic redraw when changing mode.
Fix #10049 , fix #10196 , close #10272
3 years ago
Don Ho
5edc7500e9
Update some dark/light icons for panels
...
1. Add panels' toolbar icons in both dark/light mode for Folder as Workspace panel and function list panel.
2. Add panels' dark/light mode (Fluent UI style) icons for the tab interface.
3. Update doclist icons.
4. Remove not used icon.
Note that these icons cannot be changed dynamically yet while switching between light mode & dark mode.
Fix #10066
3 years ago
Don Ho
a8a802df2c
Fix doc list file ext. column display under high DPI
3 years ago
Don Ho
eebc9d146f
Tune up the logo size
3 years ago
Don Ho
5721b10da5
Improve About dialog display under high DPI mode
3 years ago
ozone10
baae30102c
Apply dark mode on preferences dialog
...
1. Apply dark mode on preferences, about, debug and save all dialogs.
2. Make link text aware of dark mode.
Fix #10264 , close #10265
3 years ago
Don Ho
934c988874
Make Shortcut mapper display correctly under high DPI
3 years ago