Don HO
423bfcf289
Fix miss-placed Alt-F shortcut for Polish & German
2020-09-09 15:24:09 +02:00
Don HO
55d671719c
Fix a shortcut causing a bug in Column editor dialog
...
The shortcut "&Format" in Column editor dialog is unecessary.
Furthermore, some characters 'o' are inserted in colomn mode when Alt-F is triggered (and Column editor dialog is closed).
2020-09-09 14:43:57 +02:00
ArkadiuszMichalski
d42e3c7dda
Update polish.xml to 7.8.9
...
Update polish.xml to 7.8.9 + one small correct.
Close #8552
2020-09-09 04:48:42 +02:00
yasmise
058f7ca7de
Update japanese.xml to v7.8.9
...
Close #8649
Follow-ups for these changes:
* Add keyboard navigation ability to Column Editor (7d289139e8
)
* Add 'Searching' subpage to Preferences (84ea510b67
)
2020-09-09 04:44:31 +02:00
Patriccollu
02658f1ab4
Update Corsican translation for Notepad++ 7.8.8
...
Close #8537
2020-09-08 23:27:19 +02:00
Tmp341
8a4f646d25
Update Turkish localization
...
* According to 71b98a7
, 95c6d1e
, 19bdbd0
and 07b2a11
commits.
Close #8590
2020-09-08 23:16:49 +02:00
rddim
56c218eb40
Update Bulgarian localization
...
Close #8643
2020-09-08 23:14:02 +02:00
schnurlos
281352b75d
Update german.xml to 7.8.9
...
Close #8645
2020-09-08 23:06:35 +02:00
Scott Sumner
8f3d7c1026
Disable controls on unshown tabs of Find dialog
...
Fix #8696 , close #8760
2020-09-05 23:16:32 +02:00
Udo Hoffmann
84430809df
Add back hovered blue underlined URLs
...
Fix #8654 , close #8713
2020-08-23 12:28:14 +02:00
Udo Hoffmann
0fe971ca88
Add keyboard shortcuts for switching to panels
...
Close #8719 , close #8720
2020-08-19 02:22:43 +02:00
Scott Sumner
209ccb97ec
Add confirmation preference for Replace All in All Opened Documents operation
...
Close #8527 , close #8708
2020-08-16 16:15:21 +02:00
Don HO
47bb08ee6c
Add Irish localization
2020-08-16 15:23:33 +02:00
Udo Hoffmann
ddd2e5fd23
Improve some ambiguous commands naming in Shortcut Mapper
...
Separate command shortcut names and menu names.
Fix #8689 , close #8690
2020-08-15 18:44:12 +02:00
Scott Sumner
3a2edb99c4
Add word-wrap option to find-results context menu
...
Close #8624 , close #8681
2020-08-13 17:17:22 +02:00
Scott Sumner
33f042932f
Make (Find) dlgAlwaysVisible a true Preference setting
...
Close #7908 , close #8651
2020-08-12 23:50:47 +02:00
Scott Sumner
ca3d514722
Add ability to sort lines randomly
...
Close #8682 , close #8683
2020-08-09 04:19:08 +02:00
Scott Sumner
f1b059414b
Add an option to prevent right-click from canceling selection
...
Fix #8563 , close #8564
2020-08-06 20:11:10 +02:00
Scott Sumner
5ba7f99590
Add search scope to Find window status bar output
...
Close #8632 , close #8639
2020-08-06 18:04:05 +02:00
Don HO
c119dd41a2
Update French & Taiwanese Madarin translation for 84ea510b67
2020-07-30 18:24:32 +02:00
Scott Sumner
84ea510b67
Add 'Searching' subpage to Preferences for Find-Replace-Mark settings
...
Fix #8131 , close #8541
2020-07-30 02:35:26 +02:00
Scott Sumner
7d289139e8
Add keyboard navigation ability to Column Editor
...
Fix #8488 , close #8569
2020-07-28 19:31:05 +02:00
conky77
8f1b4aa6cc
Update italian.xml 7.8.7
...
Close #8385
2020-07-08 00:04:19 +02:00
Hiro5
e02a0c12b9
Update catalan.xml
...
Close #8396
2020-07-08 00:01:29 +02:00
schnurlos
745d30030f
Update german.xml to 7.8.7
...
Following 07b2a11
& c655a60
Close #8458
2020-07-07 23:58:53 +02:00
yasmise
b538db08ae
Update japanese.xml to v7.8.8
...
* find-all in selected text (71b98a7a28
)
* zero-length-match calltip (95c6d1ea1e
)
* confirmation to Replace-in-all-opened-docs (19bdbd093c
)
* Use DirectWrite (07b2a11e0a
)
Close #8465
2020-07-07 23:56:16 +02:00
popcorner
c9c900db5b
Update chineseSimplified.xml
...
Close #8491
2020-07-07 23:54:06 +02:00
conky77
3961cbc2ed
Update venetian.xml to 7.8.8
...
Close #8523
2020-07-07 23:27:34 +02:00
Don HO
930873a957
Update Spanish localization
2020-06-30 13:38:59 +02:00
~GOLEM~
1314af7d6f
Fix russian.xml for v7.8.7
...
Little fix
Added future line 6349
Close #8390
2020-06-23 20:40:33 +02:00
rddim
8e73a728b6
Update Bulgarian localization
...
Close #8411
2020-06-23 20:36:25 +02:00
Don HO
07b2a11e0a
Add a new translation unit
2020-06-23 03:25:02 +02:00
Don HO
c655a605a7
Update French and Taiwanese Mandarin localization files
...
According 19bdbd093c
and 95c6d1ea1e
2020-06-23 02:52:18 +02:00
Scott Sumner
19bdbd093c
Add confirmation prompt to Replace-in-all-opened-docs command
...
Fix #5253 , fix #8432 , close #8438
2020-06-21 21:35:58 +02:00
Scott Sumner
95c6d1ea1e
Make regex zero-length-match calltip transatable
...
Close #8393 , close #8414
2020-06-17 20:21:54 +02:00
Scott Sumner
71b98a7a28
Add ability to find-all in selected text
...
Fix #7927 , close #8133 , close #8213 , close #5089 , close #8413
2020-06-16 01:39:19 +02:00
Don HO
8bbe8c571f
Update Slovenian localization
2020-06-13 04:58:21 +02:00
Don HO
723a555884
Update Spanish localization
2020-06-12 04:54:25 +02:00
ArkadiuszMichalski
766a380325
Update polish.xml to 7.8.7
...
Add missing translations from the latest version 7.8.7, some cleanup and fix https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7903 .
Close #8367
2020-06-04 17:50:28 +02:00
Artem Polivanchuk
a28dcb56ec
Update belarusian.xml (7.8.7)
...
Close #8360
2020-06-03 15:03:29 +02:00
conky77
aec68999b2
Update venetian.xml
...
Close #8365
2020-06-03 14:57:36 +02:00
Don HO
c1d7898c24
Update belarusian.xml
2020-06-01 17:20:15 +02:00
Artem Polivanchuk
42c89df517
Update belarusian.xml
...
Close #8163
2020-06-01 16:57:24 +02:00
schnurlos
a8bde7fdaf
Update german.xml to 7.8.6
...
Close #8113
2020-05-29 22:51:16 +02:00
yasmise
9b36ba102a
Update japanese.xml to v7.8.7
...
Close #8194
2020-05-29 00:05:58 +02:00
Patriccollu
24252c02e1
Update Corsican translation for Notepad++ 7.8.7
...
Close #8334
2020-05-28 18:15:31 +02:00
Vladimír Kubala
9f1455a5ae
Update slovak.xml
...
Close #8332
2020-05-28 17:11:03 +02:00
xomx
dbf14b80ad
Update Czech translation to v7.8.6
...
Close #8164
2020-05-28 00:42:05 +02:00
rddim
e8873823e1
Update Bulgarian localization
...
Close #8192
2020-05-28 00:38:27 +02:00
Waldi Ravens
f938bcbb43
Update dutch.xml to 7.8.7
...
Close #8205
2020-05-27 20:44:00 +02:00