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
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
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
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
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
dinkumoil
891f2ed682
Add function list parser for NppExec plugin's scripting language
...
Fix #12517 , close #12519
2022-11-25 16:29:00 +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
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
67256a107b
Update CPP keywords
...
Fix #11936 , close #12477
2022-11-10 14:40:37 +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
Harvey R
6f67656f8c
Make solarized.xml up-to-date with stylers.xml
...
Fix #12425 , close #12444
2022-11-01 22:23:29 +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
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
Marcello-mco
9df5859d06
Update in Brazilian Portuguese translation
...
Close #12335
2022-10-30 15:37:58 +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
b4f569b8ba
Add back an misdeleted entry
2022-10-27 13:18:02 +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
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
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