Don Ho
6392508cd1
Solve the confilt in english.xml
2022-02-08 18:44:59 +01:00
Daniel Fuchs
2c1090e554
Update english.xml
...
English localization for #11047
* add translation for WantToOpenHugeFile as referenced by commit 46011e3
* add previously untranslated drop-down items in Preferences > Print
Close #11093
2022-02-08 18:40:41 +01:00
xomx
85e7207eef
Enhance error handling while opening file
...
In FileManager::loadFileData method:
1. Fix unnecessary GCC crashes when opening larger files in 32-bit Notepad++ binary.
2. Take into account and report correctly also other possible Scintilla error states there (than the previously handled SC_STATUS_BADALLOC).
3. Catch and report correctly also exceptions not handled by the Scintilla exception handler.
4. Catch and report correctly also Notepad++ code exceptions there.
Fix #11103 , close #11112
2022-02-07 23:34:54 +01:00
Don HO
ae6361fa35
Notepad++ release v8.3 (Boycott Beijing 2022)
2022-02-03 23:35:12 +01:00
Don HO
1c6055ecf7
Better management for unstable plugin
2022-02-03 02:46:29 +01:00
Don HO
bf82faea5e
Adapt Installer script for the unstable plugins
2022-02-02 16:51:06 +01:00
Don HO
807271f989
Fix NSIS build error
2022-01-31 21:28:12 +01:00
Don Ho
720bb3f74b
Remove unstable 64 bits plugins during the installation
...
Fix #11104
2022-01-31 05:03:18 +01:00
conky77
4f0be89651
Update Italian.xml to 8.2.0
...
Close #10976
2022-01-19 02:27:13 +01:00
conky77
953fea562e
update venetian.xml to 8.2.0
...
Close #10977
2022-01-19 02:22:25 +01:00
rddim
aa998a7f07
Update Bulgarian licalization
...
Close #10982
2022-01-19 02:17:24 +01:00
kubalav
95ced9ffa6
Update Slovak translation to 8.2
...
Close #10997
2022-01-19 01:32:19 +01:00
yasmise
5edbed748a
update japanese.xml
...
Following this commit:
Update english.xml (d9ef4be579
)
Close #10998
2022-01-19 01:30:02 +01:00
Patriccollu
441b9aa94c
Update Corsican translation for Notepad++ 8.2
...
Close #10999
2022-01-19 01:26:02 +01:00
~GOLEM~
bf3b974edd
Update russian.xml to v8.2
...
Close #11000
2022-01-19 01:22:58 +01:00
Daniel Fuchs
5a382cb646
Update German translation
...
* update german.xml to v8.2
* fix some (colloquial) wording
Close #11009
2022-01-19 01:20:12 +01:00
Hugo Carvalho
67cda62112
Update portuguese.xml to v8.2.1
...
Close #11030
2022-01-19 01:14:25 +01:00
ArkadiuszMichalski
44150ea675
Update polish.xml to 8.2.1
...
Update polish.xml to 8.2.1 (according to the latest commit).
Close #11033
2022-01-19 01:10:14 +01:00
xomx
88e660ab12
Update czech.xml to v8.2.1
...
resolved conflicts in previous PR #10975
Close #11043
2022-01-19 01:05:43 +01:00
Edditoria
8befad7751
Update Hong Kong Cantonese localization
...
As at commit cb7bbef
of this repo.
Also bump version to v8.2.1 in advance.
Close #11054
2022-01-19 01:01:32 +01:00
Don Ho
029a09ab5b
Remove obsolete localization entries
...
Ref:
https://github.com/notepad-plus-plus/notepad-plus-plus/pull/11037#issuecomment-1012110125
Close #11041
2022-01-13 19:15:08 +01:00
Don Ho
3ce90f56d6
Fix wrong keywords (of preprocessor in C) highlighting in Java
...
Remove C Preprocessor color settings from stylers.model.xml + all theme files.
Fix #11026
2022-01-12 18:09:55 +01:00
Don Ho
e048f83420
Make menu folders on context menu translatable
...
Make the following context menu items translatable:
1. "Style all occurrences of token"
2. "Style one token"
3. "Clear style"
4. "Plugin commands"
Note for translators: to test your translation, you have to replace the old "contextMenu.xml" with the new one (modified in this commit).
Fix partially #8972
Fix #9713 , close #11031
2022-01-11 15:07:55 +01:00
Don Ho
68d339d224
Auto-completion currently use both ENTER and TAB to insert the selected item,
...
in some circumstance people have to ENTER twice to have 1 newline feed.
In this commit, 2 options (ENTER & TAB) are given in Auto-completion settings, so users can choose one of these 2 keystrokes (or both, or none). By default ENTER is disabled and TAB is enabled.
If auto-completion is disabled and completion is triggered manually, then the settings of ENTER & TAB won't be considered, both ENTER & TAB will be able to insert the selection.
Fix #4799 , fix #4631 , fix #8389 , fix #10915 , close #11016
2022-01-10 15:10:54 +01:00
Don Ho
9208ed2abc
Make 1 entry of French translation shorter
...
Fix #11006
2022-01-09 03:05:01 +01:00
Don HO
36cbfb45cd
Better clean on unstallation
2022-01-09 02:35:19 +01:00
xomx
9f08013d08
Fix installer x64 not detected the previous installation location
...
Ref:
https://nsis.sourceforge.io/Reference/SetRegView
Fix #7946 , close #11013
2022-01-08 18:03:03 +01:00
Don Ho
9929160a00
Update French & Taiwanese localization
2022-01-08 17:04:53 +01:00
mere-human
78c6554e91
Add missing translation for folder browser title
...
Affected places:
File > Open Folder as Workspace
Search > Find in Files
Settings > Preferences > Default Directory > [...]
Settings > Preferences > Backup > [...]
Fix #10983 , fix #10984 , fix #10985 , close #11005
2022-01-08 16:57:33 +01:00
mere-human
9be4eeb4e6
Add copy name/path commands to DocList and Edit menu
...
1. Add new commands to copy selected files name/path into multi-selection context menu in Document List.
2. Add new commands to copy all files name/path into Edit > Copy to Clipboard.
3. Create a new function buf2Clipborad() to be used in all similar commands.
4. Fix the translation of the Document List multi-selection context menu.
Fix #10394 , close #10993
2022-01-05 15:58:54 +01:00
Don Ho
a4bd526639
Fix French localization
2022-01-05 02:52:21 +01:00
rddim
d9ef4be579
Update english.xml
...
Fix #10356 , close #10981
2022-01-05 00:29:27 +01:00
Don HO
3c89b57167
Installation: Let users decide to keep or not HexEdit plugin
...
Fix #10828 , close #10972
2021-12-31 23:59:59 +01:00
Don Ho
5d1bbc05ef
Update 3 localization files
2021-12-30 01:49:05 +01:00
schnurlos
5dd868cf4b
Update german.xml to V.8.1.9.2
...
Following add9f64104 (diff-a6ac7ceba70d88bf1547fd1defd760bd55052dcdb78c44f9d46d99ef1f450472)
& 7aa0a56320 (diff-a6ac7ceba70d88bf1547fd1defd760bd55052dcdb78c44f9d46d99ef1f450472)
Close #10845
2021-12-30 00:52:24 +01:00
IoeCmcomc
61eff45bd2
Update Vietnamese translation
...
Signed-off-by: IoeCmcomc <53734763+IoeCmcomc@users.noreply.github.com>
Close #10880
2021-12-30 00:50:00 +01:00
Iñigo Zendegi
66eddf2501
Update basque.xml
...
Close #10931
2021-12-30 00:46:44 +01:00
Artem Polivanchuk
1ad973fa26
Update Ukrainian translation
...
Close #10934
2021-12-30 00:41:57 +01:00
Tmp341
35c26e3ad4
Update Turkish localization
...
* According to add9f64
, 7aa0a56
and 4facc4d
commits.
Close #10938
2021-12-30 00:40:05 +01:00
~GOLEM~
9debacde9f
Update russian.xml to v8.1.9.3
...
Close #10944
2021-12-30 00:37:58 +01:00
kubalav
cb441d8a59
Update Slovak translation to 8.1.9.3
...
Close #10945
2021-12-30 00:36:37 +01:00
yasmise
13d92c614f
Update japanese.xml
...
Translation update to follow this commit:
* Add auto save loaded session on exit feature (a16930fffe
)
Also, fix for looking of parentheses for inconsistency.
Fix #10949
2021-12-30 00:35:23 +01:00
György Bata
35dc1f8c45
Hungarian translation update for 8.1.9.3
...
Close #10951
2021-12-30 00:34:05 +01:00
rddim
492d27996d
Update Bulgarian localization
...
Close #10953
2021-12-30 00:25:20 +01:00
Hugo Carvalho
234d142cab
Update portuguese.xml
...
For commit: a16930fffe
Close #10954
2021-12-30 00:21:59 +01:00
Don Ho
a16930fffe
Add auto save loaded session on exit feature
...
This new feature works only if Multi-instance settings is NOT set to "Default (Mono-instance)".
Fix #1646 , fix #3241 , fix #3574 , fix #4228 , close #10935
2021-12-24 17:32:08 +01:00
Don Ho
30c586d94c
Fix wrong language name in installer
2021-12-23 15:49:48 +01:00
Regmos
09890daa54
Update danish.xml
...
Close #10879
2021-12-05 01:16:12 +01:00
xomx
b41cb7d65b
Update czech.xml to v8.1.9.3
...
Close #10877
2021-12-05 01:14:39 +01:00
ArkadiuszMichalski
4facc4db46
Update polish.xml to 8.1.9.3
...
Close #10875
2021-12-05 01:13:17 +01:00