Scott Sumner
e623e76d0b
Rename sort randomly menu item, move it and reverse lines out of sorting section
...
Close #9868
2021-05-15 22:56:38 +02:00
Don HO
71fabb1567
Remove the access of Live Support on Gitter
2021-05-15 13:30:28 +02:00
ccuser44
93c1edd934
Update finnish.xml
...
Example was not translated.
In finnish it is esimerkki and in this context Esimerkiksi
Close #9787
2021-05-15 01:23:38 +02:00
conky77
a26b1f443d
Update Italian.xml
...
Close #9669
2021-05-15 01:18:05 +02:00
Don HO
e248e29f7f
Update lacalization files (Taiwanese Madarin & French)
2021-05-14 12:31:25 +02:00
kubalav
b2f3d573fb
Update Slovak translation
...
Close #9695
2021-05-13 14:23:20 +02:00
yasmise
37863f47a0
update japanese.xml to v7.9.6
...
Follow-up to this commit:
* Catch regex search exceptions and show exception message (926e6e97d8
)
2021-05-13 14:12:49 +02:00
schnurlos
f42748d4b3
Update german.xml
...
Following 926e6e97d8
, 6834d796ab
& 874f0d0140
Close #9708
2021-05-13 14:02:21 +02:00
Iñigo Zendegi
7196c1ab7a
Update basque.xml (full translation)
...
Close #9826
2021-05-13 13:17:05 +02:00
xomx
d173b24f6d
Update czech translation
...
Close #9749
2021-05-13 13:11:52 +02:00
rddim
ddc551e0d2
Update Bulgarian localization
...
Close #9697
2021-05-13 09:21:12 +02:00
ArkadiuszMichalski
50d204f2a8
Update polish.xml
...
Close #9856
2021-05-13 03:14:25 +02:00
Hugo Carvalho
d75068f62e
Update Portuguese translation
...
Close #9737
2021-05-13 01:54:25 +02:00
Edditoria
bcb6911527
Update localization: Hong Kong Cantonese...
...
As at commit 9c66ff9
of this repo.
Close #9773
2021-05-13 01:49:28 +02:00
Tmp341
58b33ecbd7
Update Turkish
...
* According to 2e7c5e3
, 926e6e9
, 6834d79
, 874f0d0
, 4369718
, 1ae39c2
, cbf3d2c
, 1a9307b
, e3dbeda
, a0177e8
, 0dbdef3
and b657f58
commits.
Close #9843
2021-05-13 00:15:26 +02:00
Patriccollu
6162e1ed5c
Update Corsican translation
...
Close #9714
2021-05-12 23:45:21 +02:00
~GOLEM~
8df5dc41c5
Update russian.xml
...
Close #9718
2021-05-12 21:10:35 +02:00
Thomas De Rocker
5b83f21df2
Update dutch.xml
...
Close #9692
2021-05-12 21:04:54 +02:00
debiedowner
ddd4448192
Add ability to reverse line order
...
Fix #9837 , close #9839
2021-05-12 03:06:44 +02:00
Don HO
70515c878b
Update localization files
2021-05-12 02:16:30 +02:00
Cyberslas
84402e755f
Fix Python Function List not showing functions
...
Functions defined at the top of the file or below a class with nothing in between would not show in the Function List.
This changes the function regex to fix this. A small unit test that the old regex won't pass but the new will included.
Close #9844
2021-05-11 23:48:22 +02:00
Don HO
2d4640ce42
Update croatian.xml
2021-05-10 15:44:34 +02:00
Don HO
4aa459ef47
Switch to default dark theme as dark mode is enabled
...
1. Add default dark theme.
2. Switch to default dark theme when dark mode is enabled considering both situations:
Style Configurator is or ont launched.
Close #9847
2021-05-10 09:56:35 +02:00
Scott Sumner
b657f58580
Add "Copy Pathnames" command to Search results context menu
...
Fix #9821 , close #9822
2021-05-05 23:20:13 +02:00
Scott Sumner
0dbdef320f
Add MarkAll Preference settings for case and word
...
Fix #9751 #5148 , close #9796
2021-04-26 12:05:35 +02:00
Scott Sumner
a0177e8d05
Add pref setting to allow Replace to stop after replacement
...
Fix #4437 , close #9801
2021-04-26 10:26:47 +02:00
Don HO
f6856626e0
Fix ARM64 installer copying binaries to 32-bits applications' folder
2021-04-22 02:47:18 +02:00
Don HO
266ca29861
Add ARM64 packages for the official distribution
2021-04-21 20:42:01 +02:00
Don HO
6e7b47faf8
Fix typo in installer for Fortran
2021-04-21 06:28:18 +02:00
Don HO
b09fb1e719
Remove SciLexer.dll from the packaging
2021-04-17 17:32:52 +02:00
mere-human
e3dbeda4c9
Add "Append extension" checkbox to Save As dialog
...
Add "Append extension" checkbox to Save As dialog for replacing option "Save dialog file extension filter to *.*" in Preferences dialog.
Fix #9515 , close #9732
2021-04-16 01:27:32 +02:00
Don HO
1a9307b02d
Add padding options in the edit zonze
...
Fix #2323
2021-04-11 19:59:30 +02:00
Don HO
cbf3d2c9cb
Add new feature "Distraction Free Mode"
2021-04-09 19:55:55 +02:00
Don HO
1ae39c2dda
Make new tab name translatable
...
Fix #2837
2021-04-06 18:54:38 +02:00
Christian Grasser
4cdd96f020
Add ada, fortran, fortran77 & haskell in function lists
...
- added missing unittest for c
- added further function lists for ada, fortran, fortran77, haskell from previous PR of MAPJe71_functionlist_update3
- added simple rust function list
- unittest files from the internet probably no complex ones
- added to installer
Fix #9698 , close #3393 , close #9727
2021-04-03 15:45:51 +02:00
Scott Sumner
4369718925
Add ability to style only current instance of text
...
Fix #9263 , close #9684
2021-03-29 23:35:38 +02:00
Scott Sumner
874f0d0140
Add ability to avoid accumulating multiple search results
...
Fix #8777 , close #9653
2021-03-27 18:19:54 +01:00
Simon Sobisch
da61b1d949
Add an option in installer to install COBOL autocomplete
...
follow-up to adae1922cf
Close #9672
2021-03-27 03:43:40 +01:00
Udo Hoffmann
6834d796ab
Replaced UCS-2 by UTF-16, removed unused UniConversion.*
2021-03-27 03:00:14 +01:00
Udo Hoffmann
926e6e97d8
Catch regex search exceptions and show exception message
...
Fix #9565 , close #9566
2021-03-24 01:24:24 +01:00
Don HO
633dcbad5e
Fix installer error if problematic plugin is absent
2021-03-22 03:27:44 +01:00
Don HO
805ff42cd4
Update slovenian.xml
2021-03-18 17:58:30 +01:00
conky77
9c471cd0a2
Reorder translation item nodes in Italian.xml
...
Set new order as English.xml.
Close #9635
2021-03-18 16:20:30 +01:00
schnurlos
39b7604107
Update german.xml
...
Close #9628
2021-03-18 15:58:08 +01:00
snxx-lppxx
3d6bb7ae06
Fix some inaccurate translation in kazakh.xml
...
Close #9625
2021-03-18 15:39:32 +01:00
Don HO
f44e6c4c06
Fix SaveAsAdmin plugin incompatibility with Notepad++ 7.9.3 issue
...
The installer will check the version of SaveAsAdmin plugin and remove all the versions of SaveAsAdmin plugin which doesn't contain the fix.
Fix #9514
2021-03-18 01:45:57 +01:00
Edditoria
b1ba14b922
Update localization: Hong Kong Cantonese
...
As at commit 3a4d1ac
of this repo.
Close #9624
2021-03-14 19:50:34 +01:00
rddim
3a4d1acad3
Update Bulgarian localization
...
Close #9547
2021-03-09 00:02:00 +01:00
schnurlos
1ef9b94581
Update german.xml
...
Following last changes of english.xml
Close #9596
2021-03-08 23:55:39 +01:00
popcorner
ed347fae90
Update chineseSimplified.xml
...
Close #9622
2021-03-08 23:52:16 +01:00