rddim
5694b3c407
[xml] Update Bulgarian localization
...
Close #13707
2023-06-11 01:20:57 +02:00
Matteo Concato
1ae5745118
[xml] Update italian.xml 8.5.4
...
Close #13710
2023-06-11 01:19:12 +02:00
Tmp341
38d19095be
[xml] Update Turkish localization
...
Close #13727
2023-06-11 01:17:54 +02:00
Sapziller
f1ed6e6f4f
[xml] update korean translate (8.5.3)
...
Close #13732
2023-06-11 01:15:21 +02:00
~GOLEM~
647dd703a5
[xml] Update russian.xml v8.5.4
...
Close #13751
2023-06-11 01:09:02 +02:00
artpoli
b335454733
[xml] Update Ukrainian translation
...
Close #13759
2023-06-11 01:02:47 +02:00
Don Ho
e61b20a7fe
Small refactoring
2023-06-11 00:59:15 +02:00
Don Ho
b5e2e9d737
Fix macro recording regression on Unicode character
...
Fix #13757
2023-06-10 17:47:34 +02:00
molsonkiko
96ff66b225
Fix infinite loop in running macro to EOF
...
To test fix, try making file
```
f
f
```
and recording macro of find/replace form searching for f, then running until EOF.
This does not break any existing behavior, including:
- macros where the cursor moves towards EOF but line num doesn't change (those already stopped after one iteration)
- macros where line(s) are deleted with every iteration (even if line number doesn't change, they run until file empty)
- macros where the line number increases with each iteration
- macros where the cursor advances up or down with each iteration but would eventually stop anyway (those end at the correct time)
Fix #13342 , close #13587
2023-06-08 22:20:29 +02:00
Don Ho
61503a2dcd
Add "open new blank document in addition on startup" ability
...
To enable/disable this feature, go to New Document section of Preferences dialog, and check/uncheck "Always open a new document in addition at startup" checkbox.
Fix #11134 , fix #9535 , fix #5527 , close #13738
2023-06-08 19:16:56 +02:00
Don Ho
ccf80a0699
Add session.xml.fail2Load for analyzing
...
When session.xml is written while Notepad++ exit, it'll be load for checking if it's an valid xml file.
If not, then it will be replaced by the old session file (if any).
This commit renames session.xml to session.xml.fail2Load so in case of the situation user can provide session.xml.fail2Load to devs for analyzing.
Ref #13694
Close #13741
2023-06-06 13:40:17 +02:00
Don Ho
dba15cfaf3
Fix document language not remembered through sessions issue
...
Fix document language not remembered through sessions due to languange being hidden from languages menu.
Fix #13743 , close #13744
2023-06-06 02:07:19 +02:00
Christian Grasser
b39ca37c3a
Update: Scintilla 5.3.5 Lexilla 5.2.5
...
update to Scinitlla Release 5.3.5 (https://www.scintilla.org/scintilla535.zip )
Released 31 May 2023.
On Win32, implement IME context sensitivity with IMR_DOCUMENTFEED. Feature #1310 .
On Win32 remove dependence on MSIMG32.DLL by replacing AlphaBlend by GdiAlphaBlend. Bug #1923 .
On Qt, stop movement of IME candidate box.
On Qt, report correct caret position within paragraph for IME retrieve surrounding text.
On Qt for Cocoa, fix crash in entry of multi-character strings with IME.
and Lexilla Release 5.2.5 (https://www.scintilla.org/lexilla525.zip )
Released 31 May 2023.
Add CharacterSetArray constructor without setBase initial argument for common case where this is setNone and the initialSet argument completely defines the characters. This shortens and clarifies use of CharacterSetArray.
Bash: implement highlighting inside quoted elements and here-docs. Controlled with properties lexer.bash.styling.inside.string, lexer.bash.styling.inside.backticks, lexer.bash.styling.inside.parameter, and lexer.bash.styling.inside.heredoc. Issue #154 , Issue #153 , Feature #1033 .
Bash: add property lexer.bash.command.substitution to choose how to style command substitutions. 0 → SCE_SH_BACKTICKS; 1 → surrounding "$(" and ")" as operators and contents styled as bash code; 2 → use distinct styles (base style + 64) for contents. Choice (2) is a provisional feature and details may change before it is finalized. Issue #153 .
Bash: fix nesting of parameters (SCE_SH_PARAM) like ${var/$sub/"${rep}}"}. Issue #154 .
Bash: fix single character special parameters like $? by limiting style. Issue #154 .
Bash: treat "$$" as special parameter and end scalars before "$". Issue #154 .
Bash: treat "<<" in arithmetic contexts as left bitwise shift operator instead of here-doc. Issue #137 .
Batch: style SCE_BAT_AFTER_LABEL used for rest of line after label which is not executed. Issue #148 .
F#: Lex interpolated verbatim strings as verbatim. Issue #156 .
VB: allow multiline strings when lexer.vb.strings.multiline set. Issue #151 .
Close #13729
2023-06-02 14:15:54 +02:00
blu3mania
406a77a608
Fix lexer plugin is sorted unconventionally in language menu issue
...
Correct the logic when inserting external lexer's language into language menu,
while inserting external lexer's language into language menu, also search in submenu if compact language menu is used.
Fix also a similar issue in Preferences dialog when enabling a previously disabled language.
Fix #9516 , close #13660
2023-05-31 15:39:28 +02:00
ozone10
776a3fb945
GUI Enhancement: StylerDlg & URLCtrl
...
- prefer SystemParametersInfo fonts over DEFAULT_GUI_FONT
- optimize dark mode
- fix override warnings
Fix #13705 , close #13706
2023-05-30 18:42:51 +02:00
ozone10
781709a022
GUI Enhancement: Tabbar part 2
...
- use one tab icon size
- close button crop in RTL
- improve text positions
- font size adjustment
ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/13702#issuecomment-1564296333
Fix #10349 , fix #8109 , close #13709
2023-05-30 01:15:49 +02:00
ozone10
e2f1662c90
GUI Enhancement: Docking Container & Function List
...
- prefer SystemParametersInfo fonts over DEFAULT_GUI_FONT
- fix override warnings
- add initializer
Fix #13703 , close #13704
2023-05-29 20:23:07 +02:00
ozone10
e7f321f21a
Add message NPPM_DARKMODESUBCLASSANDTHEME
...
to allow plugin authors to use generic dark mode.
Unfortunately not for C# plugins.
related #13572
Fix #13574 , close #13596
2023-05-28 11:52:14 +02:00
ozone10
b88456764b
GUI Enhancement: Tabbar
...
- prefer SystemParametersInfo fonts over DEFAULT_GUI_FONT
- fix inconsistent tab bar size values
- add initializer
- fix override warnings
Fix #13701 , close #13702
2023-05-25 14:51:48 +02:00
ozone10
1806b8994b
GUIEnhancement: About, Debug, Save dialogs
...
- add accelerators
- optimize dark mode
- remove/comment unused variables
- replace debug copy link with push button
- fix override warnings
- add initializers
Fix #13686 , close #13687
2023-05-23 16:05:54 +02:00
ozone10
779db128ac
GUI Enhancement: Go to Line dialog
...
- optimize dark mode
- simplify code
- fix override warnings
Fix #13665 , close #13666
2023-05-22 13:38:21 +02:00
ozone10
a1d7db8049
GUI Enhancement: General & Editing sections in Preferences dialog
...
- increase width for some items for translation
- make translation consistent between source and xml files
- reorder items for consistent tab focus
Ref #13627 , ref 0cad36d#r108675058
Fix #13657 , fix #13676 , close #13632
2023-05-22 10:19:23 +02:00
ozone10
41af936855
GUI Enhancement: Column Editor
...
- fix override warnings
- replace SendMessage check with isCheckedOrNot
- make translation consistent
Fix #13667 , close #13668
2023-05-20 20:08:20 +02:00
Anders
8250a81d6e
Fix tabContextMenu_example.xml not being deleted while uninstallation
...
Correctly delete tabContextMenu_example.xml in the users profile.
Fix #13670 , close #13654
2023-05-19 05:43:52 +02:00
ozone10
af8b339296
GUI enhancement: Find in Finder dialog
...
- add key accelerator
- optimize dark mode
- add initializers
- fix override warnings
Fix #13624 , close #13625
2023-05-18 10:52:13 +02:00
Bjarke Istrup Pedersen
04e85241f3
Remove old context menu ini file and attributes file
...
The old explorerContextMenuEntryLocal.ini file is no longer used, and
keeping it here causes confusion with people adding pull requests to
update it.
This removes it, along with the .gitattributes file, since it is no
longer needed with the ini file gone.
Close #13662
2023-05-18 07:15:27 +02:00
ozone10
4e0f50416d
GUI Enhancement: Plugins Admin dialog
...
- add key accelerators
- remove unused define
- add initializers
- fix override warnings
- optimize dark mode
- resize listview controls based on other child controls
Fix #13622 , close #13623
2023-05-18 06:29:54 +02:00
Anders
571c815b1e
Fix error message on uninstallation
...
Only call CleanupDll if the DLL exists.
close #13653
2023-05-17 18:42:04 +02:00
Don Ho
a561cd37d4
Notepad++ 8.5.3 release
2023-05-15 07:01:31 +02:00
Don Ho
50b81eadef
Backup session file in case of its corruption
...
It could be, in certain unknown circumstances, the session file (session.xml) is saved with the incorrect characters (for example NUL characters) which leads session file corrupted and empty session loaded on the next launch. This commit makes a backup of session file before rewritting it, then check the session file after it having been writting - if written session file is corrupted, the backup session file will be restored, otherwise the backup file will be removed.
Ref:
1. https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6133#issuecomment-1121781830
2. https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6133#issuecomment-1544703701
Fix #13514 , close #13648
2023-05-15 05:59:14 +02:00
Don Ho
34186d2e85
Fix menu strings cut off regression for some localication
...
ref: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13556#issuecomment-1518197329
Fix #13556 , close #13645
2023-05-15 05:51:05 +02:00
schnurlos
2577594e2c
[xml] Update german.xml
...
Close #13642
2023-05-12 04:32:59 +02:00
Karlo-F
e6a12b6a41
[xml] Update croatian.xml to v8.5.3
...
Close #13640
2023-05-12 04:31:03 +02:00
xomx
f5d64151ef
[xml] Update czech.xml to v8.5.3
...
Close #13635
2023-05-12 04:28:32 +02:00
Don Ho
3c15ff5783
[xml] Make all the localization files pretty printed
...
This commit makes all the localization files pretty printed (indent only).
Close #13631
2023-05-09 04:52:09 +02:00
Don Ho
8dd1f3a337
Revert "[xml] Standarize english.xml format by using XML pretty print"
...
This reverts commit dccab1f25a
.
2023-05-08 16:35:03 +02:00
ArkadiuszMichalski
df3080d855
[xml] Update polish.xml to 8.5.3
...
Close #13628
2023-05-08 04:38:47 +02:00
Don Ho
dccab1f25a
[xml] Standarize english.xml format by using XML pretty print
...
Use XML Tools plugin for formatting english.xml.
Command: via menu "Plugins -> XML Tools-> Pretty Print" command.
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/13562#issuecomment-1518543453
Close #13621
2023-05-08 04:32:52 +02:00
Patriccollu
f5afac3f91
[xml] Update Corsican translation for Notepad++ 8.5.3
...
Close #13620
2023-05-07 16:57:58 +02:00
Juan
9fce39d2b2
[xml] Update galician.xml to v 8.5.3
...
Close #13562
2023-05-07 16:54:49 +02:00
schnurlos
d4f0fa95dd
[xml] Update german.xml
...
Close #13539
2023-05-07 16:51:09 +02:00
Juan
c9fa1742e0
[xml] Update spanish to v 8.5.3
...
Close #13537
2023-05-07 16:45:28 +02:00
Thomas De Rocker
97ad88227b
[xml] Update dutch.xml
...
Close #13536
2023-05-07 16:42:34 +02:00
Matteo Concato
20aeb510a5
[xml] update italian.xml
...
Close #13527
2023-05-07 16:37:57 +02:00
~GOLEM~
6b55dbd187
[xml] Update russian.xml
...
Close #13525
2023-05-07 16:33:47 +02:00
yasmise
a699f09c50
[xml] Update japanese.xml
...
* Update translations for these commits:
* Add hide/show ability of Control Characters (C0 & C1) and Unicode EOL (0cad36d
)
* Enhance Run Macro dialog (87e34c1
)
* Backup old version of shortcuts.xml (5b5c30b
)
* GUI enhancement: Find Characters in Range dialog (997ef82
)
* GUI enhancement: MD5 and SHA256 Hash dialogs (7e6c4b3
)
* GUI Enhancement: Preference Print sub-dialog (6b19445
)
* Some translations are modified to be clear.
Close #13518
2023-05-07 16:29:54 +02:00
rddim
76cf3c7931
[xml] Update Bulgarian localization
...
Close #13515
2023-05-07 16:24:27 +02:00
Marcellomco
befcbae1b4
[xml] Update brazilian_portuguese.xml
...
Close #13512
2023-05-07 14:28:50 +02:00
kubalav
13ef27645b
[xml] Update Slovak translation
...
Close #13509
2023-05-07 14:23:26 +02:00
Christophe Mateos
76afd9284e
[xml] Update french.xml
2023-05-07 14:19:29 +02:00
Regmos
c4563eddb2
Update danish.xml
...
Close #13495
2023-05-07 14:06:53 +02:00
Hugo Carvalho
17fcb4d3a0
[xml] Update portuguese.xml to v8.5.2
...
Close #13480
2023-05-07 13:52:05 +02:00
ozone10
052626ca99
GUI Enhancement: User Define dlgs
...
- main dlg shared part - tab focus reorder
- string dlg (User language name, New tab name) - make edit ctrl larger
- remove obsolete style
- add initializer
- fix override warnings
- optimize dark mode
- make translation consistent between source code and english lang xml files
Fix #13615 , close #13616
2023-05-07 05:50:58 +02:00
ozone10
2a21a042d1
Fix GCC warnings & add initializers
...
Fix #13603 , close #13604
2023-05-06 05:58:58 +02:00
ozone10
2d5c241e2b
Fix Change history margin in black color issue
...
Use Line number margin style color for Change history margin, if not defined in 'theme.xml'.
Fix #12764 , fix #13593 , close #13594
2023-05-04 05:03:49 +02:00
ozone10
6b194453b8
GUI Enhancement: Preference Print sub-dialog
...
- add initializers
- reorder controls for tab focus
- add accelerators
- make comboboxes larger
- replace variable static text with edit control
- fix override warnings
Fix #13601 , fix #12812 , close #13602
2023-05-04 04:25:57 +02:00
Don Ho
23a0cfb3aa
Enhance shortcuts backup & warning
...
Commit 5b5c30b0d3
backup current shortcuts file before rewritting it, and gives a warning to users.
However, when a PC installs v8.5.3 (or later version) from scratch (ie. no v8.5.2 or previous version installed), there should be no warning and no backup.
This commit remove unnecessary cases for warning user (and backup shortcuts file).
Enhance #13589 & #13599
Close #13609
2023-05-04 04:11:54 +02:00
ozone10
7e6c4b3c6b
GUI enhancement: MD5 and SHA256 Hash dialogs
...
- add accelerators
- add initializers
- optimize dark mod
Fix #13579 , close #13580
2023-05-02 16:58:08 +02:00
ozone10
997ef821d1
GUI enhancement: Find Characters in Range dialog
...
- add accelerators
- add initializers
Fix #13577 , close #13578
2023-05-02 04:58:52 +02:00
ozone10
61d2d36821
Make focus on edit field in Project panel File relocalizer dialog
...
- tab focus reorder
- optimize dark mod
- fix override warnings
- add initializer
Fix #13575 , close #13576
2023-05-02 04:18:44 +02:00
Don Ho
5b5c30b0d3
Backup old version of shortcuts.xml
...
An enhancement (fff5f9b
- it will be in v8.5.3) makes Macro & Run menu completely localizable. However, it will bring a regression and critical bug for all macro recorded by v8.5.2 and previous versions.
In order to remedy this issue, shortcuts.xml will be copied to shortcuts.xml.v8.5.2.backup before being written. So user can recover backup file if they want to back to v8.5.2 or previous version with the old data.
Fix #13589 , close #13599
2023-05-01 19:26:28 +02:00
ArkadiuszMichalski
ecb10712c1
Improve "Remove consecutive duplicate lines" command performance
...
Rewrite "Remove consecutive duplicate lines" without using regex.
Fix #5538 , fix #12548 , close #13558
2023-05-01 12:58:26 +02:00
ozone10
c585a1ab08
Fix incosistent key accelerator cue for groupbox in dark mode
...
Fix #13597 , close #13598
2023-04-29 19:47:14 +02:00
ozone10
80b34f0adf
Fix regression Run Macro Multiple Times cmd
...
Not changing times immediately from edit control.
Fix #13561 , close #13563
2023-04-25 04:48:51 +02:00
Don Ho
c76f178534
Fix regression of macro recording
...
Fix #13565 , close #13570
2023-04-23 15:16:52 +02:00
doug1234
2c6c556a3a
Project Workspace "Save a Copy As" confusion issue
...
Fix #13135 , close #13303
2023-04-22 15:39:51 +02:00
Don Ho
0457a112c7
Fix regression: Key-Combos in Shortcuts Mapper displayed incorrectly
...
Fix #13554
2023-04-21 20:36:29 +02:00
Alan Kilborn
bc7d6b26a4
Make input focus right in Shortcut dialog
...
Fix #13524 , close #13526
2023-04-21 08:02:46 +02:00
ozone10
3cf45ec3a8
Reorder tab focus in Run dlg
...
Plus:
- add key accelerators.
- remove unneeded library.
- add initializers.
Fix #13540 , close #13541
2023-04-21 07:55:57 +02:00
ArkadiuszMichalski
15decdb3d9
Make 'Remove consecutive duplicate lines' support more line break
...
Fix #13474 , close #13519
2023-04-20 10:22:42 +02:00
ozone10
87e34c1f7b
Enhance Run Macro dialog
...
- reorder tab focus.
- add key accelerators.
- optimize dark mode.
fix #13544 , close #13545
2023-04-19 21:09:21 +02:00
Don Ho
1a1ce04caa
Fix regression about empty combobox of Run macro dialog
2023-04-19 20:55:52 +02:00
ozone10
59c8689ff4
Fix warnings in WindowsDlg.cpp, .h files
...
And add initializers.
Fix #13542 , close #13543
2023-04-19 19:26:15 +02:00
Andreas Falkenhahn
de618df55f
Add Hollywood function list into installer
...
Close #13547
2023-04-19 15:22:07 +02:00
Don Ho
fff5f9b24c
Add the UTF8 character ability for Run & Macro menu
...
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13221#issuecomment-1457325172
Fix #12670 , fix #13221 , fix #13488 , close #13538
2023-04-19 02:06:40 +02:00
Mathias Berchtold
ac5657d826
Add comment line symbol for gui4cli
...
gui4cli uses // to comment a line.
Close #13501
2023-04-13 08:17:43 +02:00
Don Ho
96b56f61f9
Fix saving wrong macro/run menu UTF8 folder name after commands modification
...
The macro/run commands menu folder (submenu entry) can be UTF8 characters.
After modification of macro/run shortcut commands, the macro/run menu UTF8 folder names can be saved correctly by this commit, but in Unicode character number form instead of human readible characters.
Fix #12670 , close #13516
2023-04-13 05:14:26 +02:00
Don Ho
4934b46bd7
Fix UDL deletion issue
...
While there are the UDL in the userDefineLangs folder (new system) and a (or some) UDL in "userDefineLang.xml" (old system). The complete UDL deletion in "userDefineLang.xml" not remove "userDefineLang.xml" file.
This PR fixes the problem.
Fix #8101 , close #13513
2023-04-13 05:10:03 +02:00
Don Ho
6d917af8ba
Fix installer fails to update NppShell.dll
...
Fix #13496
2023-04-12 00:00:02 +02:00
Alan Kilborn
cca3eccea1
Fix RTL not working on FindInFiles progress window
...
Fix #13458 , close #13490
2023-04-11 23:47:27 +02:00
ozone10
83b0b1e4ce
Move uchardet file definitions from main project file to separate targets file
...
fix #13493 , close #13494
2023-04-11 15:54:38 +02:00
ozone10
0cad36d636
Add hide/show ability of Control Characters (C0 & C1) and Unicode EOL
...
Fix #8111 , close #13324
2023-04-11 15:35:35 +02:00
doug1234
81802e7d77
Fix search results output alignment for large file searches
...
Fix #13481 , close #13482
2023-04-10 15:18:43 +02:00
Don Ho
14b215db76
Update slovenian.xml
2023-04-09 19:03:48 +02:00
Don Ho
81db72afb3
Fix Column Editor OK button not disabled if Text-to-Insert is empty
...
Fix #13315
2023-04-06 23:43:08 +02:00
Don Ho
6326340ccb
Remove unecessary file
2023-04-06 14:36:00 +02:00
Don Ho
28b45ccee4
Notepad++ v8.5.2 release
2023-04-06 14:12:52 +02:00
Don Ho
9ee9046be4
Add the definition of "DEBUGGING"
2023-04-04 17:11:00 +02:00
Hugo Carvalho
9d06762a71
[xml] Update portuguese.xml
...
Fix #13472
2023-04-04 15:32:44 +02:00
Karlo-F
9d94b29b7d
[xml] Update croatian.xml to v8.5.2
...
Close #13471
2023-04-04 15:31:09 +02:00
xomx
a333e0bc13
[xml] Update czech.xml to v8.5.2
...
Close #13470
2023-04-04 15:29:25 +02:00
ArkadiuszMichalski
44a1a7d710
[xml] Update polish.xml to 8.5.2
...
Close #13469
2023-04-04 15:27:44 +02:00
~GOLEM~
b292e7e278
[xml] Update russian.xml v8.5.2
...
Close #13466
2023-04-04 15:25:06 +02:00
Sapziller
27600a7a66
Update korean translate (8.5.1)
...
Close #13400
2023-04-04 15:21:47 +02:00
ozone10
810ceacb49
Add dark mode to new column editor feature
...
Fix #13467 , close #13468
2023-04-04 01:15:26 +02:00
Don Ho
0dff45568b
Make uninstaller clean up better
2023-04-03 23:40:31 +02:00
Blackspirits
dbe1ab2ee3
Update Portuguese translation for Notepad++ 8.5.1
...
Close #13432
2023-04-02 16:44:11 +02:00
Hedman
193a19ccb2
Add PowerShell block comment style in HotFudgeSundae.xml
...
Fix #13271 , close #13273
2023-04-02 16:38:30 +02:00
schnurlos
c2f18fb785
[xml] Update german.xml
...
Close #13409
2023-04-02 16:05:06 +02:00
Marcellomco
5518ec069a
[xml] Update brazilian_portuguese.xml
...
Fix #13397 , close #13398
2023-04-02 16:03:56 +02:00
kubalav
70d24706a5
[xml] Update Slovak translation
...
Close #13412
2023-04-02 16:01:06 +02:00
Alan Kilborn
c7e9440179
Turn off "Match Case" and "Whole Word" options by default in Find In Finder
...
Fix #13415 , close #13427
2023-04-02 15:51:12 +02:00
rddim
ecf6eba681
[xml] Update Bulgarian localization
...
Close #13449
2023-04-02 15:35:27 +02:00
yasmise
ef7b9360a4
[xml] Update japanese.xml
...
Add translations for these commits:
* Add ability to do leading spaces with ColumnEditor (7f54a4b
)
* Add more items and HTML Hexadecilmal column to ASCII panel (9b67c93
)
* Add hits in-progress increased number to Search Progress dialog (508b3fa
)
Close #13451
2023-04-02 15:33:09 +02:00
Patriccollu
c96bcbd8b7
[xml] Update Corsican translation for Notepad++ 8.5.2
...
Close #13455
2023-04-02 15:31:25 +02:00
Christophe Mateos
a30daeb7f9
[xml] Update french.xml
...
Close #13463
2023-04-02 15:28:39 +02:00
Artem Polivanchuk
444c5e5a49
[xml] Update ukrainian.xml
...
Close #13462
2023-04-02 15:20:54 +02:00
Robert Di Pardo
38d23d36e9
[xml] Provide a default Dark Mode theme for MS Transact-SQL
...
Ref. https://community.notepad-plus-plus.org/post/85179
Close #13461
2023-04-02 14:33:46 +02:00
Juan
18b8c1248d
[xml] Update galician.xml to v. 8.5.1
...
Close #13380
2023-04-02 04:55:35 +02:00
Juan
f8ce71a5c9
[xml] Update spanish.xml to v. 8.5.1
...
Close #13376
2023-04-02 04:53:23 +02:00
Matteo Concato
baef651e9c
[xml] update Italian.xml v8.5.1
...
Close #13374
2023-04-02 04:52:05 +02:00
Karlo-F
959bb5db63
[xml] Update croatian.xml to v8.5.1
...
Close #13371
2023-04-02 04:49:22 +02:00
Emir SARI
bedc92d022
[XML] Update Turkish translations
...
Small improvements, that make it more in-line with the generally
accepted Turkish software l10n.
Close #13311
2023-04-02 04:47:04 +02:00
Karlo-F
778e1f568e
Add show non-printable characters style in Deep Black theme
...
Close #13258
2023-04-02 03:29:32 +02:00
ozone10
37a18bf3b8
Fix dock panels visual glitch
...
The visual glitch is caused by 'Find in Search Results'.
Fix #13402 , fix #13459
2023-04-02 02:35:55 +02:00
Don Ho
e28db05754
Fix "Edit with Notepad++" context menu needs restarting OS issue
...
Fix context menu disappears issue while update.
It works with https://github.com/notepad-plus-plus/nppShell/pull/14 to fix
https://github.com/notepad-plus-plus/nppShell/issues/13
It fixes also the added dependency of the service "Application Information".
Fix #13446 , fix #13457
2023-04-01 23:59:38 +02:00
Alan Kilborn
508b3fabd6
Add hits in-progress increased number to Search Progress dialog
...
Fix #13364 , close #13404
2023-03-31 00:12:24 +02:00
ozone10
7b4e700d49
Use the right size of icon in system tray
...
Fix #8971 , close #13419
2023-03-30 15:29:22 +02:00
Bjarke Istrup Pedersen
2bcc32cb99
Cleanup old NppShell & adapt the new one in installer
...
Close #13411
2023-03-30 15:10:32 +02:00
Alan Kilborn
b54b9c49ce
Remember "Bookmark Line" and "Purge" options in Mark dlg through the session
...
Fix #13277 , close #13443
2023-03-30 02:36:59 +02:00
Alan Kilborn
a67a5f7170
Fix unexpected column jump post brace match
...
Fix #13433 , close #13441
2023-03-30 02:31:10 +02:00
ozone10
24d3a69f0f
Dark mode enhancement: make combobox focus more visible
...
Use focus rectangle for list combobox with focus.
Fix #13420 , close #13421
2023-03-30 02:21:05 +02:00
doug1234
5e23a86179
Fix Mark dialog's Copy Marked Text button is not macroable issue
...
Fix #13405 , close #13407
2023-03-30 02:13:48 +02:00
ozone10
7e4b281b8a
GUI enhancement: use split button for find dlg swap/copy button
...
- Reorder controls for consistent tab switching.
- Fix visual glitch for checkbox button focus rectangles.
Fix #13368 , fix #13021close #13372
2023-03-30 01:00:11 +02:00
Don Ho
d37c7c396a
Fix value in config.xml does not match user's preference in Column Editor
...
Fix #13370
2023-03-28 18:09:02 +02:00
Don Ho
57667d136f
Update Slovenian translation
2023-03-28 12:51:13 +02:00
Don Ho
641b6e71c2
Fix XML syntax error
2023-03-27 14:15:02 +02:00
Don Ho
a049009ba9
Add a philosophy quote
2023-03-27 03:21:41 +02:00
afalkenhahn
d21f7cbf5c
Added Hollywood support
...
Close #13417
2023-03-26 23:39:47 +02:00
ozone10
9b67c93ef9
Add more items and HTML Hexadecilmal column to ASCII panel
...
Fix #13347 , close #13348
2023-03-25 02:42:00 +01:00
Alan Kilborn
7f54a4b959
Add ability to do leading spaces with ColumnEditor
...
Fix #11148 , fix #13309 , close #13336
2023-03-25 02:33:09 +01:00
ozone10
1f96776757
Fix find dialog flicker
...
When using Select and Find cmds first time, and find dialog is not already created.
Fix #9536 , fix #13381 , close #13383
2023-03-24 21:14:59 +01:00
Don Ho
c59c07b4fa
Notepad++ 8.5.1 release
2023-03-23 23:47:24 +01:00
Don Ho
9c15bdc236
Fix unregister modern context menu syntax error and remove concerning binaries during uninstallation
2023-03-20 00:37:44 +01:00
Bjarke Istrup Pedersen
e849406806
Fix cleanup jobs problem for context menus in uninstaller
...
Close #13373
2023-03-19 21:00:38 +01:00
Don Ho
eded6099b0
Make MS Trasact-SQL easier to be found in Style Configurator
...
Fix #13367
2023-03-19 19:02:57 +01:00
Don Ho
5645ca150b
Integrer new Windows 11 Explorer Context Menu Entry "Edit with Notepad++"
2023-03-17 00:45:06 +01:00
Don Ho
9462238c0f
Fix localization files structure error (already fixed in code)
2023-03-16 19:35:39 +01:00
Marcellomco
c838741f4d
[xml] Update brazilian_portuguese.xml
...
Close #13359
2023-03-16 19:24:15 +01:00
xomx
b60231e1e6
[xml] Update czech.xml to v8.5.1
...
Close #13358
2023-03-16 19:07:30 +01:00
Bjarke Istrup Pedersen
ce4d374a47
Add Windows 11 context menu entry "Edit with Notepad++"
...
This commit implements the Windows 11 context menu using the correct way of having a DLL file and a sparse package.
Fix #13320 , close #13330
2023-03-16 18:47:04 +01:00
~GOLEM~
7561864299
[xml] Update russian.xml to v8.5.1
...
Close #13356
2023-03-16 17:59:43 +01:00
schnurlos
626cc53209
[xml] Update german.xml
...
Close #13352
2023-03-16 17:56:54 +01:00
Patriccollu
8cd1559d4a
[xml] Update Corsican translation for Notepad++ 8.5.1
...
Close #13340
2023-03-16 17:44:24 +01:00
yasmise
2fcdb6e6c5
[xml] Update japanese.xml
...
Update Japanese translation for these commits:
* Replace recent file ValueDlg with edit fields & fix DocSwitcher RTL problem (269e78b
)
* Make tray icon context menu translatable (52d3c36
)
* Add ability to copy "Find what" to "Replace with" and vice versa (12f649b
)
Close #13339
2023-03-16 17:33:49 +01:00
Matteo Concato
a5fdb42ede
[xml] Update Italian.xml
...
Close #13326
2023-03-16 17:28:59 +01:00
Asx
669bbb2284
Update chineseSimplified.xml
...
Close #13310
2023-03-16 17:21:01 +01:00
kubalav
ccbc757a4b
[xml] Update Slovak translation
...
Close #13300
2023-03-16 17:12:05 +01:00
rddim
d060b0f01a
[xml] Update Bulgarian localization
...
Close #13299
2023-03-16 17:09:01 +01:00
Christophe Mateos
f9e1a0b398
[xml] updating French translation
...
Close #13298
2023-03-16 17:05:18 +01:00
Don Ho
e1e7196264
Add several spiritual quotes
2023-03-16 16:40:53 +01:00
zeltop
816fa3e414
Add GDScript language
...
Adds GDScript language support, autocomplete file, functionlist, default and dark themes.
Fix #13329 , close #13335
2023-03-14 23:45:57 +01:00
Robert Di Pardo
01bbebf825
Add MS Transact-SQL
...
Add built-in support for Microsoft's SQL dialect, Transact-SQL, used by Microsoft SQL Server. This enables Lexilla's dedicated MS SQL lexer.
To preserve the current file extension mapping, the new lexer is mapped to the *.tsql file extension only.
Users can select "Microsoft Transact-SQL" from the Language menu to apply MS SQL Server style to scripts with the *.sql extension.
Keywords and styles copied from https://www.scintilla.org/mssql.properties
Fix #5940 , fix #7988 , fix #11718 , fix #12610 , fix #13160 , close #13184
2023-03-14 01:03:37 +01:00
Christian Grasser
feb454ad6f
Update scintilla 5.3.4 and lexilla 5.2.4 with:
...
https://www.scintilla.org/scintilla534.zip
Released 8 March 2023.
Add multithreaded wrap to significantly improve performance of wrapping large files.
More typesafe bindings of *Full APIs in ScintillaCall. Feature #1477 .
Fix overlapping of text with line end wrap marker. Bug #2378 .
Fix clipping of line end wrap symbol for SC_WRAPVISUALFLAGLOC_END_BY_TEXT.
Where a multi-byte character contains multiple styles, display each byte as a representation. This makes it easier to see and fix lexers that change styles mid-character, commonly because they use fixed size buffers.
Fix a potential crash with autocompletion list fill-ups where a SCN_CHARADDED handler retriggered an autocompletion list, but with no items that match the typed character.
lexilla523
Released 8 March 2023.
Add scripts/PromoteNew.bat script to promote .new files after checking.
Makefile: Remove 1024-byte line length limit..
Ruby: Add new lexical classes for % literals SCE_RB_STRING_W (%w non-interpolable string array), SCE_RB_STRING_I (%i non-interpolable symbol array), SCE_RB_STRING_QI (%I interpolable symbol array), and SCE_RB_STRING_QS (%s symbol). Issue #124 .
Ruby: Disambiguate %= which may be a quote or modulo assignment. Issue #124 , Bug #1255 , Bug #2182 .
Ruby: Fix additional fold level for single character in SCE_RB_STRING_QW. Issue #132 .
Ruby: Set SCE_RB_HERE_QQ for unquoted and double-quoted heredocs and SCE_RB_HERE_QX for backticks-quoted heredocs. Issue #134 .
Ruby: Recognise #{} inside SCE_RB_HERE_QQ and SCE_RB_HERE_QX. Issue #134 .
Ruby: Improve regex and heredoc recognition. Issue #136 .
Ruby: Highlight #@, #@@ and #$ style interpolation. Issue #140 .
Ruby: Fix folding for multiple heredocs started on one line. Fix folding when there is a space after heredoc opening delimiter. Issue #135 .
YAML: Remove 1024-byte line length limit.
https://www.scintilla.org/lexilla524.zip
Released 13 March 2023.
C++: Fix failure to recognize keywords containing upper case. Issue #149 .
GDScript: Support % and $ node paths. Issue #145 , Pull request #146 .
Close #13338
2023-03-13 21:06:09 +01:00
Don Ho
12f649bf54
Add ability to copy "Find what" to "Replace with" and vice versa
...
This feature use the same swap button for new added actions:
Use mouse right click on swap button to have popup menu for toggling among "Swap Replace with Find", "Copy from Find to Replace" and "Copy from Replace to Find".
Related to #12195
Fix #12122 , close #13332
2023-03-12 14:11:05 +01:00
Alan Kilborn
5251d8477a
Code enhancement: remove unnecessary hidden lines separator marker
...
Let Scintilla manage hidden lines separator and free marker 17 for plugins use.
Fix #12109 , close #13223
2023-03-11 02:03:04 +01:00
Don Ho
399a8f3020
Fix tipos
...
Close #13323
2023-03-09 18:56:07 +01:00
Don Ho
bf8b9e613e
Fix x86 build error
2023-03-08 19:34:41 +01:00
Don Ho
36da61dc35
Code enhancement: remove some MSVS analysis warning (Part 5)
2023-03-08 18:35:02 +01:00
Don Ho
ab5d29b6fe
Code enhancement: remove some MSVS analysis warning (Part 4)
2023-03-08 00:28:42 +01:00
Don Ho
f85435d962
Code enhancement: remove some MSVS analysis warning (Part 2)
2023-03-07 05:03:16 +01:00
Don Ho
0b6a8e2011
Fix an eventual crash and UDL empty button issue after changing language
...
The bug was inserted by the following commit:
4d217387f1
Fix #13228
2023-03-07 03:52:10 +01:00
Don Ho
25be5dd3b6
Code enhancement: remove some MSVS analysis warning (Part 2)
2023-03-06 19:33:36 +01:00
Don Ho
c8e4e671da
Code enhancement: remove some MSVS analisis warning
2023-03-06 17:55:53 +01:00
ozone10
34545beddd
Code enhancement: enable code analysis with custom rule set
...
Ref https://github.com/notepad-plus-plus/notepad-plus-plus/pull/13143#issuecomment-1434689064
Close #13168
2023-03-06 16:17:30 +01:00
ArkadiuszMichalski
52d3c36e35
Make tray icon context menu translatable
...
Fix #11628 , close #13241
2023-03-06 15:49:55 +01:00
ozone10
b8291d4911
GUI visual enhancement: optimize dlg items redraw
...
Fix #13230 , close #13231
2023-03-06 15:39:38 +01:00
ozone10
269e78bc1e
Replace recent file ValueDlg with edit fields & fix DocSwitcher RTL problem
...
Remove ValueDlg class.
Fix #13244 , fix #13248 , close #13245
2023-03-06 14:44:50 +01:00
Don Ho
21a78ed035
Notepad++ release 8.5
2023-03-06 03:19:41 +01:00
Don Ho
f923940dcc
Add more translation of 'Edit with Notepad++'
...
Close #13265
2023-03-05 22:48:39 +01:00
ArkadiuszMichalski
20f381e506
Add langCode for English and convert passed value to one format
...
Fix #8927 , close #13272
2023-03-05 22:18:40 +01:00
ArkadiuszMichalski
dc0c8d6510
Fix visual glitch for UDL window when changing localization
...
Fix #10876 , close #13242
2023-03-05 22:12:58 +01:00
Alan Kilborn
fa9504d595
Don't populate in Find what if a stream selection more than 1024 characters
...
Avoid auto-population into "Find What" if "In Selection" is going to be auto-checkmarked.
Fix #12603 , close #12603
2023-03-05 20:24:43 +01:00
ArkadiuszMichalski
9c0e1e4559
Fix "Recent Files" menu lost translation
...
Fix #9343 , close #13208
2023-03-05 20:14:41 +01:00
ArkadiuszMichalski
892ab0850f
Fix untitled document number jumping or repeated problem
...
Fix #13194 , fix #8677 , fix #11704 , close #13204
2023-03-05 20:06:47 +01:00
Karlo-F
7789c7daf5
[xml] Update croatian.xml to 8.5
...
Close #13257
2023-03-05 19:54:19 +01:00
Daniel Fuchs
d4f8aea5d2
Update german.xml to v8.5
...
Close #13262
* update translation to current workprint of english.xml
* change version scheme to a yyyy.mm.dd format for better versioning
* removed redundant comments
2023-03-05 19:53:03 +01:00
Matteo Concato
e9e5f57f81
[xml] Update italian.xml
...
Close #13268
2023-03-05 19:17:07 +01:00
ArkadiuszMichalski
35dcffc33e
[xml] Update polish.xml to 8.5
...
Close #13275
2023-03-05 18:47:23 +01:00
Sahid Ali Zakaria
9362e782d8
Update indonesian.xml to v8.5
...
Close #13282
2023-03-05 18:45:53 +01:00
ArkadiuszMichalski
568075beb5
Fix wrong value set in Preferences->Performance->"Define Large File Size"
...
Use correct type for file size variables.
Fix #13280 , close #13290
2023-03-05 18:01:54 +01:00
Edditoria
081e8ad11b
[xml] Update localization: Hong Kong Cantonese...
...
Close #13247
2023-02-26 23:14:56 +01:00
schnurlos
8a69ab841f
[xml] Update german.xml
...
Close #13051
2023-02-26 21:07:40 +01:00
Thomas De Rocker
d660070ac1
Update dutch.xml
...
Close #13148
2023-02-26 21:06:13 +01:00
Juan
4648a25138
[xml] Update spanish.xml
...
Close #13239
2023-02-26 21:03:59 +01:00
Juan
e4b18fbcc7
[xml] Update galician.xml
...
Close #13240
2023-02-26 20:59:42 +01:00
Don Ho
cd64850ed8
Update SUPPORTED_SYSTEM.md for Vista & Server 2008
...
Fix #13074
2023-02-26 20:47:23 +01:00
Hugo Carvalho
055deeb4b5
[xml] Update portuguese.xml
...
close #13090
2023-02-26 01:39:16 +01:00
Don Ho
7c848e89e4
Merge branch 'fix_13228' of https://github.com/ArkadiuszMichalski/notepad-plus-plus into ArkadiuszMichalski-fix_13228
2023-02-25 18:39:04 +01:00
Christophe Mateos
7cc7bcf60a
[xml] Update French translation file
...
Close #13225
2023-02-25 18:17:04 +01:00
yasmise
642a3493fb
[xml] update japanese.xml
...
Add translations for these commits:
* Add Begin/End Select in Column Mode command (0792452
)
* Add show non-printable characters command (aaab190
)
* Make Non-Print Characters show by default (dc99ce1
)
* Translate 'Compact Language Menu' popup dialog (43d9f0d
)
* Add option to make auto-completion list brief (9eab1f5
)
* Make two items in progress dialog translatable (3f13957
)
* Make categories in the Shortcut Mapper dialog translatable (f7fcab4
)
* Make theme warning message translatable (switching unsaved theme to another) (0c704fd
)
* Apply tab colors to document list items and add groups to document list. (37963ea
)
* Make Context menu in Shortcut Mapper (Modify, Delete, Clear) translatable (f403b12
)
* Fix translation issue for Dock/Undock label in User-Defined dialog (9627494
)
* GUI enhancement: replace auto-complete link mini dlg with slider (caff51c
)
* Rename commanfd "Remove Unmarked Lines" to "Remove Non-Bookmarked Lines" (3f3aed4
)
* Make "Cannot open file" message translatable (a689635
)
* GUI enhancement: use edit field instead of tab size link + mini dlg (8b3f072
)
* Set english.xml version right (99e7c5a
)
Close #13093
2023-02-25 17:38:00 +01:00
Don Ho
d4d4163cb3
Fix an eventual memory leak
2023-02-25 16:40:38 +01:00
ArkadiuszMichalski
4d217387f1
Fix Dock/Undock label when we change localization
2023-02-25 02:58:37 +01:00
Don Ho
b1e1361189
Updat the translation of 'Edit with Notepad++'
2023-02-25 02:36:48 +01:00
Juan
2939039dbe
[xml] Update galician.xml to v8.5.0
...
Close #13161
Estuve más de cuatro horas para adaptarlo al english.xml actual y son necesarios más cambios.
Espero que lo acepten para terminar de igualarlo en futuras traducciones.
2023-02-25 01:27:25 +01:00
Patriccollu
07804a8288
[xml] Update Corsican translation for Notepad++ 8.5.0
...
Close #13059
2023-02-25 01:19:34 +01:00
kubalav
3abd500d70
[xml] Update Slovak translation
...
Close #13050
2023-02-25 01:17:03 +01:00
Marcellomco
dc611488e2
[xml] Update brazilian_portuguese.xml
...
Close #13049
2023-02-25 01:14:41 +01:00
A. Regnander
74101aa689
Update swedish.xml
...
Close #13025
2023-02-25 00:41:28 +01:00
Juan
2525c2d102
[xml] Update spanish.xml to v8.5.0
...
Close #13144
2023-02-25 00:27:27 +01:00
rddim
167e7fdd4f
[xml] Update Bulgarian localization
...
Close #13169
2023-02-25 00:17:51 +01:00
ozone10
2bf50bc191
Add edit ctrl highlight on focus for incremental search & function panel
...
- Enable edit control highlight for incremental search and function panel
- add initializers
Fix #13187 , close #13187
2023-02-24 23:49:42 +01:00
~GOLEM~
8444f85c1c
[xml] Update russian.xml for v8.5.0
...
Close #13102
2023-02-24 20:26:28 +01:00
Matteo Concato
130ccd81fc
[XML] update italian.xml v.8.5.0
...
Close #13165
2023-02-24 18:08:46 +01:00
xomx
5a886fd60b
[xml] Update czech.xml to v8.5
...
Close #13218
2023-02-24 17:57:56 +01:00
ArkadiuszMichalski
bb260a15d7
[xml] Update polish.xml to 8.5
...
Close #13215
2023-02-24 16:51:16 +01:00
xomx
e819b6d392
Czech translation of context menu entry
...
translation for #13201
Close #13212
2023-02-24 16:48:48 +01:00
Don Ho
99e7c5a84c
Set english.xml version right
2023-02-24 02:59:43 +01:00
ozone10
8b3f072a38
GUI enhancement: use edit field instead of tab size link + mini dlg
...
Fix #11695 , fix #13176 , close #13177
2023-02-24 01:58:40 +01:00
ozone10
ea008dc29d
Fix regression about search progress window visual glitch
...
Fix #13185 , close #13189
2023-02-24 01:21:03 +01:00
ArkadiuszMichalski
0649ca9c57
[xml] Add RETURNING keyword to SQL
...
Fix #3536 , close #13195
2023-02-24 00:51:29 +01:00
ArkadiuszMichalski
a689635037
Make "Cannot open file" message translatable
...
Fix #13175 , close #13190
2023-02-24 00:49:49 +01:00
Matteo Concato
81b41be647
Translate explorer context menu "Edit with Notepad++" in Italian
...
Close #13206
2023-02-23 22:26:29 +01:00
rddim
96030fe833
Add Bulgarian context menu entry
...
Close #13205
2023-02-23 21:10:05 +01:00
Don Ho
a0031159cd
Add new explorer context menu entry "Edit with Notepad++" for W11
...
Windows 11 has its new interface for its explorer context menu. It makes the old "Edit with Notepad++" command hardly accessible. This commit improves the accessibility and also fix issue of run as an administrator (Properties set in Compatibility) in the new context menu command.
It fixes also the context menu command issue under ARM64 architecture (fixed only under Windows 11).
The localization of "Edit with Notepad++" is also possible in this commit.
Note that if the command place of "Edit with Notepad++" context menu command is taken by other application ("\HKEY_CLASSES_ROOT*\shell\pintohome"), the new context menu "Edit with Notepad++" won't be installed. User should install it him/herself.
Fix #10320 , fix #10565 , fix #4368 , fix #8786 , fix #10320 , fix #10640 , fix #10856 , fix #10653 , fix #7747 , fix #6169 , fix #92 , close #13170
2023-02-23 15:17:46 +01:00
Alan Kilborn
b077c58b5d
Make volatile Find uses least-strict option settings
...
Fix #13145 , close #13159
2023-02-23 02:59:00 +01:00
mpheath
4fd972cda3
Auto-completion enhancement: reduce duplicate items in function/word list
...
Fix #13061 , close #13098
2023-02-23 02:07:25 +01:00
Alan Kilborn
1b65cc0104
Make Select and Find (Next or Previous) always in Normal search mode
...
Fix #3229 , close #13155
2023-02-21 18:46:20 +01:00
ArkadiuszMichalski
3f3aed43ed
Rename commanfd "Remove Unmarked Lines" to "Remove Non-Bookmarked Lines"
...
Fix 5502; close #13149
2023-02-21 16:05:01 +01:00
ArkadiuszMichalski
a0caaf83e3
[xml] Add more pseudo-classes to CSS
...
Fix #10517 , close #13156
2023-02-21 04:25:24 +01:00
Christian Grasser
b9ab516c2c
Code enhancement: fix clang warnings
...
- reduced visibility of tagMaxLen to AutoCompletion.cpp
- fixed missing init of BoostRegexSearch::_lastDirection, adapted also _substituted
- removed unused vars Printer::_nbPageTotal, FunctionListPanel::_hTreeViewImaLst
- fileBrowser.cpp(511,35): warning : equality comparison with extraneous parentheses [-Wparentheses-equality]
- ProjectPanel.cpp(595,35): warning : equality comparison with extraneous parentheses [-Wparentheses-equality]
- removed unused methods IsStateComment(), IsStateString() from LexObjC.cxx
- removed unused var KEYWORD_FOLDCONTRACTED from LexObjC.cxx
Close #13167
2023-02-21 02:24:33 +01:00
Alan Kilborn
5c10f58212
Fix hit text in search results being out of sight issue
...
Fix #13129 , close #13138
2023-02-21 02:09:04 +01:00
ozone10
caff51c788
GUI enhancement: replace auto-complete link mini dlg with slider
...
Fix #13162 , close #13163
2023-02-21 01:05:12 +01:00
Alan Kilborn
5e2f5d79aa
Code enhancement: correct parameter error to call of doOpen
...
Fix #13150 , close #13158
2023-02-20 23:21:59 +01:00
ozone10
d30b789d67
Add support for non-printing char in main Search Result dock window
...
ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/13020#issuecomment-1430034599
Close #13128
2023-02-20 17:20:04 +01:00
ozone10
278f694f3a
Code enhancement: fix GCC implicit-fallthrough warnings
...
Fix #13142 , close #13143
2023-02-17 15:00:53 +01:00
ArkadiuszMichalski
9627494043
Fix translation issue for Dock/Undock label in User-Defined dialog
...
Fix 8020, close #13127
2023-02-16 14:30:47 +01:00
ozone10
4a4f96cefc
Code enhancement: Fix GCC warnings
...
- fix conversion warnings
- fix missing-field-initializers warnings
- fix unused-parameter warnings
- fix deprecated-copy warnings
- add initializers
Fix #13122 , close #13123
2023-02-15 21:06:38 +01:00
Christian Grasser
e163c6d0aa
Code enhancement: Secure overloads
...
- use _CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES, like in scintilla, see description in msdn https://msdn.microsoft.com/de-de/library/ms175759.aspx
- enable SDLCheck https://learn.microsoft.com/en-us/cpp/build/reference/sdl-enable-additional-security-checks?view=msvc-170
Close #13104
2023-02-15 15:19:37 +01:00
Don Ho
52c850de74
Fix a minor GUI glitch in Preferences lg
...
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/13075#issuecomment-1429515246
2023-02-14 19:00:39 +01:00
ArkadiuszMichalski
f403b12264
Make Context menu in Shortcut Mapper (Modify, Delete, Clear) translatable
...
Fix one of issues in https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8972
Close #13120
2023-02-14 17:41:02 +01:00
ArkadiuszMichalski
d2ba9cae0e
Add keywords and functions of PHP
...
Fix #13012 , fix #9897 , close #13111
2023-02-14 16:59:15 +01:00
ozone10
37963ea21a
Apply tab colors to document list items
...
and add groups to document list.
Fix #12155 , fix #12689 , cllose #13080
2023-02-14 14:15:13 +01:00
ArkadiuszMichalski
0c704fd66b
Make theme warning message translatable (switching unsaved theme to another)
...
Fix report from comment: #8972 (comment).
Close #13112
2023-02-14 04:37:01 +01:00
ArkadiuszMichalski
f7fcab4c21
Make categories in the Shortcut Mapper dialog translatable
...
Fix #8858 , close #13110
2023-02-14 04:19:19 +01:00
ozone10
63ba30cfe1
Code enhancement: add -Wextra flag for GCC builds
...
- fix ignored-qualifiers warnings
- fix inconsistent-missing-override warnings
- use -O3 flag for GCC builds to keep inline with scintilla and lexilla
- add clang default settings in props
- add clang detection in debug info
Fix #13099 , close #13100
2023-02-13 23:55:35 +01:00
Alan Kilborn
dbd0c43dd1
Fix missing translation for the context menu items
...
Fix tab-bar-drag-to-edit-area move-and-clone ("Move to Other View" and "Clone to Other View") menu items not translating.
Fix #13088 , close #13097
2023-02-13 17:27:49 +01:00
ArkadiuszMichalski
3f13957f69
Make two items in progress dialog translatable
...
Fix part of #8004 , close #13096
2023-02-12 18:30:33 +01:00
Christian Grasser
43182e1d04
Update to Scintilla 5.3.3 and Lexilla 5.2.2
...
update to https://www.scintilla.org/scintilla533.zip with:
1. Released 8 February 2023.
2. Fix SCI_LINESJOIN bug where carriage returns were incorrectly retained. Bug #2372 .
3. Fix SCI_VERTICALCENTRECARET to update the vertical scroll position.
4. When an autocompletion list is shown in response to SCN_CHARADDED, do not process character as fill-up or stop. This avoids closing immediately when a character may both trigger and finish autocompletion.
5. On Cocoa fix character input bug where dotless 'i' and some other extended Latin characters could not be entered. The change also stops SCI_ASSIGNCMDKEY from working with these characters on Cocoa. Bug #2374 .
6. On GTK, support IME context. Feature #1476 .
7. On GTK on Win32, fix scrolling speed to not be too fast. Bug #2375 .
8. On Qt, fix indicator drawing past left of text pane over margin. Bug #2373 , Bug #1956 .
9. On Qt, allow scrolling with mouse wheel when scroll bar hidden.
and https://www.scintilla.org/lexilla522.zip with
1. Released 8 February 2023.
2. C++: Fix keywords that start with non-ASCII. Also affects other lexers. Issue #130 .
3. Matlab: Include more prefix and suffix characters in numeric literals. Issue #120 .
4. Matlab: More accurate treatment of line ends inside strings. Matlab and Octave are different here. Issue #18 .
5. Modula-3: Don't treat identifier suffix that matches keyword as keyword. Issue #129 .
6. Modula-3: Fix endless loop in folder. Issue #128 .
7. Modula-3: Fix access to lines beyond document end in folder. Issue #131 .
8. Python: Don't highlight match and case as keywords in contexts where they probably aren't used as keywords. Pull request #122 .
9. X12: Support empty envelopes. Bug #2369 .
update CMakeLists.txt to latest changes within vcxproj file
Close #13082
2023-02-12 17:11:57 +01:00
mpheath
9eab1f566d
Add option to make auto-completion list brief
...
Add filter and recall autocomplete option, so list will be shorter and shorter by adding characters.
Fix #12783 , close #13075
2023-02-12 03:01:56 +01:00
Don Ho
03a5c4795b
Add new notification for lexer plugin
...
The NPPN_EXTERNALLEXERBUFFER is sent to plugins with buffer ID (idFrom) when a new lexer is applied to the buffer in question.
Fix #12351 , close #13091
2023-02-11 19:20:57 +01:00
Don Ho
4d107e2691
Close doc in document list on middle mouse button up
...
In 94b83158dc
, closing doc in document list was on middle mouse button down.
This commit make it on middle mouse button up (for aligning with closing tab behaviour in Notepad++, also with OS middle mouse button click behaviour).
2023-02-11 18:53:58 +01:00
Rubat
94b83158dc
Add middle mouse click ability to close doc in Document List
...
Documents are closed on middle mouse click down.
Fix #12949 , close #13015
2023-02-11 18:49:13 +01:00
Alan Kilborn
0d9b16634d
Fix Synch H/V Scrolling commands not sync with 2 views
...
Fix #5250 , fix #13071 , close #13069
2023-02-08 01:59:21 +01:00
mpheath
9285bf2d42
Fix missing items in word autocomplete
...
Word autocomplete change from case sensitive search to variable search based on _ignoreCase unless language type is text. This allows text documents to retain case sensitive search to respect typed case as the issue only affects case insensitive Data/Programming languages. If normal.xml exist in the autocomplete folder then xml defaults apply for text so would be case insensitive by default unless overridden by the xml setting <Environment ignoreCase="no" />.
Fix #13060 , close #13062
2023-02-07 16:03:48 +01:00
ozone10
f38195a0da
Fix GCC conversion warnings
...
Fix #13055 , close #13056
2023-02-06 20:06:56 +01:00
ozone10
296a168b3f
Fix Doc Switcher bottom cut off regression
...
Fix #13053 , close #13054
2023-02-06 19:56:41 +01:00
ArkadiuszMichalski
43d9f0d665
Translate 'Compact Language Menu' popup dialog
...
Fix #13026 , close #13035
2023-02-06 19:37:06 +01:00
ozone10
dc99ce1035
Make Non-Print Characters show by default
...
Add NEL and ALM to NPC, and add note to not translate npc custom color stylename.
Close #13063
2023-02-06 19:30:14 +01:00
Don Ho
39f32bda96
Fix panels not restored from systemtray with "Edit with Notepad++" in admin mode
...
Continue the fix from:
afacc8338e
Eventualy fix Notepad++ not being restored on the foreground issue.
Fix #13041 , close #13058
2023-02-06 15:47:22 +01:00
ozone10
aaab190763
Add show non-printable characters command
...
| Name | Codepoint | Abbreviation |
|------------------------------|-----------|--------------|
| No-Break Space | U+00A0 | NBSP |
| Ogham Space Mark | U+1680 | OSPM |
| Mongolian Vowel Separator | U+180E | MVS |
| En Quad | U+2000 | NQSP |
| Em Quad | U+2001 | MQSP |
| En Space | U+2002 | ENSP |
| Em Space | U+2003 | EMSP |
| Three-Per-Em Space | U+2004 | 3/MSP |
| Four-Per-Em Space | U+2005 | 4/MSP |
| Six-Per-Em Space | U+2006 | 6/MSP |
| Figure Space | U+2007 | FSP |
| Punctation Space | U+2008 | PSP |
| Thin Space | U+2009 | THSP |
| Hair Space | U+200A | HSP |
| Zero-Width Space | U+200B | ZWSP |
| Zero-Width Non-Joiner | U+200C | ZWNJ |
| Zero-Width Joiner | U+200D | ZWJ |
| Left-To-Right Mark | U+200E | LRM |
| Right-To-Left Mark | U+200F | RLM |
| Line Separator | U+2028 | LS |
| Paragraph Separator | U+2029 | PS |
| Left-To-Right Embedding | U+202A | LRE |
| Right-To-Left Embedding | U+202B | RLE |
| Pop Directional Formatting | U+202C | PDF |
| Left-To-Right Override | U+202D | LRO |
| Right-To-Left Override | U+202E | RLO |
| Narrow No-Break Space | U+202F | NNBSP |
| Medium Mathematical Space | U+205F | MMSP |
| Word Joiner | U+2060 | WJ |
| Left-To-Right Isolate | U+2066 | LRI |
| Right-To-Left Isolate | U+2067 | RLI |
| First Strong Isolate | U+2068 | FSI |
| Pop Directional Isolate | U+2069 | PDI |
| Inhibit Symmetric Swapping | U+206A | ISS |
| Activate Symmetric Swapping | U+206B | ASS |
| Inhibit Arabic Form Shaping | U+206C | IAFS |
| Activate Arabic Form Shaping | U+206D | AAFS |
| National Digit Shapes | U+206E | NADS |
| Nominal Digit Shapes | U+206F | NODS |
| Ideographic Space | U+3000 | IDSP |
| Zero-Width No-Break Space | U+FEFF | ZWNBSP |
Fix also issue with tooltips in preference dialog, when changing between dark/light mode.
Fix #827 , fix #4731 , fix #8284 , close #13020
2023-02-05 04:20:25 +01:00
Alan Kilborn
07924528c4
Add Begin/End Select in Column Mode command
...
Fix #12833 , fix #12832 , close #13034
2023-02-04 04:46:24 +01:00
Don Ho
5aeb8abb5d
Fix notepad replacement opening file name containing white space regression
...
Fix #13032 , close #13027
2023-02-02 20:35:45 +01:00
Andreas Heim
5014edfacc
Fix some issues in Pascal/Delphi function list parser
...
Fix #12851 , close #12852
2023-02-02 18:38:40 +01:00
mpheath
62a23a8dc7
Fix autocomplete to sort case insensitive issue
...
Fix #12495 , close #12703
2023-02-01 02:04:23 +01:00
Rubat
afacc8338e
Fixed dock-able panels not restoring for mono instances
...
The bug happens when Notepad++ is in the tray, and is restored via mono instance restore mechanism.
Fixes #9454 , close #12817
2023-01-31 20:04:03 +01:00
ozone10
05977f6308
Get full product name for debug info for Windows 11
...
Make it consistent with earlier version of Windows.
Fix #12855 , close #12856
2023-01-31 19:58:32 +01:00
ozone10
e003f5b45f
Code enhancement: Use dlg resource parameters instead of reSizeTo
...
Fix #12857 , close #12858
2023-01-31 19:54:14 +01:00
Don Ho
409c363e1a
Notepad++ v8.4.9 release
2023-01-31 12:55:51 +01:00
ArkadiuszMichalski
92db94a359
[xml] Update polish.xml to 8.4.9
...
Close #12846
2023-01-27 02:52:38 +01:00
Edditoria
277ea770fe
[xml] Update localization: Hong Kong Cantonese...
...
As at commit f526567
of this repo.
This is a minor update for better presentation.
Close #12848
2023-01-27 02:50:50 +01:00
Karlo-F
e302ea2c9f
[xml] Update croatian.xml to 8.4.9
...
Close #12850
2023-01-27 02:48:37 +01:00
Don Ho
6e7901ecb3
Fix folder display mess in non-western languges under Macro/Run menu
...
Fix #12670
2023-01-26 23:32:51 +01:00
Latt Hsiang
f526567f70
Update chineseSimplified.xml
...
Retranslated "Function Completion" and "Word Completion"
Close #12798
2023-01-23 21:29:42 +01:00
Tmp341
4fa9aae254
Update Turkish localization
...
* According to 81a77f1
and 307fd2f
commits.
Close #12838
2023-01-23 21:27:30 +01:00
Andreas Heim
7dab5735c3
Update german.xml
...
Fix #12839 , close #12840
2023-01-23 15:55:34 +01:00
Tmp341
0d22c4d867
Update Turkish localization
...
* Checked diff between 9809e2f
and aa8ae48
commits via [Compare](9809e2f..aa8ae48 (diff-a6ac7ceba70d88bf1547fd1defd760bd55052dcdb78c44f9d46d99ef1f450472)
).
Close #12718
2023-01-23 04:23:43 +01:00
schnurlos
e8422ec9d9
[xml] Update german.xml to v8.4.9
...
Fix some text & missing entries.
Included https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12710 from Karlo-F
Close #12728
2023-01-23 04:22:28 +01:00
kubalav
8673880621
[xml] Update Slovak translation
...
Close #12732
2023-01-23 04:21:02 +01:00
rddim
ee805cadb1
[xml] Update Bulgarian localization
...
Close #12734
2023-01-23 04:18:35 +01:00
Christophe Mateos
80f8540d1c
[xml] Update french.xml
...
Close #12733
2023-01-23 04:17:08 +01:00
Marcello-mco
e995980349
[xml] Update brazilian_portuguese.xml
...
Translation for "Add setting for panels to ignore '-nosession' "
Close #12735
2023-01-23 04:15:47 +01:00
Patriccollu
31e2491c2f
Update Corsican translation for Notepad++ 8.4.9
...
Close #12741
2023-01-23 04:13:25 +01:00
~GOLEM~
2402871419
[xml] russian.xml update v8.4.9
...
Close #12746
2023-01-23 04:11:51 +01:00
yasmise
f351f83290
[xml] update japanese.xml to v8.4.9
...
Add translations for these commits:
* Add support selection for "EOL to Space" commands (81a77f13a6
)
* Add setting for panels to ignore '-nosession' (307fd2fcd2
)
Close #12750
2023-01-23 04:10:24 +01:00
Edditoria
1a85a3d7d6
[xml] Update localization: Hong Kong Cantonese...
...
As at commit 13dfaa9
of this repo.
Close #12770
2023-01-23 04:05:58 +01:00
Hugo Carvalho
88b303f120
[xml] Update portuguese.xml
...
For commits: 81a77f13a6
307fd2fcd2
Other minor corrections
Close #12786
2023-01-23 04:03:51 +01:00
doufu3344
d8a3ea135d
Update chineseSimplified.xml
...
Close #12793
2023-01-23 04:01:38 +01:00
Don Ho
01661acbaa
Fix un uncomment undo regression
...
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12830#issuecomment-1399538801
Fix #12830
2023-01-22 18:31:28 +01:00
Don Ho
eabf5d76c5
Fix cannot undo "Block Uncomment" command in one shot
...
Fix #12830
2023-01-22 15:55:30 +01:00
Don Ho
04f38a7af0
Fix undo "Insert Date/Time" needs 2 times to get old data back issue
...
Fix #12831
2023-01-22 03:56:43 +01:00
Don Ho
535bd8fa0e
Use wide char version's function directely (part3)
...
ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12613#discussion_r1045153278
2023-01-21 21:28:23 +01:00
ozone10
8add866460
Code enhancement: use conformant code
...
Fix #12818 , close #12819
2023-01-21 04:32:56 +01:00
Don Ho
63d1bbae78
Fix v8.4.8 hanging while opening some Pascal files
...
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12822#issuecomment-1397862706
Fix #12822
2023-01-20 05:05:54 +01:00
Don Ho
6140865351
Use wide char version's function directely (part2)
...
ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12613#discussion_r1045153278
2023-01-19 04:12:29 +01:00
Don Ho
432dcb7f15
Use wide char version's function directely (part1)
...
ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12613#discussion_r1045153278
2023-01-19 02:52:23 +01:00
Andreas Heim
d476a894c2
Make Pascal/Delphi functionList more efficient and more reliable
...
Fix #12808 , close #12811
2023-01-17 16:58:54 +01:00
Don Ho
b280db88dc
Add more unit tests for function list
...
Following the commit 7fad2a62d4
2023-01-17 15:35:38 +01:00
mpheath
7fad2a62d4
Fix exclude functions in comment zones of function list
...
Fix exclude functions in comment zones in C++, PHP, JavaScript and Pascal.
Fix #12759 (partially - issue 1 & issue 2), close #12799
2023-01-17 02:29:12 +01:00
ArkadiuszMichalski
1652236f32
Add selection support to TAB and Space conversion commands
...
Fix #12720 , fix #12745 , close #12739
2023-01-14 17:15:42 +01:00
Don Ho
6c3659fe73
Fix Notepad Replacement bug by simplifying its code
...
Fix #12775 , close #12800
2023-01-14 15:30:31 +01:00
Don Ho
df658a6010
Refactoring: make code more readable
2023-01-13 14:42:29 +01:00
ozone10
662b54e28a
Add property sheet in VS project and clean project file
...
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12773#discussion_r1064351459
Fix #12790 , close #12791
2023-01-11 18:34:01 +01:00
ozone10
6078ec7369
Replace macro min/max with std::min/std::max
...
ref https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11147#issuecomment-1365724574
Close #12784
2023-01-10 21:01:36 +01:00
ozone10
0742410737
Use predefined cursor (hand) for link text
...
Fix #12772 , close #12773
2023-01-10 00:38:00 +01:00
ozone10
b3934afd92
Fix Notpad++ hangs while deleting search results results
...
When deleting search results use setLexer only when lexer is SCLEX_NULL.
Fix #12555 , clos #12765
2023-01-08 02:51:06 +01:00
ozone10
17eba0a374
Fix docking GUI for plugin in light mode
...
Improve also combobox "v" position in hiDPI.
Fix #12007 , close #12754
2023-01-07 14:19:24 +01:00
VinsWorldcom
fd84de1ee4
Fix some incoherent upper/lower case in coffee.xml
...
Fix lowercase keyWord to proper uppercase KeyWord in APIs/coffee.xml file.
Fix #12762 , close #12763
2023-01-06 19:25:11 +01:00
Don Ho
bdb06d5c10
Add JSON5 support
...
Currently, it's only JSONC (with js comment supported).
It will be enhanced in the future.
Usage: set your file to JSON5 via language menu, or change file extension to .json5 or .jsonc.
Note that the keywords and stylers are shared with JSON.
Fix #11676 , fix #11713 , close #12761
2023-01-06 14:25:19 +01:00
ArkadiuszMichalski
13dfaa96a8
Add -Wconversion flag to makefile
...
Fix #12740 , close #12747
2023-01-03 01:23:30 +01:00
Andreas Heim
3596517894
Pascal function list parser enhancement
...
Prevent in function list panel entries of procedure/function declarations placed in interface section of a Pascal unit as they are superfluous duplicates.
Fix #12693 , fix #12687 , close #12686 , close #12694
2023-01-02 17:27:17 +01:00
ozone10
3da880b4f8
Align edge with tab (dark mode)
...
1. Draw frame around tabs in multi-line state (dark mode).
2. Adjust padding for hiDPI.
3. Add initializers.
Fix #12737 , close #12738
2023-01-01 13:24:27 +01:00
xomx
c63c0035f3
Fix saving 4GB+ files file size cutting off issue
...
This commit fixes invalid 64-bit to 32-bit castings of filesize integers.
Fix #12526 , close #12736
2022-12-31 17:52:20 +01:00
ozone10
307fd2fcd2
Add setting for panels to ignore '-nosession'
...
Fix #9710 , close #12699
2022-12-30 20:08:10 +01:00
ArkadiuszMichalski
81a77f13a6
Add support selection for "EOL to Space" commands
...
And rename "Remove Unnecessary Blank and EOL" command to "Trim both and EOL to Space".
Fix #12702 , close #12711
2022-12-30 17:26:15 +01:00
Don Ho
3ee8660c23
Replace N++ by Notepad++ and fix some typos
...
Fix also function "getWinVersionStr" not returning "Windows 11":
https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12722#discussion_r1058510340
Fix #12708 , fix #12709
2022-12-29 15:38:20 +01:00
ozone10
50e95d2267
Code enhancement: Replace undocumented functions
...
Fix #12721 , close #12722
2022-12-29 15:11:05 +01:00
ozone10
6a8a446eb6
Add dark mode to project panel file relocalizer dlg
...
Fix #12713 , close #12714
2022-12-28 18:08:12 +01:00
ArkadiuszMichalski
3022a2ee2d
[xml] Add .psd1 as recognized file extension for PowerShell
...
Fix #9912 , close #12719
2022-12-28 16:47:56 +01:00
ArkadiuszMichalski
1d6fe3ff42
[xml][force compile] Add toolbarIcons.xml to the build process
...
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12682#issuecomment-1365151173
Close #12712
2022-12-27 19:20:06 +01:00
ozone10
dc3fd93f5a
Fix doc switcher not using other icon sets
...
And add initializers.
Fix #12242 , close #12701
2022-12-27 15:16:22 +01:00
ArkadiuszMichalski
d87e996ff2
[xml] Add .mjs as recognized file extension for JavaScript
...
Fix #10746 , close #12704
2022-12-27 02:39:19 +01:00
ozone10
d1565a4705
Fix memory leak, fix warnings, replace GetWindowLong with GetWindowLongPtr
...
Fix #12697 , close #12698
2022-12-26 20:23:19 +01:00
ozone10
2fb7da73d7
Remove "stylerTheme" attribute in config.xml
...
Fix #12685 , close #12691
2022-12-26 15:20:16 +01:00
ArkadiuszMichalski
7fd8eb7f80
[xml] Update VBA keywords
...
Fix #9389 , close #12683
2022-12-26 14:45:07 +01:00
ArkadiuszMichalski
5a1e0898ca
Add two missing xml files to makefile
...
Close #12682
2022-12-26 14:05:38 +01:00
ozone10
90af76353e
Fix gcc warnings
...
Fix #12675 , close #12676
2022-12-26 12:01:33 +01:00
Coises
5719558588
Fix sorting not stable issue
...
Use std::stable_sort instead of std::sort for column selection sorts.
Fix #12678 , close #12680
2022-12-26 02:53:13 +01:00
ArkadiuszMichalski
3f0f6a2295
Fix trim operations for selection lines not working issue
...
Fix #12602 , fix #12658 , close #12655
2022-12-25 23:37:55 +01:00
ArkadiuszMichalski
ad6b9085dd
Fix XML tag-matching not be case-sensitive
...
Make XML and XHTML tag matching case-sensitive.
Fix #10011 , close #12688
2022-12-25 22:49:11 +01:00
Don Ho
3d1aa408dd
Enlarge items window in Preferences dialog for better translation display
2022-12-25 18:57:34 +01:00
Don Ho
ac8782db13
Notepad++ 8.4.8 release
2022-12-24 20:58:03 +01:00
Don Ho
13ddc1a339
Fix changing INI styles not working regression
...
Fix #12696
2022-12-24 17:46:23 +01:00
Don Ho
11f7ba2e0a
Fix a typo
2022-12-22 00:12:19 +01:00
Don Ho
529693a559
Add forgotten files into the binary packages
2022-12-21 23:52:53 +01:00
ozone10
caa4827e18
Fix search result not applying new theme
...
Fix #12588 , close #12672
2022-12-20 17:51:34 +01:00
ccuser44
4ae6736c99
Update lua.xml
...
Remove API which doesn't belong to official LUA, add new LUA API.
Close #12657
2022-12-20 17:15:10 +01:00
ozone10
f10753d2da
Make theme portable
...
Fix 6518f3e4b8 (commitcomment-93601484)
Close #12671
2022-12-20 15:12:53 +01:00
Don Ho
58416114da
Add tabContextMenu_example.xml into binary packages
2022-12-19 03:34:24 +01:00
ozone10
3bd262c7ce
Add dark autocompletion icons for dark themes
...
Fix #12549 , close #12667
2022-12-19 00:56:57 +01:00
ozone10
be98609801
Fix autocomplete/calltip colors not applied when changing themes
...
Fix #12514 , close #12666
2022-12-19 00:25:45 +01:00
Karlo-F
3012cb192a
[xml] Update croatian.xml
...
Updated croatian.xml to 8.4.8.
Close #12660
2022-12-18 22:26:47 +01:00
ozone10
6518f3e4b8
Fix theme not changed issue after switching dark/light mode in some cases
...
1. Fix custom theme (in %APPDATA%) not changing if it is not in default theme dir (in the installation location).
2. Fix default dark theme not applied in dark mode if config is missing (For example, the 1st launch of Notepad++ after its installation).
3. Fix theme not working in cloud issue and portable mode.
Fix #6092 , fix #10801 , fix #12296 , close #12662
2022-12-18 22:15:53 +01:00
Don Ho
a0c41cc5a5
Revert "Fix Trim Operations not working on selection"
...
This reverts commit bf34ef0dd5
due to bug https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12658
2022-12-18 21:24:24 +01:00
Edditoria
4f7f48a6af
Update localization: Hong Kong Cantonese
...
As at commit 3fcad98
of this repo.
Close #12567
2022-12-16 17:41:21 +01:00
rddim
6a853d7f47
Update Bulgarian localization
...
Close #12596
2022-12-16 17:38:27 +01:00
Marcello-mco
ef1cbbc7d6
[xml] Update brazilian_portuguese.xml
...
Close #12516
2022-12-16 14:16:48 +01:00
Don Ho
0fe063605e
[xml] Add comment to help reorganizing Macro & Run menu
2022-12-16 14:11:29 +01:00
vlakoff
1a5bd265e5
[xml] Fix some enties in PHP autocompletion
...
Close #12641
2022-12-16 12:07:59 +01:00
yasmise
264082145a
[xml] update japanese.xml to v8.4.8
...
Add translations for these commits:
* Add localization for Length label in the Customize Maximum Length popup (bc1487881a
)
* Update localization files (11ccc415e7
)
* Fix localization files (3fcad98883
)
* Fix inconsistencies at OS-forced Notepad++ (v8.4.7) exit (bd4c323d75
)
* Make tab context menu customizable (aa8ae48b99
)
Close #12542
Also some fix to remove useless space characters.
2022-12-16 11:56:04 +01:00
ArkadiuszMichalski
901f62f948
[xml] Update polish.xml to 8.4.8
...
Close #12653
2022-12-16 02:50:58 +01:00
ArkadiuszMichalski
cf158689f7
Add Go to settings for "Change History margin" style in Style Configurator
...
Close #12650
2022-12-16 01:01:38 +01:00
Hugo Carvalho
4f7ae29bfa
[xml] Update portuguese.xml
...
Close #12599
2022-12-16 00:44:06 +01:00
ArkadiuszMichalski
e45c1fc322
[xml] Fix disabled options activated in themes issue
...
Don't use non-working attributes for WidgetStyle in themes.
Fix #12508 , close #12635
2022-12-16 00:24:27 +01:00
xomx
166b9b5c45
[xml] Update czech.xml to v848
...
Close #12652
2022-12-16 00:06:20 +01:00
Artem Polivanchuk
83dcf5d575
[xml] Update ukrainian.xml
...
Close #12276
2022-12-16 00:05:12 +01:00
schnurlos
d89f338953
[xml] Update german.xml to v8.4.8
...
Close #12543
2022-12-16 00:02:05 +01:00
Patriccollu
1b22df5391
[xml] Update Corsican translation for Notepad++ 8.4.8
...
Close #12561
2022-12-15 23:59:08 +01:00
Christophe Mateos
df911511ac
[xml] Update french.xml
...
Close #12590
2022-12-15 23:56:16 +01:00
~GOLEM~
b97305517a
[xml] Update russian.xml to v 8.4.8
...
Close #12601
2022-12-15 23:52:58 +01:00
ArkadiuszMichalski
4276165bbd
Fix themes' inconsistent behaviour after saving
...
Don't write the fontStyle attribute in the theme if it doesn't exist.
Fix #12642 , close #12644
2022-12-15 23:50:11 +01:00
kubalav
109ad868b3
Update Slovak translation
...
Close #12515
2022-12-15 18:13:59 +01:00
Juan
be2c1bfbce
Update spanish.xml to v8.4.7
...
Close #12573
2022-12-15 18:10:08 +01:00
Juan
9752c9e103
Update galician.xml v 8.4.7
...
Close #12572
2022-12-15 18:05:38 +01:00
ArkadiuszMichalski
e75bd80693
Fix Go to settings for URL hovered style
...
Close #12634
2022-12-15 17:13:31 +01:00
Don Ho
c0e2073280
Enhance Properties file: add/improve the syntax folding/highlighting
...
And make the description more accurate on status bar.
Ref:
3fb9c7195f (r93126447)
2022-12-15 16:21:54 +01:00
Christian Grasser
fc61868cf2
Update to Scintilla 5.3.2 and Lexilla 5.2.1
...
update to https://www.scintilla.org/scintilla532.zip with:
Released 6 December 2022.
Add SCI_REPLACETARGETMINIMAL to change text without causing unchanged prefix and suffix to be marked as modified in change history.
Draw background colour for EOL annotations with standard and boxed visuals.
Add SCI_GETSTYLEDTEXTFULL to support 64-bit document positions on Win32 replacing SCI_GETSTYLEDTEXT which is not safe for huge documents. Feature #1455 .
Send SCN_AUTOCCOMPLETED for SCI_AUTOCSHOW triggering insertion because of SCI_AUTOCSETCHOOSESINGLE mode. Feature #1459 .
Change 'paragraph up' commands SCI_PARAUP and SCI_PARAUPEXTEND to go to the start position of the paragraph containing the caret. Only if the caret is already at the start of the paragraph will it go to the start of the previous paragraph. Bug #2363 .
Change release compilation optimization option to favour speed over space. -O2 for MSVC and -O3 for gcc and clang.
On Win32, avoid blurry display with DirectWrite in GDI scaling mode. Bug #2344 .
On Win32, use the top-level window to find the monitor for DirectWrite rendering parameters. Temporarily switch DPI awareness to find correct monitor in GDI scaling mode. Bug #2344 .
On Qt, implement SCI_SETRECTANGULARSELECTIONMODIFIER for all platforms.
On Qt, allow string form XPM images for SCI_REGISTERIMAGE.
and https://www.scintilla.org/lexilla521.zip with
Released 6 December 2022.
Update to Unicode 14. Feature #1461 .
Change default compilation optimization option to favour speed over space. -O2 for MSVC and -O3 for gcc and clang.
Batch: Fix comments starting inside strings. Issue #115 .
F#: Lex signed numeric literals more accurately. Issue #110 , Issue #111 .
F#: Add specifiers for 64-bit integer and floating point literals. Issue #112 .
Markdown: Stop styling numbers at line start in PRECHAR style. Issue #117 .
PowerShell: Recognise numeric literals more accurately. Issue #118 .
Close #12624
2022-12-15 13:11:17 +01:00
Don Ho
27e19089d2
[xml] Fix xml syntax error
2022-12-15 02:08:31 +01:00
Don Ho
3fb9c7195f
Add more keywords and file extentions for languages
2022-12-15 00:56:29 +01:00
Biswapriyo Nath
41ebf9a2ba
Make some git related files apply to ini syntax automatically
...
This .gitconfig file syntax is as similar as .ini file
as documented here[1]. gitmodules[2] and gitattributes[3]
also follow same syntax. The VSCode ini extension[4]
maintain the similarities.
[1]: https://git-scm.com/docs/git-config#_configuration_file
[2]: https://www.git-scm.com/docs/gitmodules
[3]: https://www.git-scm.com/docs/gitattributes
[4]: https://github.com/microsoft/vscode/blob/main/extensions/ini/package.json
Close #12629
2022-12-14 16:54:25 +01:00
xomx
4f1aa7b004
Fix crash on Win32 Namespace prefixed file name
...
Implement support for Win32 Namespace prefixed file name in Notepad++.
(Ref: https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file#win32-file-namespaces )
Support the Win32-filenames escaped by \\?\ or \\?\UNC\, possible globbing in filenames (\\?\C:\fil?.txt) and shell links (\\?\C:\file.txt.lnk) included.
Unsupported (temporarily - it needs further patches for Notepad++):
- any raw filename with length exceeding the MAX_PATH.
- any nonstandard Windows OS filename: with 'dot' or 'space' char(s) at the name end, WinOS reserved ones: AUX, CON, PRN, NUL, COM1-9, LPT1-9 and the ones with invalid ASCII chars in it (0-31, <, >, | , ").
Fix #12453 , close #12613
2022-12-14 15:02:04 +01:00
Don Ho
ee336b24c1
[xml] Add SQL unit tests
...
And make unit test error message more explicit.
Close #12627
2022-12-13 15:58:37 +01:00
Massimo Fidanza
a755c56639
Enhance SQL function list
...
Close #12625
2022-12-11 18:50:22 +01:00
ArkadiuszMichalski
bf34ef0dd5
Fix Trim Operations not working on selection
...
Trim Operations works for entire document only.
Now selection for Trim Operations is supported.
Fix #12602 , close #12626
2022-12-11 14:27:10 +01:00
Don Ho
4e4d9d95ce
Fix delimiter selection crash issue
...
Fix #12384 , close #12621
2022-12-10 13:15:40 +01:00
Don Ho
f1e1f6be87
Make Run menu organizable with sub-menu
...
This commit uses the same mechanism (8e85110b5e
) for organization of macro menu:
Add attribute `FolderName="sub-menu name"` in "Command" node to have the sub-menu.
Close #12617
2022-12-09 16:34:01 +01:00
Don Ho
8e85110b5e
Make macro menu organizable with submenu
...
This PR allows users to add one level of submenu manually for macro command in shortcuts.xml, in order to better organize macro menu commands.
For doing it, `FolderName="my menu 1"` attribut should be added in <Macro> node. Only 1 level of submenu is allowed.
Here is an example:
```xml
<Macros>
<Macro name="aa" Ctrl="no" Alt="no" Shift="no" Key="0">
<Action type="1" message="2170" wParam="0" lParam="0" sParam="A" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="A" />
</Macro>
<Macro name="azerty" Ctrl="no" Alt="no" Shift="no" Key="0" FolderName="words">
<Action type="1" message="2170" wParam="0" lParam="0" sParam="a" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="z" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="e" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="r" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="t" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="y" />
</Macro>
<Macro name="qwerty" Ctrl="no" Alt="no" Shift="no" Key="0" FolderName="words">
<Action type="1" message="2170" wParam="0" lParam="0" sParam="q" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="w" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="e" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="r" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="t" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="y" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="
" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="
" />
</Macro>
<Macro name="BB" Ctrl="no" Alt="no" Shift="no" Key="0">
<Action type="1" message="2170" wParam="0" lParam="0" sParam="
" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="
" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="B" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="B" />
</Macro>
<Macro name="Trim Trailing Space and Save" Ctrl="no" Alt="yes" Shift="yes" Key="83" FolderName="func">
<Action type="2" message="0" wParam="42024" lParam="0" sParam="" />
<Action type="2" message="0" wParam="41006" lParam="0" sParam="" />
</Macro>
<Macro name="azerty2" Ctrl="no" Alt="no" Shift="no" Key="0">
<Action type="1" message="2170" wParam="0" lParam="0" sParam="a" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="z" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="e" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="r" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="t" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="y" />
<Action type="1" message="2170" wParam="0" lParam="0" sParam="2" />
</Macro>
</Macros>
```
Fix #5349 , close #12605
2022-12-07 01:55:15 +01:00
ArkadiuszMichalski
8785b29e21
Update PowerShell keywords
...
Close #12609
2022-12-06 16:35:24 +01:00
ArkadiuszMichalski
e64d1efe75
[xml] Add autocompletion for PowerShell
...
Fix #12492 , close #12606
2022-12-06 16:30:09 +01:00
xomx
6c9f4cdff3
Fix inconsistencies at OS-forced Notepad++ v8.4.7 exit - 2nd part
...
This fixes users reported inconsistency in between the usual Notepad++ exit initiated manually by a user and the Windows OS forced one in case that the Notepad++ backup mode is ON.
Fix 2nd part of the #12541
Close #12600
2022-12-04 14:07:35 +01:00
ArkadiuszMichalski
f6d36235cd
Fix sorting failure in zero-length column mode selection
...
Support thin rectangular by sort commands.
Ref: https://www.scintilla.org/ScintillaDoc.html#SCI_GETSELECTIONMODE
Fix #12299 , close #12595
2022-12-02 19:26:37 +01:00
Don Ho
c63cc6f219
Fix Default Language not working for the 1st empty file with empty session
...
Fix #12586
2022-12-02 17:57:50 +01:00
Don Ho
f400b682b5
[xml] Include tab cm old layout in comment
2022-12-01 16:19:34 +01:00
Don Ho
c1cb0022c4
Add a forgotten command
2022-12-01 15:21:31 +01:00
Don Ho
aa8ae48b99
Make tab context menu customizable
...
Use tabContextMenu_example.xml for the customization:
1. rename to tabContextMenu.xml
2. modify it
3. copy it beside notepad++.exe or to %APPDATA%\Notepad++\ according to your Notepad++ conf
4. relaunch Notepad++
Note for the localization:
1. You have to use the newest localization file (or modify your existing localization file with the newest english.xml).
2. The customized sub-menu entry cannot be translated. User can use his/her native language as value of attribute "FolderName" in tabContextMenu.xml file.
3. User can always add any command beyond the default commands in tabContextMenu.xml file. But such command won't be translated.
Fix #12170 , close #12576
2022-11-30 15:03:36 +01:00
xomx
bd4c323d75
Fix inconsistencies at OS-forced Notepad++ (v8.4.7) exit
...
Now if the Notepad++ will have an unsaved data and is still running at the OS restart/shutdown, there will be one universal messagebox "Windows session is about to be terminated but you have some data unsaved. Do you want to exit Notepad++ now?".
When Notepad++ backup mode is ON, answer:
- YES ... Notepad++ simply quits (Notepad++ backup engine silently handles all the stuff needed)
- NO ... Notepad++ stays running, user is on his/her own
When Notepad++ backup mode is OFF, answer:
- YES ... Notepad++ behaves identically as in the case of the usual Notepad++ IDM_FILE_EXIT or WM_CLOSE messages (save dlgs appears etc., it depends on the current user Notepad++ settings)
- NO ... Notepad++ stays running, user is on his/her own
Fix v847
2022-11-29 15:32:30 +01:00
Don Ho
de5f419314
Fix the tab context menu reload command's state not synchronized
...
Fix #12579
2022-11-28 19:08:26 +01:00
Arkadiusz Michalski
cffdf79a9b
More performance optimization for the Remove Empty Lines command
...
Close #12544
2022-11-25 18:01:26 +01:00
dinkumoil
891f2ed682
Add function list parser for NppExec plugin's scripting language
...
Fix #12517 , close #12519
2022-11-25 16:29:00 +01:00
xomx
6b34f9ce08
Fix incorrect plugin architecture reports partially
...
Fix partially #12565
Close #12566
2022-11-25 13:27:01 +01:00
VinsWorldcom
f03381e779
Autocomplete enhancement: sharpen icons
...
Fix #12549 , close #12550
2022-11-23 19:24:08 +01:00
CennoxX
22963f53dd
Add Mark Styles to theme DansLeRuSH-Dark
...
Add missing Mark Styles, remove missplaced tabs.
Fix #12504 , close #12551
2022-11-23 18:03:49 +01:00
Don Ho
3fcad98883
Fix localization files
2022-11-22 19:13:09 +01:00
Don Ho
11ccc415e7
Update localization files
2022-11-22 18:32:36 +01:00
Don Ho
4c188c3019
Fix style.xml not remember by light mode
2022-11-22 16:59:50 +01:00
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
2022-11-22 01:54:05 +01:00
Arkadiusz Michalski
6803b69c0b
Make some styles to be more visible with the current line style
...
Fix #12506 , close #12507
2022-11-14 18:58:40 +01:00
Arkadiusz Michalski
d53ed27bb3
Improve the performance of Remove Empty Lines command
...
Fix #12462 , close #12512
2022-11-14 18:46:18 +01:00
dinkumoil
87a53d1ed2
Add Pascal/Delphi for Function List
...
Add Pascal/Delphi FunctionList parser and unit tests.
Fix #3664 , close #12489
2022-11-14 15:35:10 +01:00
Arkadiusz Michalski
bc1487881a
Add localization for Length label in the Customize Maximum Length popup
...
Fix #12421 , close #12429
2022-11-14 00:09:09 +01:00
Arkadiusz Michalski
bac903208c
Change foreground color for ERROR in JSON to be more readable
...
Fix #8715 , close #12441
2022-11-13 23:40:57 +01:00
Arkadiusz Michalski
596df7988a
Update PowerShell keywords
...
Fix #5004 , close #12491
2022-11-13 18:16:04 +01:00
Arkadiusz Michalski
997349d056
FindReplaceDlg enhancement: Add vertical scroll bar on all combobox
...
Add WS_VSCROLL to all COMBOBOX in FindReplaceDlg.
Fix #12459 , close #12501
2022-11-13 16:01:14 +01:00
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
2022-11-12 18:42:26 +01:00
Don Ho
f6b1cf3e77
Update certif/sha256 verification
2022-11-12 02:28:30 +01:00
Arkadiusz Michalski
67256a107b
Update CPP keywords
...
Fix #11936 , close #12477
2022-11-10 14:40:37 +01:00
Don Ho
c8816e08f7
Notepad++ 8.4.7 release
2022-11-08 12:42:39 +01:00
~GOLEM~
e5708bf3ea
Hotfix russian.xml v8.4.7
...
Fix wrong IDs.
Close #12452
2022-11-08 04:14:34 +01:00
Thomas De Rocker
e53aefcf87
Update dutch.xml
...
Close #12455
2022-11-08 04:12:13 +01:00
Karlo-F
a12168c3bb
Update croatian.xml to 8.4.7
...
Close #12456
2022-11-08 04:09:37 +01:00
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
2022-11-01 22:43:56 +01:00
Harvey R
6f67656f8c
Make solarized.xml up-to-date with stylers.xml
...
Fix #12425 , close #12444
2022-11-01 22:23:29 +01:00
Don Ho
713117c68d
Rename a function
2022-11-01 15:18:24 +01:00
SinghRajenM
5b9cd0b2e5
Fix plugin admin search issue
...
Fix #12375 , close #12376
2022-11-01 14:59:59 +01:00
Tianxiao Cao
0bd8f6f7e0
Update spanish.xml
...
Fix #12268 , close #12277
2022-11-01 14:25:09 +01:00
Artem Polivanchuk
c96be1bbe4
Update belarusian.xml
...
Close #12379
2022-11-01 13:59:32 +01:00
Arkadiusz Michalski
ae32f34fb3
Add minlength attribute for HTML
...
Fix #12416 , close #12430
2022-10-31 11:49:29 +01:00
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.
2022-10-31 01:52:42 +01:00
Christian Grasser
b502266e8d
Update to scintilla 5.3.1 and lexilla 5.2.0
...
Close #12327
2022-10-31 00:45:13 +01:00
Edditoria
22489a1311
Update localization: Hong Kong Cantonese
...
As at commit 2f080d8
of this repo.
Close #12428
2022-10-30 23:31:55 +01:00
rddim
2f080d82af
Update Bulgarian localization
...
Close #12343
2022-10-30 17:22:55 +01:00
Don Ho
b4c5c14cd6
Enlarge a control for the translation
2022-10-30 17:20:52 +01:00
Marcello-mco
9df5859d06
Update in Brazilian Portuguese translation
...
Close #12335
2022-10-30 15:37:58 +01:00
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
2022-10-30 14:06:33 +01:00
Matteo Concato
ed3189e00b
Update Italian.xml
...
Fix #12265 , close #12267
2022-10-30 13:25:52 +01:00
Hugo Carvalho
2fd55ff11d
Update portuguese.xml
...
Fix https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12269
Close #12274
2022-10-30 13:15:09 +01:00
kubalav
4cb312da58
Update Slovak translation
...
Close #12341
2022-10-30 13:10:56 +01:00
Patriccollu
8c7142ddb8
Update Corsican translation for Notepad++ 8.4.7
...
Close #12346
2022-10-30 12:59:35 +01:00
A. Regnander
b9bb1706b2
Update swedish.xml
...
Close #12345
2022-10-30 12:55:09 +01:00
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
2022-10-30 12:53:01 +01:00
~GOLEM~
39e0aa37b5
Update russian.xml v8.4.7
...
Close #12362
2022-10-30 12:50:24 +01:00
IoeCmcomc
32bb1457ca
Update Vietnamese translation
...
Close #12365
2022-10-30 12:43:31 +01:00
Sapziller
0ce2c20835
Update korean localization file
...
Update korean 8.4.5 -> 8.4.6
Close #12409
2022-10-30 12:34:15 +01:00
ArkadiuszMichalski
b8a05edcfa
Update polish.xml to 8.4.7
...
Update polish.xml to 8.4.7 according to the last commit.
Close #12413
2022-10-30 12:31:43 +01:00
xomx
a54cc861bf
Update czech.xml to v8.4.7
...
Close #12420
2022-10-30 12:29:15 +01:00
Don Ho
5867025842
Fix 32 bits build error
2022-10-30 11:47:45 +01:00
Don Ho
513ee3e3fe
Use Scitilla default 64 bits symbol
2022-10-30 01:09:52 +02:00
ArkadiuszMichalski
c3ffe35492
Enhance "Allow clickable link" option for Large File Restriction
...
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12369#issuecomment-1287821244 .
2022-10-28 12:37:32 +02:00
Don Ho
b4f569b8ba
Add back an misdeleted entry
2022-10-27 13:18:02 +02:00
Don Ho
50a50cce3c
Remember Column Editor settings through the sessions
...
Close #12386
2022-10-25 00:20:54 +02:00
Don Ho
cd6a6ac3bb
Add "Allow clickable link" option in large file restriction
...
And enhance large file restriction UI
Close #12369
2022-10-22 14:31:19 +02:00
Don Ho
7e080a46bb
Fix brace match not working in Large File Restriction
...
Fix also the highlight remaining issue while Large File Restriction disabled.
2022-10-20 16:19:49 +02:00
Don Ho
6755daf223
Enhance Large File Restriction UI
...
1. Rename some labels to be more explicit.
2. Add a tooltip for "Deactivate Word Wrap globally".
3. Unchecking "Enable Large File Restriction" removes the sub-restrictions.
2022-10-20 05:07:17 +02:00
SinghRajenM
546745fe34
Increase hash font height
2022-10-18 04:22:11 +02:00
Don Ho
c02c23b7d4
Add tooltips in performance section to make features more explicit
...
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12310#issuecomment-1279826809
2022-10-17 17:09:02 +02:00
xomx
1be0044663
Installer enhancement: prevent arm64 installer from installing on non ARM64 system
...
Fix #12320 , close #12331
2022-10-16 01:38:30 +02:00
xomx
a6a1442bab
Installer enhancement: remember "Don't use_%APPDATA%" option
...
Added detection of the "doLocalConf.xml" trigger-file from the previous installation.
Fix #12202 , close #12326
2022-10-15 23:38:50 +02:00
Don Ho
8ff003412a
Make large file limit (for styling) configurable
...
Background: because styling large file can cause the performance issue, 200 MB (and bigger) file is not applied to its language (if any) while loading.
This PR makes large file restriction for styling and for other features (smart highlighting, brace match, etc...) configurable via the section Performance of Preferences dialog.
Fix #11389 , fix #12260 , fix #11670 , close #12310
2022-10-15 18:18:06 +02:00
Anklebitter
49e5a17377
Enhance "Go To" dialog: update line/position data dynamically
...
Fix #12284 , close #12302
2022-10-09 17:35:37 +02:00
Don Ho
a26599794c
Refactoring & optimizing open/save large files time
2022-10-09 01:08:22 +02:00
Christian Grasser
f57c69aac6
Fix output from makefile and correct cmake for c++20
...
Close #12297
2022-10-07 02:58:44 +02:00
Don Ho
e73fca5a85
Use c++20 function ends_with()
...
Close #12294
2022-10-06 20:49:23 +02:00
ozone10
bcaf0f00b5
Update CI env to have GCC 12 for using c++20
...
1. Update Makefile to use c++20.
2. Update appveyor.yml to use MSYS2 (GCC 12).
Close #12292
2022-10-06 17:34:19 +02:00
Don Ho
3cbbb42933
Revert "Fix CI system error due to the project build env update"
...
This reverts commit c64049a1e6
.
2022-10-06 14:15:16 +02:00
Don Ho
c64049a1e6
Fix CI system error due to the project build env update
...
And use C++20 for string::ends_with() function.
2022-10-05 17:28:21 +02:00
SinghRajenM
4b539b4d5d
Build project using C++20
...
Fix #12232 , close #12233
2022-10-05 15:44:56 +02:00
Don Ho
4c96f86979
Update build environment
...
Update MS Visual Studio to 2022 and its platform toolkits to v143.
2022-10-05 13:52:55 +02:00
Harvey R
06a082d35f
Add Python missing option in theme files
...
Fix #12066 , close #12070
2022-10-05 04:19:21 +02:00
Robert Di Pardo
a610387fb4
Fix language detected from content not applied if default language is set
...
Properly handle missing file extensions in `Buffer::setFileName`
Before 6263ce5
, the user-preferred default language would apply to
files with no extension, but got overwritten by `L_TEXT` when the
extension was present *but unknown*.
This is why the `buf->_lang == L_TEXT` condition failed *only for
buffers with _no_ extension*.
Fix #11504 , close #12286
2022-10-05 00:56:15 +02:00
Don Ho
af0bc2e113
Revert "Fix detected language not being applied issue"
...
This reverts commit 6263ce5dec
for fixing the regression.
Fix #12226 , fix #12253
2022-10-05 00:06:57 +02:00
xomx
23fc940a27
Enhance N++ EndSession logging
...
To be able to distinguish:
- different types of Windows system restart/shutdown
- WM_CLOSE messages after previous WM_QUERYENDSESSION
Close #12257
2022-10-04 17:36:49 +02:00
Christian Grasser
20b14b8e4b
Updated nlohmann json to 3.11.2
...
Updated nlohmann json to 3.11.2 from https://github.com/nlohmann/json/releases/download/v3.11.2/json.hpp
Close #12271
2022-10-04 03:46:57 +02:00
Don Ho
4d50692809
Add new API for getting bookmark ID
...
ref: https://community.notepad-plus-plus.org/topic/23541/notepad-v8-4-6-release/22?_=1664842498334
2022-10-04 03:31:09 +02:00
Don Ho
83ee8f09bf
Clean up NPPM_ALLOCATEMARKER API
2022-10-03 01:32:11 +02:00
Don Ho
11884bd97f
Fix long filters get truncated in Find in Files feature
...
Increse filter size from 256 to 512 bytes.
Fix #12041
2022-09-30 16:14:15 +02:00
Chukwudumebi Smarty
dfa6c19d87
Make ESC Key abort "Move to Recycle Bin" confirmation prompt
...
Fix #12117 , close #12239
2022-09-29 16:49:53 +02:00
Adrian
4b3ee9c4ea
Fix line hiding issues
...
Fix #12184 , fix #8149 , close #12250
2022-09-29 15:32:58 +02:00
Don Ho
6750d4dbbc
Notepad++ release 8.4.6
2022-09-29 02:57:44 +02:00
SinghRajenM
2d4af44f54
Fix plugin admin UI overlapping
...
Fix #12229 , close #12230
2022-09-25 19:11:13 +02:00
Don Ho
155d75414b
Update localization files
2022-09-25 16:27:42 +02:00
Matteo Concato
6d5efab7de
Update italian.xml
...
Close #12215
2022-09-25 04:45:32 +02:00
Edditoria
bfc7c302c4
Update localization: Hong Kong Cantonese
...
As at commit 466053d
of this repo.
Close #12217
2022-09-25 04:43:44 +02:00
~GOLEM~
7df3d73621
Update russian.xml hotfix for v8.4.6
...
Close #12218
2022-09-25 04:41:30 +02:00
Christian Grasser
0ce3bc08df
Fix rebol syntax quote issue
...
see http://www.rebol.com/r3/docs/guide/code-syntax.html#section-3
setREBOLLexer seems to use wrong, non ASCII single quote, see also https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/lexilla/lexers/LexRebol.cxx#L38
found by clang tidy warning
Close #12221
2022-09-24 19:40:52 +02:00
Don Ho
18971709f5
Change colours for applying to tab more distiguishable
...
And simplify the code.
Ref: https://community.notepad-plus-plus.org/topic/23513/notepad-v8-4-6-release-candidate-2/3?_=1663982940040
Fix partially #12223
2022-09-24 19:35:08 +02:00
Karlo-F
466053dc99
Update crotian.xml to 8.4.6
...
Close #12210
2022-09-22 19:49:55 +02:00
xomx
0c121a1725
Update czech.xml to v8.4.6
...
Ciose #12212
2022-09-22 19:46:05 +02:00
Don Ho
848b412cf7
Fix Change History margin visual glichy under dark mode
...
Ref: https://community.notepad-plus-plus.org/topic/23510/notepad-v8-4-6-release-candidate/2?_=1663857801779
2022-09-22 19:28:08 +02:00
rddim
5a24dc77f9
Update Bulgarian localization
...
Close #12118
2022-09-22 01:15:25 +02:00
Matteo Concato
0dd9756740
Update italian.xml to 8.4.6
...
Close #12197
2022-09-22 01:07:42 +02:00
kubalav
1d07d4717c
Update Slovak translation
...
Close #12123
2022-09-21 20:23:46 +02:00
ArkadiuszMichalski
36bfe59d2a
Update polish.xml to 8.4.6
...
Update polish.xml to 8.4.6 according to the last commit.
Close #12206
2022-09-21 20:21:11 +02:00
Christophe Mateos
b48af08e8c
Update french.xml
...
Close #12176
2022-09-21 18:19:19 +02:00
Tmp341
a064015c01
Update Turkish localization
...
* According to 2258274
, 059bca3
, 67ab4d5
, 7d5516e
, 8519003
, and 9809e2f
commits.
Close #12115
2022-09-21 17:45:17 +02:00
~GOLEM~
d5a89ed922
Update russian.xml v8.4.6
...
Close #12173
2022-09-21 17:43:02 +02:00
schnurlos
514c9a4629
Update german.xml
...
Close #12168
2022-09-21 17:40:53 +02:00
Hugo Carvalho
26f80a7d31
Update portuguese translation
...
Close #12167
2022-09-21 17:38:34 +02:00
yasmise
aebab9330e
Update japanese.xml to v8.4.6
...
Close #12162
Add/Update translations for these commits:
* Unify the terms "Fold/unfold" on menu (15e5da6f7d
)
* Add setting colour ability for individual tab (42d863dd9f
)
* Change to menu name to the "normalized" terms on Internet (aad36afc6b
)
* Revamp tab context menu (6322562cf8
)
* Complete localization files with missing entries (4cb63ff011
)
* Add Change History markers for saved/unsaved/undone modification (fc32fbdcce
)
2022-09-21 17:35:47 +02:00
Patriccollu
b54481350e
Update Corsican translation for Notepad++ 8.4.6
...
Close #12136
2022-09-21 17:33:40 +02:00
Marcello-mco
e0afc7a281
Update brazilian_portuguese.xml
...
Close #12119
2022-09-21 17:30:25 +02:00
popcorner
c3c410506b
Update chineseSimplified.xml
...
Close #12096
2022-09-21 17:26:23 +02:00
ozone10
b29a9ce142
Code enhancement - removing gcc warning
...
Fix conversion-null, nonnull-compare, dangling-else, address warnings, add initializers.
Fix #12198 , close #12199
2022-09-20 16:19:58 +02:00
ozone10
d3b630841e
Fix horizontal bar showing issue while resizing document list's height
...
Take into account vertical scrollbar when resizing document list.
Fix #12191 , close #12192
2022-09-20 03:39:03 +02:00
Don Ho
6a801cc0a4
Make Change History margin colour configurable
...
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12165#issuecomment-1250899679
2022-09-19 19:24:57 +02:00
Christian Grasser
ead6fb6b8f
Fix gcc linux build and cmake build issues under ubuntu
...
1. Fix gcc build issues under ubuntu linux due to upper/lower case filename issues.
2. corrected cmake build issues.
Close #12188
2022-09-19 01:42:49 +02:00
ozone10
1ac1b1150d
Code enhancement
...
Fix some conversion-null, nonnull-compare, unknown-pragmas, switch warnings, add initializers.
Fix #12179 , close #12180
2022-09-19 01:38:26 +02:00
Don Ho
fc32fbdcce
Add Change History markers for saved/unsaved/undone modification
...
Implement Change History by using the new abilities of Scintilla v5.3.0.
Fix #12164 , close #12165
2022-09-18 23:57:36 +02:00
ozone10
3295cc8d2c
Code improvement
...
Fix warnings ,some conversion-null, format, unused-but-set-variable, class-memaccess.
Add initializer.
Fix #12171 , close #12172
2022-09-15 02:07:38 +02:00
Don Ho
4cb63ff011
Complete localization files with missing entries
...
Fix #12163
2022-09-15 00:07:17 +02:00
ozone10
43c8d8115f
Code improvement, remove unnecessary part
...
Fix some conversion-null, unused-* warnings, add initializer.
Fix #12151 , close #12152
2022-09-13 15:42:55 +02:00
blu3mania
84b8c64944
Fix NPPN_DARKMODECHANGED wrong return value to plugins
...
Send NPPN_DARKMODECHANGED notification with hwndNpp as hwndFrom, so the documented API info on https://npp-user-manual.org/docs/plugin-communication/#nppn-darkmodechanged is correct. Previously it sends 0 which is of no use to plugin authors.
Fix #12144 , close #12160
2022-09-13 02:10:07 +02:00
blu3mania
d03b11ebf8
Add dark mode support to ColourPicker/ColourPopup's ChooseColor dialog
...
Fix #12148 , close #12158
2022-09-13 01:15:20 +02:00
Christian Grasser
1646ea6139
Update to scintilla 5.3.0 and lexilla 5.1.9
...
Close #12045
2022-09-12 19:02:55 +02:00
Don Ho
9455684b42
Renumber Notepad++ marks for preparing Scintilla 5.3.0's integration
...
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12045#issuecomment-1229195785
2022-09-12 18:46:25 +02:00
Don Ho
6322562cf8
Revamp tab context menu
...
Add sub-menu in tab context menu so it will be less cluttered.
Fix #12147 , close #12150
2022-09-12 17:01:50 +02:00
Don Ho
aad36afc6b
Change to menu name to the "normalized" terms on Internet
...
Fix #12146
2022-09-11 23:06:30 +02:00
ozone10
2da5c5b393
Code enhancement
...
Fix parentheses, misleading-indentation, sign-compare, some conversion-null warnings.
Fix #12139 , close #12140
2022-09-11 18:22:51 +02:00
spaxio
42d863dd9f
Add setting colour ability for individual tab
...
Fix #2271 , close #12098
2022-09-11 17:07:11 +02:00
ozone10
233c697183
Fix gcc reorder warnings
...
Fix #12132 , close #12133
2022-09-09 18:08:08 +02:00
Don Ho
82055985f3
Add Plugin list repository link and its version in PluginAdmin dialog
...
And add the localization entries.
2022-09-09 17:56:39 +02:00
Don Ho
a5c201f79c
Fix Windows 11 OS version not detected in getWindowsVersion
...
Fix #12100
2022-09-09 11:14:32 +02:00
Don Ho
5a94263bee
Add incompatible (unloaded) plugin list in Plugin Admin
...
The plugins which are not compatible but their newer versions are available are not only on the incompatible list, but also on the Updates list.
Fix #12069 , close #12105
2022-09-08 03:23:37 +02:00
SinghRajenM
85d7215d9b
Fixes security vulnerability
...
Fix #12113 , close #12114
2022-09-07 20:31:03 +02:00
Don Ho
15e5da6f7d
Unify the terms "Fold/unfold" on menu
...
Rename menu item from "collapse" to "fold".
Fix #12035 , close #12094
2022-09-07 18:28:51 +02:00
ozone10
ebe7648ee1
Code improvement, remove unnecessary part
...
Fix pedantic warnings, add initializers.
Close #12093
2022-09-07 17:49:56 +02:00
Don Ho
ea1e9295eb
Notepad++ v8.4.5 release
2022-09-07 05:12:29 +02:00
Karlo-F
6d36d9d398
Update croatian.xml to v8.4.5
...
Close #12076
2022-09-03 03:48:42 +02:00
ozone10
4ddd2d4a46
Remove unneeded subclass
...
Fix #12086 , close #12087
2022-09-03 03:46:37 +02:00
ozone10
95cb564c27
Don't use memset to initialize tTbData
...
Fix #12084 , close #12085
2022-09-03 03:22:46 +02:00
ozone10
39ab226c8c
Fix button text in dark mode regression from Wine crash fix
...
ref: https://community.notepad-plus-plus.org/topic/23432/notepad-v8-4-5-release-candidate/4?_=1662157237187
Close #12083
2022-09-02 23:09:32 +02:00
Hugo Carvalho
1aa93bd85a
Update portuguese.xml
...
Commits: 7d5516e0a8
851900334c
9809e2fc2c
Other minor corrections
Close #12068
2022-08-31 21:05:12 +02:00
Don Ho
d6ca0198e1
Revert "Update portuguese.xml"
...
This reverts commit b96b7ef1be
.
2022-08-31 17:42:18 +02:00
Thomas De Rocker
27e489623c
Update dutch.xml
...
Close #12002
2022-08-31 14:51:10 +02:00
yasmise
1df1954eb2
Update japanese.xml
...
Add translations for these commits:
* Add an option for hiding the + ▼ ✕ from the menu bar (7d5516e0a8
)
* Add cycling function hints ability by ALT-UP/DOWN shortcuts (851900334c
)
* Add option to turn off selecting text when Field dialog is invoked (9809e2fc2c
)
Close #11967
2022-08-31 14:49:07 +02:00
Hugo Carvalho
b96b7ef1be
Update portuguese.xml
...
Commit: 7d5516e0a8
Other minor corrections/improvements
Close #12004
2022-08-31 14:47:44 +02:00
Sapziller
d937e62eed
Update korean.xml to 8.4.5
...
Close #12008
2022-08-31 04:21:34 +02:00
ArkadiuszMichalski
31f8a57503
Update polish.xml to 8.4.5
...
Update polish.xml to 8.4.5 according to the last commit.
Close #12061
2022-08-31 02:46:52 +02:00
przemo20
786e377afb
Update polish.xml
...
Close #11998
2022-08-31 01:15:49 +02:00
Patriccollu
e866715492
Update Corsican translation for Notepad++ 8.4.5
...
Close #11930
2022-08-30 23:38:00 +02:00
Edditoria
be1c1ae622
Update localization: Hong Kong Cantonese...
...
As at commit 2e66fe0
of this repo.
Close #11985
2022-08-30 23:34:45 +02:00
~GOLEM~
1014a5517b
Update russian.xml to v8.4.5
...
Close #11958
2022-08-30 21:30:22 +02:00
xomx
51b05136de
Update czech.xml to v8.4.5
...
Close #12059
2022-08-30 21:27:35 +02:00
rddim
3856f765f9
Update Bulgarian localization
...
Close #11974
2022-08-30 20:10:10 +02:00
Marcello-mco
5a2db2610e
Update brazilian_portuguese.xml
...
Close #11928
2022-08-30 19:48:53 +02:00
kubalav
4444d2409f
Update Slovak localization
...
Slovak translation for commit 7d5516e
Close #11972
2022-08-30 19:29:33 +02:00
Don Ho
5f60ee70dc
Fix a grammar error & add an easter egg
...
Fix #12056
2022-08-30 19:25:35 +02:00
Ashfaaq18
adcace3380
Improve performance for "Find in Files" and ""Find all in..."
...
Fix #11878 , close #12048
2022-08-29 20:32:31 +02:00
doug1234
9809e2fc2c
Add option to turn off selecting text when Field dialog is invoked
...
Fix #11988 , close #11989
2022-08-29 05:26:54 +02:00
Christian Grasser
6a33bf6c4c
Update to Scintilla 5.2.4 and Lexilla 5.1.8
...
Close #12022
2022-08-27 03:49:39 +02:00
Robert Di Pardo
6263ce5dec
Fix detected language not being applied issue
...
Fix detected language not being applied if Default languge is set in Document settings.
Don't override detected file type with default language:
When loading files with no extension from disk, remove the extra condition so the default language setting does not take precedence over the auto-detected file type (if any)
Fix #11504 , close #11992
2022-08-27 02:35:26 +02:00
VinsWorldcom
851900334c
Add cycling function hints ability by ALT-UP/DOWN shortcuts
...
Fix #11950 , close #12017
2022-08-24 03:04:37 +02:00
Robert Di Pardo
30f027b6a5
Fix Notepad++ crash due to calling NPPM_GETLANGUAGENAME with WPARAM -1
...
Fixes #12009 , close #12011
2022-08-23 03:03:26 +02:00
ozone10
f2c4ecd7e1
Fix crash on Wine
...
Fix #11941 , close #11961
2022-08-14 18:20:22 +02:00
xomx
2e66fe0007
Fix drag n drop documents crash between 2 instances
...
Fixes uninitialized CmdLineParamsDTO parameters:
uninitialized _udlName could cause crash when drag&drop files between different Notepad++ instances.
Fix #11976 , close #11977
2022-08-04 17:32:45 +02:00
Don Ho
70660eb608
Add carret block after option
...
Fix #11944
2022-07-30 16:28:31 +02:00
Don Ho
7d5516e0a8
Add an option for hiding the + ▼ ✕ from the menu bar
...
Fix #11945
2022-07-30 02:26:27 +02:00
Don Ho
6077604380
Fix erasing part of content make hanging issue
...
Deletion of one line where there's folding didn't show the hiden lines in the old version of Scitilla.
It's not anymore the case in the new (current used) version of Scintilla (which manages such situation correctly).
Therefore the redundant notification for the current used version of Scintilla can be removed, and it solves hanging problem.
Fix #10193 , close #11946
2022-07-26 15:43:37 +02:00
Don Ho
7a64fd5161
Enhance very long line's performance
...
When document contains a very long line and the wrapped feature is ON, switch off then switch back to this document could take times.
This commit reduce the delay largely while switching into the document with very long line.
Fix #11942
2022-07-25 05:35:30 +02:00
Don Ho
13350a3d29
Fix minor error
2022-07-24 05:34:26 +02:00
Don Ho
f85a9c45e9
Add reduce mode in Find/Replace dialog
...
Add a button on the bottom-right corner of Find/Replace dialog to switch between collapsed & complete mode.
Fix #11780 , close #11937
2022-07-23 01:07:47 +02:00
ozone10
bbf3adb9bb
Fix dark mode visual glichy in explorer panel under Windows 8.1
...
Add checks for 'DarkMode_Explorer' theme style
Fix #11898 , close #11913
2022-07-22 04:07:48 +02:00
Filipe DA SILVA
e90284ea4b
Fix various typo in French localization file
...
Close #11924
2022-07-16 18:10:51 +02:00
Don Ho
08acfe99b8
Notepad++ v8.4.4 - Happy Users' Edition
...
Now Notepad++ happy users are also allowed to get a refund!
2022-07-15 18:13:09 +02:00
ArkadiuszMichalski
b77faf77af
Update polish.xml to 8.4.4
...
Update polish.xml to 8.4.4 according to the last commit.
Close #11922
2022-07-15 16:24:39 +02:00
~GOLEM~
0379a5deb5
Update russian.xml to v8.4.4
...
- fix wrongs description
Close #11921
2022-07-15 16:22:41 +02:00
Hugo Carvalho
dcf8b790a1
Update portuguese.xml
...
For commit: 059bca3315
Close #11888
2022-07-14 20:51:13 +02:00
kubalav
49f6ee389c
Update Slovak translation
...
Close #11892
2022-07-14 16:35:48 +02:00
rddim
1834662ef9
Update Bulgarian localization
...
Close #11909
2022-07-14 16:33:24 +02:00
~GOLEM~
a44b9b6cf9
Update russian.xml
...
Close #11914
2022-07-14 16:30:08 +02:00
yasmise
bf6294a7ee
Update japanese.xml
...
Add translation for this commit:
* Add some shortcuts in Styler Configurator to preferences dialog (67ab4d5527
)
Close #11917
2022-07-14 16:28:10 +02:00
schnurlos
68e35dadf6
Update german.xml
...
Following 67ab4d5527
Close #11918
2022-07-14 16:26:39 +02:00
Don Ho
67ab4d5527
Add some shortcuts in Styler Configurator to preferences dialog
...
Shortcuts to Preferences dialog are added only for the following styles (Global Styles):
1. "Current line background colour"
2. "Caret colour"
3. "Edge colour"
4. "Line number margin"
5. "Bookmark margin"
6. "Fold"
7. "Fold active"
8. "Fold margin"
9. "Smart Highlighting"
10. "Tags match highlighting"
11. "Tags attribute"
12. "Mark Style 1"
13. "Mark Style 2"
14. "Mark Style 3"
15. "Mark Style 4"
16. "Mark Style 5"
17. "URL hovered"
18. "EOL custom color"
Fix #11890 , close #11904
2022-07-12 18:57:20 +02:00
Don Ho
57bb83846b
Add "Notepad++ Online User Manual" into the shortcut mapper
2022-07-11 03:36:45 +02:00
Don Ho
e6fe568bbf
Fix crash during Search result
...
Fix #11883 , close #11889
2022-07-09 18:37:30 +02:00
Don Ho
c7c5db7c51
Notepad++ v8.4.3 - Unhappy Users' Edition
2022-07-08 04:26:57 +02:00
György Bata
c284534e08
Hungarian translation update for 8.4.3
...
Close #11876
2022-07-08 02:05:55 +02:00
ArkadiuszMichalski
bcb1035948
Update polish.xml to 8.4.3
...
Close #11880
Update polish.xml to 8.4.3 according to the last commit.
2022-07-08 02:03:36 +02:00
Don Ho
c63169eabc
Restore Search result folding's old behaviour
...
Ref:
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11814#issuecomment-1175359785
2022-07-06 01:53:17 +02:00
xomx
5bab2b5746
Update czech.xml for v8.4.3
...
Added only the id 6906 - "Search Result window: show only one entry per found line".
Close #11871
2022-07-05 19:48:13 +02:00
Don Ho
0b5785cbec
Fix a fording perf issue in Search result windows
...
Ref:
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11814#issuecomment-1174732649
Fix #11814
2022-07-05 19:43:16 +02:00
rddim
2a7552c882
Update Bulgarian localization
...
Close #11850
2022-07-04 05:00:33 +02:00
Karlo-F
09df963a1a
Update croatian.xml
...
Close #11859
2022-07-04 04:57:47 +02:00
Don Ho
de75f56676
Processing WM_CLOSE with the right return value
...
Ref:
https://docs.microsoft.com/en-us/windows/win32/winmsg/wm-close
2022-07-04 04:52:06 +02:00
Don Ho
5c6fbd3310
Fix "Style Configurator..." command makes Notepad++ crash
...
If "stylers.xml" is not loaded, launching "Style Configurator..." command will make Notepad++ crash.
This commit fix this issue.
Fix #11812
2022-07-02 17:19:17 +02:00
Edditoria
4a32234e5f
Update localization: Hong Kong Cantonese
...
As at commit ed4bb1a
of this repo.
Also follow-up the PR #11802
Close #11852
2022-06-30 23:25:10 +02:00
kubalav
965f812234
Update Slovak translation to 8.4.3
...
Close #11864
2022-06-30 18:58:33 +02:00
popcorner
9781b34bc0
Update chineseSimplified.xml
...
Close #11858
2022-06-30 18:00:45 +02:00
Christophe Mateos
1bd22fae7c
Update french.xml
...
Close #11849
2022-06-30 17:56:04 +02:00
Don Ho
059bca3315
Fix 1 entry per line in Search result UTF8 marked wronly issue
...
Fix CJK, Hebrew, Arabic and other Languages in UTF8 marked wronly issue in in Search result while "1 entry per line" option enabled.
The option in question can be enabled in RTL mode now with this commit.
2022-06-30 17:29:39 +02:00
Don Ho
980cbcccc6
Fix search results are wrongly positioned in CJK languages
...
Fix #11855
2022-06-30 03:10:07 +02:00
Christian Grasser
ed4bb1a93e
Update lexilla to 5.1.7 & Scintilla to 5.2.3
...
Use new interfaces SCI_FORMATRANGEFULL, SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL from scintilla 5.2.3
Close #11734
2022-06-28 16:19:19 +02:00
Artem Polivanchuk
3a2ef5cff9
Update ukrainian.xml
...
Update Ukrainian translation based on version 8.4.1
Close #11845
2022-06-28 01:47:50 +02:00
xomx
355e06591f
Update czech.xml to v 8.4.3
...
Close #11827
2022-06-28 01:45:23 +02:00
Tmp341
5b1c2c1949
Update Turkish localization
...
* According to c32da95
, ad8b179
, e8817ea
, d3b026b
, 33ab652
, d65967d
and 79e7667
commits.
Close #11821
2022-06-28 01:43:56 +02:00
Edditoria
ed545cb24c
Update localization: Hong Kong Cantonese...
...
As at commit d1347d5
of this repo.
This commit does not bump version.
Close #11802
2022-06-28 01:40:25 +02:00
Karlo-F
7ec8aa285c
Update croatian.xml for 8.4.3
...
Close #11799
2022-06-28 01:39:14 +02:00
Patriccollu
27d57e8caf
Update Corsican translation for Notepad++ 8.4.3
...
Close #11788
2022-06-28 01:38:03 +02:00
~GOLEM~
226a41e792
Update russian.xml for v8.4.3
...
Close #11784
2022-06-28 01:36:35 +02:00
yasmise
e6dab70ec3
update japanese.xml
...
Add translations for these commits:
* Use edge colors in dark mode for listbox border (d65967deab
)
* Make EOL (CRLF) display customizable (79e766755d
)
* Update localization files (2258274780
)
Close #11775
2022-06-28 01:34:10 +02:00
rddim
f50ddf8297
Update Bulgarian localization
...
Close #11772
2022-06-28 01:32:05 +02:00
Hugo Carvalho
4a8d7b11dd
Update portuguese.xml
...
Commit: d65967deab
Close #11770
2022-06-28 00:54:12 +02:00
kubalav
2d1874de40
Update Slovak translation to 8.4.2
...
Close #11768
2022-06-28 00:49:21 +02:00
Christophe Mateos
0d6958a5ab
Update french.xml
...
From June the 5th commits
Close #11769
2022-06-28 00:47:18 +02:00
Markus Bodensee
6643e1a174
Update german localisation
...
Add translation for item 6246 (current level folding/unfolding).
Add/update translations for dark mode items.
Synchronise translation of "commands" to "Befehle" to have same word in all places.
Close #11738
2022-06-28 00:44:54 +02:00
popcorner
9de65fb6f3
Update chineseSimplified.xml
...
Close #11737
2022-06-28 00:41:37 +02:00
Thomas De Rocker
9cc7bddd2e
Update dutch.xml
...
Close #11655
2022-06-28 00:40:16 +02:00
Don Ho
e8ed195aac
Exclude an unstable version of one plugin from the installer
...
Ref:
https://community.notepad-plus-plus.org/topic/23100/notepad-8-4-2-64-bit-suddenly-closes-for-no-reason
2022-06-27 22:23:30 +02:00
xomx
7917d0d974
Fix "CMD Here" command open Explorer issue
...
Better specify the cmdline interpreter:
This solves a possible confusion in between the cmdline interpreter and the possible folder named "cmd"' for the ShellExecute WINAPI.
Fix #11818 , close #11833
2022-06-27 17:22:09 +02:00
xomx
9d69db9b15
Fix a crash issue due to opening an empty .NFO file
...
There was an infinite recursion for such empty files, when the default setting for new files was UTF8.
Fixes #11820 , close #11824
2022-06-27 06:01:33 +02:00
Don Ho
2258274780
Update localization files
2022-06-26 20:01:22 +02:00
Don Ho
08128ee36a
Add an option allows to show only 1 entry per found line in search result
...
Also mark several found occurrences in the same entry - user can click on the marked occurrence to jump among found result in the found line.
This option is enabled by default. It can be disabled in "Searching" section of Preferences dialog.
It's an alternative implementation of #11705
Fix #2481 , fix #1499 , fix #5547 , fix #2987 , fix #4525 , fix #3224 , close #11808
2022-06-26 18:41:05 +02:00
Don Ho
3b04793097
Fix Find in files performance regression since updating Scintilla 5
...
It's due to the folding the previous result before the begin of search.
For the unknown reason there's performance issue if folding action is at this place for Scintilla 5.
Fix #11814
2022-06-18 18:10:04 +02:00
dail8859
f1ed4de78d
Add NPPM_CREATELEXER message for plugins to instantiate lexers
...
Fix #11789 , close #11790
2022-06-14 22:55:27 +02:00
Don Ho
f69a9093f9
Fix x64 build error
2022-06-14 15:39:10 +02:00
Don Ho
d0b2a9ff9d
Skip save all warning dialg if only current editing file is dirty
...
Here is the behaviour of this commit:
1. If there's only one file dirty, and it's current editing one, then SaveAll dialog won't display.
2. If there's only one file dirty, and it's NOT current editing one, then SaveAll dialog WILL display.
3. If there's 1 editing file which is dirty, and its clone (dirty also) is on the other view, then SaveAll dialog WILL display.
Fix #10995
2022-06-14 02:52:52 +02:00
Don Ho
d1347d5014
Use "Max Speed" compiling optimization instead of "Full" compiling optimization
...
Use \Os instead of \Ox and fix the incoherent settings for the program optimization.
Fix #11778
2022-06-13 19:55:26 +02:00
Don Ho
2d7b2093a1
Fix font definition for languages regression in Style Configurator
...
Defining font for languages is no more possible in Style Configurator.
This regression is due to commit 1567847
(PR #10483 ).
Fix #11786 , close #11787
2022-06-13 18:41:17 +02:00
Don Ho
79e766755d
Make EOL (CRLF) display customizable
...
Fix #11413 , close #11773
2022-06-12 19:41:09 +02:00
ozone10
f517c6c053
Enhance dark mode support for plugins
...
- Add support for 3 state checkbox buttons.
- Add support for plugin custom draw for listview subitems.
_ Apply correct colors on listbox.
Enhancement to #11711 .
Based on information from https://community.notepad-plus-plus.org/topic/23080/impact-analysis-of-generic-darkmode-rendering-of-plugin-dock-panels-from-pr-11711 .
Close #11767
2022-06-08 02:29:46 +02:00
Don Ho
82b78ff7b8
Fix error from commit b6efff4
2022-06-07 01:23:32 +02:00