Arkadiusz Michalski
cffdf79a9b
More performance optimization for the Remove Empty Lines command
...
Close #12544
2 years ago
dinkumoil
891f2ed682
Add function list parser for NppExec plugin's scripting language
...
Fix #12517 , close #12519
2 years ago
xomx
6b34f9ce08
Fix incorrect plugin architecture reports partially
...
Fix partially #12565
Close #12566
2 years ago
VinsWorldcom
f03381e779
Autocomplete enhancement: sharpen icons
...
Fix #12549 , close #12550
2 years ago
CennoxX
22963f53dd
Add Mark Styles to theme DansLeRuSH-Dark
...
Add missing Mark Styles, remove missplaced tabs.
Fix #12504 , close #12551
2 years ago
Don Ho
3fcad98883
Fix localization files
2 years ago
Don Ho
11ccc415e7
Update localization files
2 years ago
Don Ho
4c188c3019
Fix style.xml not remember by light mode
2 years ago
ozone10
e2a1234384
Dark mode enhancement
...
1. Add "Follow Windows dark/light mode".
2. Remember user's toolbar, tabbar and theme choices for dark mode and light mode separately.
3. Add 2 hidden options for applying tab background color from themes (for both dark mode and light mode).
Fix #9183 , fix #9992 , fix #10153 , fix #10239 , fix #10544 , fix #10644 , fix #11867 , fix #10239 , close #12466
2 years ago
Arkadiusz Michalski
6803b69c0b
Make some styles to be more visible with the current line style
...
Fix #12506 , close #12507
2 years ago
Arkadiusz Michalski
d53ed27bb3
Improve the performance of Remove Empty Lines command
...
Fix #12462 , close #12512
2 years ago
dinkumoil
87a53d1ed2
Add Pascal/Delphi for Function List
...
Add Pascal/Delphi FunctionList parser and unit tests.
Fix #3664 , close #12489
2 years ago
Arkadiusz Michalski
bc1487881a
Add localization for Length label in the Customize Maximum Length popup
...
Fix #12421 , close #12429
2 years ago
Arkadiusz Michalski
bac903208c
Change foreground color for ERROR in JSON to be more readable
...
Fix #8715 , close #12441
2 years ago
Arkadiusz Michalski
596df7988a
Update PowerShell keywords
...
Fix #5004 , close #12491
2 years ago
Arkadiusz Michalski
997349d056
FindReplaceDlg enhancement: Add vertical scroll bar on all combobox
...
Add WS_VSCROLL to all COMBOBOX in FindReplaceDlg.
Fix #12459 , close #12501
2 years ago
Don Ho
d4719a83a6
Use writeLog instead of OutputDebugString for certificate checking
...
And disable writeLog in certificate checking (can be enabled manually in case of debugging).
Fix #12490
2 years ago
Don Ho
f6b1cf3e77
Update certif/sha256 verification
2 years ago
Arkadiusz Michalski
67256a107b
Update CPP keywords
...
Fix #11936 , close #12477
2 years ago
Arkadiusz Michalski
238aadb87f
Adjust build GCC
...
Close #12485
2 years ago
Arkadiusz Michalski
f4419f2be9
Fix CI 32 build failure in GCC
...
And update appveyor.yml and BUILD.md to reflect the migration to MSYS2
Fix #12447 , close #12450 , close #12481
2 years ago
Don Ho
c8816e08f7
Notepad++ 8.4.7 release
2 years ago
~GOLEM~
e5708bf3ea
Hotfix russian.xml v8.4.7
...
Fix wrong IDs.
Close #12452
2 years ago
Thomas De Rocker
e53aefcf87
Update dutch.xml
...
Close #12455
2 years ago
Karlo-F
a12168c3bb
Update croatian.xml to 8.4.7
...
Close #12456
2 years ago
Biswapriyo Nath
f3f615d522
Set PKGBUILD and APKBUILD syntax highlighting as shell script
...
Both PKGBUILD and APKBUILD files are actually shell script. See
* https://wiki.archlinux.org/title/PKGBUILD
* https://wiki.alpinelinux.org/wiki/APKBUILD_Reference
Close #12445
2 years ago
Harvey R
6f67656f8c
Make solarized.xml up-to-date with stylers.xml
...
Fix #12425 , close #12444
2 years ago
Don Ho
713117c68d
Rename a function
2 years ago
SinghRajenM
5b9cd0b2e5
Fix plugin admin search issue
...
Fix #12375 , close #12376
2 years ago
Tianxiao Cao
0bd8f6f7e0
Update spanish.xml
...
Fix #12268 , close #12277
2 years ago
Artem Polivanchuk
c96be1bbe4
Update belarusian.xml
...
Close #12379
2 years ago
Don Ho
1d98d98300
Fix crash regression due to ABI incompatibility
...
Fix the regression due to the following commit:
3e9413d615
Modify type of "PositionCR" to "int64_t" from "long" again, to keep ABI compatible to plugins.
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12327#issuecomment-1297906305
2 years ago
Arkadiusz Michalski
ae32f34fb3
Add minlength attribute for HTML
...
Fix #12416 , close #12430
2 years ago
Don Ho
3e9413d615
Restore Scintilla header files
...
Restore Sci_Position.h & ScintillaStructures.h (ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12327#issuecomment-1296020276 )
And add R styles.
2 years ago
Christian Grasser
b502266e8d
Update to scintilla 5.3.1 and lexilla 5.2.0
...
Close #12327
2 years ago
Edditoria
22489a1311
Update localization: Hong Kong Cantonese
...
As at commit 2f080d8
of this repo.
Close #12428
2 years ago
rddim
2f080d82af
Update Bulgarian localization
...
Close #12343
2 years ago
Don Ho
b4c5c14cd6
Enlarge a control for the translation
2 years ago
Marcello-mco
9df5859d06
Update in Brazilian Portuguese translation
...
Close #12335
2 years ago
xomx
6000f3bb21
Fix session.xml emptying by forced Windows update restart
...
This fixes both the long standing problem with the emptying of the session.xml file by forced Windows Update restart/shutdown and some potential Notepad++ crashes caused by possible main Notepad++ window blocking at exit.
Two main changes to the original design:
- WM_QUERYENDSESSION is not used anymore for the tidy-up ops and it always quickly returns TRUE/FALSE to the system as it should.
- there is now a safe-guard flag for the session.xml saving at N++ exit, which prevents otherwise possible incorrect overwriting in case of multiple "endsession" messages.
Fix #9850 , fix #12389 , close #12388
2 years ago
Matteo Concato
ed3189e00b
Update Italian.xml
...
Fix #12265 , close #12267
2 years ago
Hugo Carvalho
2fd55ff11d
Update portuguese.xml
...
Fix https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12269
Close #12274
2 years ago
kubalav
4cb312da58
Update Slovak translation
...
Close #12341
2 years ago
Patriccollu
8c7142ddb8
Update Corsican translation for Notepad++ 8.4.7
...
Close #12346
2 years ago
A. Regnander
b9bb1706b2
Update swedish.xml
...
Close #12345
2 years ago
yasmise
20771fe55a
update japanese.xml to v8.4.7
...
Add translations for these commits:
* Make large file limit (for styling) configurable (8ff003412a
)
* Add tooltips in performance section to make features more explicit (c02c23b7d4
)
* Enhance Large File Restriction UI (6755daf223
)
* Add "Allow clickable link" option in large file restriction (cd6a6ac3bb
)
Close #12361
2 years ago
~GOLEM~
39e0aa37b5
Update russian.xml v8.4.7
...
Close #12362
2 years ago
IoeCmcomc
32bb1457ca
Update Vietnamese translation
...
Close #12365
2 years ago
Sapziller
0ce2c20835
Update korean localization file
...
Update korean 8.4.5 -> 8.4.6
Close #12409
2 years ago
ArkadiuszMichalski
b8a05edcfa
Update polish.xml to 8.4.7
...
Update polish.xml to 8.4.7 according to the last commit.
Close #12413
2 years ago