Don HO
0c0a5d2097
Add 2 new easter eggs for the upcoming Easter Sunday
4 years ago
Don HO
4399c1343b
Notepad++ 7.9.5 release
4 years ago
Don HO
633dcbad5e
Fix installer error if problematic plugin is absent
4 years ago
Don HO
aa22ee21cc
Add a new quote
4 years ago
mere-human
ad3a6ea2f6
Fix file doesn't save as extension type on Windows 7
...
Initialize file dialog window procedures later so that
all the controls have been created by this moment.
Fix #9657 , close #9674
4 years ago
Don HO
805ff42cd4
Update slovenian.xml
4 years ago
conky77
9c471cd0a2
Reorder translation item nodes in Italian.xml
...
Set new order as English.xml.
Close #9635
4 years ago
schnurlos
39b7604107
Update german.xml
...
Close #9628
4 years ago
snxx-lppxx
3d6bb7ae06
Fix some inaccurate translation in kazakh.xml
...
Close #9625
4 years ago
mere-human
cd738bcff7
Fix UNC path with quotes handling in folder & file Open/Save dialog
...
Remove a workaround for double backslash that leads to problems.
Originally, the double backslash workaround was needed to address #5368 .
But now, the app isn't stuck when such path is used, so the problem is gone.
Fix #9582 , close #9666
4 years ago
Don HO
f44e6c4c06
Fix SaveAsAdmin plugin incompatibility with Notepad++ 7.9.3 issue
...
The installer will check the version of SaveAsAdmin plugin and remove all the versions of SaveAsAdmin plugin which doesn't contain the fix.
Fix #9514
4 years ago
Don HO
58f0a61770
Notepad++ 7.9.4 release
4 years ago
Edditoria
b1ba14b922
Update localization: Hong Kong Cantonese
...
As at commit 3a4d1ac
of this repo.
Close #9624
4 years ago
Udo Hoffmann
aaab4607c1
Fix Find button not enabled in Find in Files section regression
...
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8125#issuecomment-798801190
Close #9654
4 years ago
Don HO
8c6dc79df3
Update README.md
4 years ago
Don HO
c0760e49c6
Update nppGpgPub.asc
...
due to the expiration of the certificate.
4 years ago
rddim
3a4d1acad3
Update Bulgarian localization
...
Close #9547
4 years ago
schnurlos
1ef9b94581
Update german.xml
...
Following last changes of english.xml
Close #9596
4 years ago
popcorner
ed347fae90
Update chineseSimplified.xml
...
Close #9622
4 years ago
Patriccollu
4f64597762
Fix wrong translation ID in 2 localization files
...
Close #9616
4 years ago
yasmise
1f2c63cce1
Update japanese.xml to v7.9.4
...
Follow-up to these commits:
* Add an option to mute all sounds in preferences dialog (6e43ba6ea5
)
* Make tab splitter menu and incremental search translatable (35584b379f
)
Close #9559
4 years ago
Haoran Du
7c73faba57
Fix a interface error(missed a "$" symbol) in Chinese localization
...
Close #9589
4 years ago
conky77
e27c125ef7
update italian.xml to v7.9.4
...
Close #9619
4 years ago
xomx
63760073ef
Update Czech translation to v7.9.4
...
Close #9610
4 years ago
Tmp341
c6088dbcdf
Update Turkish localization
...
* According to d6c9410
, d5ad025
, e26199a
and 41c4180
commits.
Close #9531
4 years ago
Thomas De Rocker
cc17f69a37
Update dutch.xml
...
Update Dutch translations according to 35584b379f
and 6e43ba6ea5 (diff-a6ac7ceba70d88bf1547fd1defd760bd55052dcdb78c44f9d46d99ef1f450472)
Close #9541
4 years ago
Patriccollu
663b6471d1
Update Corsican translation for Notepad++ 7.9.4
...
Close #9571
4 years ago
~GOLEM~
e1df2ed032
Update russian.xml to v7.9.4
...
Close #9576
4 years ago
ArkadiuszMichalski
03332eca82
Update polish.xml to 7.9.4
...
Update polish.xml to 7.9.4 (according to the latest commit).
Close #9615
4 years ago
conky77
b4d8b1d5b0
Update Venetian.xml v7.9.4
...
Close #9614
4 years ago
Don HO
2e7c5e3e89
Update localization files
4 years ago
Don HO
68c537f697
Fix Find in Projects replace confirmation message localization problem
4 years ago
Udo Hoffmann
a044cefe7c
Fix Project workspace changes lost on save cancel
...
Fix #9605 , close #9609
4 years ago
Don HO
22e87184aa
Update CONTRIBUTING.md
4 years ago
Don HO
47ca5281fe
Revert "Improve high-dpi display"
...
This reverts commit 1364b199b4
.
3 ways we can choose:
1. PerMonitorV2: it would be the ideal solution if there were no custom control in Notepad++ : some part of the custom controls like panels and Find dialog are not rendered properly in PerMonitorV2 mode.
2. PerMonitor: in v7.9.3 WM_DPICHANGED message was not processed and that makes Notepad++ unusable under a high resolution monitor.
3. Without "PerMonitor" feature: (as in v7.9.2), it will be a little bit blurry, but at least the system resizes all parts of application correctly
This commit revert the modification in v7.9.3 and go back to the way in v7.9.2 (Without "PerMonitor" feature).
It's not easy to solve this issue, all I can do is choose the "less worst" way, just like people in world-wide vote for choosing their political leader.
Fix #9513 , fix #9579
4 years ago
Don HO
4b0010c4c3
Fix regression in "Find Result" field due to Scintilla upgrade
...
Fix #9595
4 years ago
Udo Hoffmann
5c884a80c6
Add "Find in Projects" features
...
Close #8125 , close #9534
4 years ago
Christian Grasser
10b091b54d
Use the generated SciLexer.dll which contains regExpr of Boost
...
Currently in Appveyor build, we download SciLixer.dll from the latest release for Unit tests (of function list especially).
In PR #9574 the boost is included in Appveyor build.
In this PR:
- Remove the download last release part from Appveyor script and use the generated SciLexer.dll
- Remove SUPPORT_XP from the script
Fix #9581 , close #9591
4 years ago
Udo Hoffmann
d6c6a49d1b
Include Boost in appveyor build
...
Close #9574
4 years ago
mere-human
91a570a305
Fix folder picker not displying as the given directory is invalid issue
...
Fix #9569 , close #9570
4 years ago
mere-human
064d844a41
Fix handling of network path (UNC path) in CustomFileDialog
...
Use STL algorithms for path transformation.
Fix #9527 , close #9551
4 years ago
QoL
26dad277c9
Fix shortcut name more than 64 characters makes an empty name issue
...
Fix #9556 , close #9543
4 years ago
mere-human
f96d81af11
Fix extension appending issue in file dialog
...
Fix #9510 , close #9532
4 years ago
Udo Hoffmann
75bcb7c536
Fix file not turning dirty (with Session Manager plugin) issue
...
Fixes #9475 , close #9498
4 years ago
Don HO
d7819cf601
Upgrade Scintilla from v4.2.0 to v4.4.6
...
Close #8900 , close #9550
4 years ago
Scott Sumner
41cfc7e1d1
Improve contributing guidelines by excluding not, and, or.
...
Reference: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/9534#discussion_r579588184
Close #9544
4 years ago
Don HO
dbac42edd0
Use unary operator '!' instead of "not"
4 years ago
Don HO
1eaaf45d87
Add needed space in "Window dialog"
...
Fix #9542
4 years ago
mere-human
35584b379f
Make tab splitter menu and incremental search translatable
...
Rename menu IDs in tab splitter to be in English.
Relocate some controls in incremental search dialog to ease translation.
Fix #8955 , close #9496
4 years ago
mere-human
6e43ba6ea5
Add an option to mute all sounds in preferences dialog
...
Fix #7950 , close #9507
4 years ago