mere-human
aca37f150b
Remove localization of "Use new style dialog" with id="6430"
...
The option isn't available since FileDialog was removed.
For more context, see discussion in #9403 and #9374
Close #9449
2021-01-27 02:48:16 +01:00
mere-human
e7079d57c6
Enhance FileDialog for allowing UNIX stile file path
...
And use modern CustomFileDialog istead of old FileDialog in Notepad++.
In the file dialog, override window procedure for "OK" button and
file name edit box to check for input.
Transform forward slash file name to a Window path after input.
Fix #9374 , close #9403
2021-01-26 18:52:15 +01:00
Don HO
ab5c1d3e2a
Upgrade Notepad++ License
...
Update GPL version from v2 to v3.
Fix #9425 , close #9441
2021-01-24 01:51:19 +01:00
Don HO
ca1bcb1ec0
Drop XP in installer
2021-01-22 04:35:56 +01:00
mere-human
41c4180b2e
Make "Save Folder as Workspace" in Save Session dialog translatable
...
Fix #9375 , close #9383
2021-01-12 00:36:15 +01:00
Don HO
e26199ab51
Make 1 section name of Preferences more explicit.
2021-01-11 12:16:34 +01:00
Scott Sumner
d5ad02521e
Improve option for setting save dialog filter to All Types
...
Fix #9325 , close #9328
2021-01-08 04:34:23 +01:00
Scott Sumner
d6c941034d
Make find/replace in files progress translatable
...
Fix #9319 , close #9356
2021-01-07 04:08:24 +01:00
Don HO
9f635b22af
Fix invalid XML file
2021-01-04 23:33:42 +01:00
Don HO
cb3d328666
Fix invalid UTF-8 XML files
2021-01-04 20:02:23 +01:00
Don HO
52e8c68f90
Change XML encoding from Windows-1252 to UTF-8 (config.xml and others)
...
and add XML declaration for session.xml, shortcuts.xml & userDefineLang.xml for conforming to XML standard specs.
Regarding the suggestions from #9339
2021-01-04 15:02:09 +01:00
Christian Grasser
d17fa02a6f
Check XML validation in Notepad++ build system
...
1. Added xml syntax check via python script just for the win32 debug build because there already the functionlist check happens.
2. Fixed an issue found for perl.
Fix #9330 , close #9339
2021-01-03 01:52:23 +01:00
Don HO
3373756afb
Fix a regression in Chinese Simplified localization
...
Fix #9329
2021-01-01 16:00:28 +01:00
Don HO
a68805b7ff
Make user defined overrideMap.xml not overridable during installation
...
Fix https://community.notepad-plus-plus.org/topic/20534/notepad-v7-9-2-release-candidate-2/4?_=1609416552124
2020-12-31 20:16:00 +01:00
Don HO
0472052f8e
Make installer override all the function list files on the installation
2020-12-31 03:50:56 +01:00
Artem Polivanchuk
1a9c28dacb
Update ukrainian.xml
...
Close #9105
2020-12-23 16:00:05 +01:00
conky77
916bbfc7fd
Update venetian.xml
...
Close #9253
2020-12-23 15:57:54 +01:00
popcorner
528712f050
Update chineseSimplified.xml
...
Close #9295
2020-12-23 15:55:10 +01:00
schnurlos
f77b03f82d
New Update for german.xml v7.9.1
...
Close #9122
2020-12-22 19:39:26 +01:00
rddim
18f482619a
Update Bulgarian localization
...
Close #9147
2020-12-22 19:36:40 +01:00
ArkadiuszMichalski
8cd4d9d066
Update polish.xml
...
Close #9297
2020-12-22 19:08:16 +01:00
Sapziller
2c872b0fa8
Update korean.xml (7.9.2)
...
Close #9294
2020-12-22 16:35:40 +01:00
Vladimír Kubala
34c54c9442
Update Slovak translation
...
Close #9126
2020-12-22 16:29:45 +01:00
yasmise
7408f34364
update japanese.xml to v7.9.2
...
Follow-up for these commits:
* Make UI text consistent regarding search results (f5dcfc196a
)
Note: Diff of this PR is smaller than the commit above, but it's OK. Japanese translation was already translated correctly.
* Add ellipsis to Rename and Print on tab bar context menu (1961f708c1
)
* Add tooltips for Folderas Workspace 3 commands (070630a243
)
* Prevent names of untitled tabs from duplication (f75f8b8d40
)
* Update English file with missing strings (a7f866b89e
)
* Add context menu with "Copy link" ability (d155f0326a
)
* Add GUI in preferences dialog for adding URI customized schemes (4b29971168
)
* Create new Margin/Border/Edge sub-page in Preferences (053266c706
)
* Add an option for displying constant line number width (c9c2d1e376
)
* Make "Line" preceding each line number on Search Results translatable (e3455a0f7e
)
* Make "total documents number" feature in Window dialog translatable (0546f75a71
)
Close #9111
2020-12-22 16:26:35 +01:00
Tmp341
141e893af5
Update Turkish localization
...
Close #9112
2020-12-22 16:23:07 +01:00
~GOLEM~
62e131105a
Update russian.xml to v7.9.2
...
Close #9176
2020-12-22 16:17:55 +01:00
Patriccollu
10b5302fc9
Update Corsican translation for Notepad++ 7.9.2
...
Close #9186
2020-12-22 16:13:45 +01:00
Don HO
0546f75a71
Make "total documents number" feature in Window dialog translatable
2020-12-16 18:49:06 +01:00
Don HO
e3455a0f7e
Make "Line" preceding each line number on Search Results translatable
...
Fix #9224
2020-12-08 18:50:23 +01:00
Coin
a0221c4832
Update taiwaneseMandarin.xml
...
Close #9236
2020-12-08 16:07:46 +01:00
Don HO
c9c2d1e376
Add an option for displying constant line number width
...
1. Add an option for displying constant line number width in Preferences dialog.
This option set the line number constant width according the total line number in the document (minimun 4 digits).
It ensures no unexpected visual effect while scrolling content vertically.
If the document content is modified and the total number of lines is increased or decreased, more digits will be added or removed according the number of digits in total number of lines.
2. Add new plugin messages NPPM_GETLINENUMBERWIDTHMODE & NPPM_SETLINENUMBERWIDTHMODE for getting or setting LINENUMWIDTH_DYNAMIC / LINENUMWIDTH_CONSTANT.
So plugins may send NPPM_SETLINENUMBERWIDTHMODE message with LINENUMWIDTH_CONSTANT to Notepad++ for avoiding some unexpected visual effect (while scrolling).
Fix #5670
2020-12-06 16:38:53 +01:00
Don HO
053266c706
Create new Margin/Border/Edge sub-page in Preferences
...
1. Add Margins/Border/Edge sub-page in Preferences dialog
2. Update Preferences dialog sub-page naming
Close #8896 , close #9218
2020-12-02 23:28:39 +01:00
Don HO
814e6591b5
Fix function list is empty with new user profile issue
...
The new behaviour of loading function list will be:
1. For the installer package:
Try to load from %APPDATA%\Notepad++\functionList\, if it failed, then load from %PROGRAMFILES%\Notepad++\functionList\.
In this way, users can override function list in %APPDATA%\Notepad++\functionList\ manually. Otherwise, function list won't be empty.
2. For the portable package:
- with doLocalConf.xml : Load always from <Notepad++ Dir>\functionList\
- without doLocalConf.xml : Try to load from %APPDATA%\Notepad++\functionList\, if it failed, then load from <Notepad++ Dir>\functionList\
Fix #9134
2020-11-27 03:54:37 +01:00
Don HO
4b29971168
Add GUI in preferences dialog for adding URI customized schemes
...
And add default supported url schemes.
Related: 5168bdb
and #9155
Close #9195
2020-11-25 03:19:30 +01:00
chomdoo
a7f8056c29
Fix Wrap Around shortcut in Korean.xml
...
Close #9133
2020-11-20 22:27:47 +01:00
Patriccollu
a7f866b89e
Update English file with missing strings
...
Close #9187
2020-11-20 22:19:52 +01:00
Don HO
1d75c06305
Update localization files
2020-11-17 03:53:49 +01:00
Udo Hoffmann
d155f0326a
Add context menu with "Copy link" ability
...
Close #2435 , close #9154
2020-11-17 03:47:09 +01:00
Don HO
9f8932b375
Add "Copy selected text" and rename "Copy" cmd in Search Results Pane
...
"Copy selected text" is named "Copy" and old "Copy" command is renamed to "Copy Selected Line(s)".
Close #9151
2020-11-14 15:24:06 +01:00
Scott Sumner
f75f8b8d40
Prevent names of untitled tabs from duplication
...
Fix #9119 , close #9127
2020-11-12 00:02:23 +01:00
Don HO
070630a243
Add tooltips for Folderas Workspace 3 commands
...
Fix #8325
2020-11-10 05:06:25 +01:00
Scott Sumner
1961f708c1
Add ellipsis to Rename and Print on tab bar context menu
...
Close #9124
2020-11-08 03:57:37 +01:00
Juan Cuartas
776fa414ba
Update spanish.xml
...
Close #9099
2020-11-05 23:13:41 +01:00
Don HO
3657df7ebd
Fix a wrong translation
2020-11-05 21:49:13 +01:00
Don HO
8207084111
Fix several bugs of PHP parser rule for function list
...
1. Fix the function name gets truncated issue if function starts with reserved words (ie. if, while, for, switch...).
2. Fix abstact function and classes not recognized by parser rule.
3. Fix function detection fails on string containing asterisk issue.
Contributed by @MAPJe71 & @TutoInformatik :
https://community.notepad-plus-plus.org/topic/15124/php-function-list-and-abstract-functions/18?_=1604532045222
Fix #3321 , fix #5045 , fix #4627 , fix #4606 , fix #8855 , fix #4208 , fix #981 , fix #2522 , fix #1103 , fix #4712 , fix #3560 , fix #5150 , fix #4606 , close #9102
2020-11-05 14:53:41 +01:00
Scott Sumner
f5dcfc196a
Make UI text consistent regarding search results
...
Fix #9053 , close #9061
2020-11-04 01:56:10 +01:00
Don HO
6284680e30
Update Spanish localization to v7.9.1
2020-11-03 00:39:36 +01:00
ekopalypse
2ff50ec9bc
Update themes to v7.9.1
...
Fix #9071 , close #9070
2020-10-29 13:47:36 +01:00
Don HO
13d2fdadb0
Add "Bookmark margin" into GlobalStyles for all themes
2020-10-29 05:40:37 +01:00
Artem Polivanchuk
3c68f0ae26
Update ukrainian.xml
...
Close #8970
2020-10-28 15:05:43 +01:00
scootergrisen
5d6e5c6e9c
Update Danish translation to 7.9.1
2020-10-28 15:01:42 +01:00
Don HO
21e66936e5
Update Uzbek localization
2020-10-28 14:26:06 +01:00
Udo Hoffmann
08190bbe96
Fix RegEx look behind operations and \A and and \b and \z
...
Fix #713 , fix #1870 , fix #2216 , fix #2360 , fix #9004 , fix #4855 , close #8926 , close #9008
2020-10-25 21:23:19 +01:00
Patriccollu
d62221fd7f
Update Corsican translation for Notepad++ 7.9.1
...
Close #8864
2020-10-24 22:36:08 +02:00
Don HO
63e10f1169
Merge branch 'patch-5' of https://github.com/kubalav/notepad-plus-plus into kubalav-patch-5
2020-10-24 22:18:59 +02:00
conky77
027ccfd8b1
Update venetian.xml
...
Close #8933
2020-10-24 22:16:53 +02:00
conky77
4b738ba91c
Update italian.xml
...
Close #8935
2020-10-24 22:08:09 +02:00
~GOLEM~
b01e3071f7
Update russian.xml to v7.9.1
...
- added missing lines
- fixed description of options
- fixed line length
Close #8950
2020-10-24 21:57:03 +02:00
xomx
84b81f3982
Update czech.xml to v7.9.1
...
Close #8967
2020-10-24 21:51:07 +02:00
Tmp341
620ee0f298
Update Turkish Localization
...
According to 55d6717
, 320aca7
, 61bf9bd
, 79cf60f
, 285172e
, 9ab554a
and bbde64c
commits.
Close #9001
2020-10-24 21:46:50 +02:00
ArkadiuszMichalski
b1880cde63
Update polish.xml to 7.9.1
...
Update polish.xml to 7.9.1 and some corrects.
Close #9057
2020-10-24 21:40:50 +02:00
schnurlos
bd3e8214b9
Update german.xml to v7.9.1
...
Close #9022
2020-10-24 21:32:34 +02:00
Don HO
e97ee70c02
Remove old markdown UDL
2020-10-24 21:12:19 +02:00
Edditoria
c2159afa9d
Update markdown UDL XML file
...
The XML file is updated from v2.x to v3.2.0
in the commit: Edditoria/markdown-plus-plus@c137918
Also rename it shorter and starting with "m".
So users can sort their UDL file-list in tidy.
Close #9058
2020-10-24 19:47:50 +02:00
Vladimír Kubala
9bf08ce30a
Update Slovak translation
2020-10-24 08:24:44 +02:00
rddim
b93f49a677
Update Bulgarian localization
...
Close #8946
2020-10-24 03:21:13 +02:00
yasmise
a9783b741f
Update japanese.xml to v7.9.1
...
Close #8978
Follow up for these commits:
* Fix a shortcut causing a bug in Column editor dialog (55d671719c
)
* Add "Open Containing Folder as Workspace" command (320aca73be
)
* Add case insensitive lines sorting (61bf9bd3c4
)
* Add alternative icon set for tab bar (79cf60f498
)
* Make alternate icons of Tab bar changing dynamically (285172e36b
)
* Add ability to copy marked text to the clipboard (9ab554a129
)
* Add preference for save type of normal text files (bbde64c308
)
* Add copy styled text to clipboard commands to menu (013305f306
)
* Remove an obsolete command and its translation (9eecb1da13
)
* Add ability to remove any duplicate lines... (77d4606967
)
2020-10-24 03:18:56 +02:00
Don HO
dcc7ac5512
Update 3 localization files
2020-10-23 20:30:35 +02:00
Scott Sumner
77d4606967
Add ability to remove any duplicate lines in a document, keeping the first occurrence
...
Fix #8965 , close #9033
2020-10-23 16:04:34 +02:00
Don HO
c0c070abaf
Split functionList.xml into multifile in "functionList" Folder
...
New "functionList" will be added beside of notepad++.exe or "%APPDATA%\Notepad++\", according the installation mode. If the portable package is used, after removing "doLocalConf.xml", the "functionList" folder should be copied manually from Notepad++ installed directory to "%APPDATA%\Notepad++\" to make function list work again.
All splited files are localized in this folder with the explicit language name.
"overrideMap.xml" is optional for overriding the default functionList parse rule files, and for adding UDL parse rule files.
Close #4896
2020-10-21 18:05:08 +02:00
Vladimír Kubala
c2ebb1459e
Fix missing quotation mark
2020-10-21 12:48:29 +02:00
Don HO
8c219896c5
Add Hongkonger localization into installer
2020-10-21 00:28:32 +02:00
Edditoria
875a397c14
Add Hong Kong Cantonese localization
...
You may see that there are some English words in it, but don't worry.
This is Hong Kong culture. Please see the README in dev repo for details:
https://github.com/Edditoria/notepad-plus-plus-localization-hong-kong
Close #9037
2020-10-20 21:47:48 +02:00
Vladimír Kubala
edea323333
Update Slovak translation
2020-10-17 10:39:36 +02:00
Don HO
814ecd20df
Add some explanations for showing the messages in english.xml
...
Add some explanations for some non-obvious items.
2020-10-17 02:16:54 +02:00
Don HO
9eecb1da13
Remove an obsolete command and its translation
2020-10-16 23:42:32 +02:00
Scott Sumner
013305f306
Add copy styled text to clipboard commands to menu
...
Close #8943 , close #8964
2020-10-15 02:23:37 +02:00
Vladimír Kubala
9d5b4182a3
Update Slovak translation
2020-10-11 10:30:20 +02:00
Vladimír Kubala
dedaac8a21
Update Slovak translation
2020-10-05 10:01:09 +02:00
Scott Sumner
bbde64c308
Add preference for save type of normal text files
...
Fix #8866 , close #8948
2020-10-05 00:26:48 +02:00
Vladimír Kubala
1c9c4afe5f
Update Slovak translation
2020-10-03 09:45:51 +02:00
Scott Sumner
9ab554a129
Add ability to copy marked text to the clipboard
...
Fix #6095 , close #8867
2020-10-02 21:57:57 +02:00
Don HO
8516c7b48e
Update Spanish localization file
2020-09-30 16:05:02 +02:00
Vladimír Kubala
522b0b6b4d
Update Slovak translation
2020-09-30 09:31:07 +02:00
Don HO
285172e36b
Make alternate icons of Tab bar changing dynamically
2020-09-30 03:33:37 +02:00
Scott Sumner
79cf60f498
Add alternative icon set for tab bar
...
Close #8068 , close #8871
2020-09-30 03:04:06 +02:00
Vladimír Kubala
aabba6845e
Update Slovak translation
2020-09-29 11:59:17 +02:00
Vladimír Kubala
79a4183eaf
Update Slovak translation
2020-09-29 11:50:57 +02:00
Youssef Victor
de202d9a14
Add C# 9.0 keywords for auto-completion
...
Close #8872
2020-09-29 02:32:51 +02:00
Scott Sumner
61bf9bd3c4
Add case insensitive lines sorting
...
Close #4479 , close #8869
2020-09-28 23:29:33 +02:00
Don HO
2f90a0de18
Update Slovenian localization file
2020-09-28 18:51:41 +02:00
Don HO
320aca73be
Add "Open Containing Folder as Workspace" command
...
and add this command in context menu of tabs.
Close #3028 , close #8880
2020-09-28 17:57:57 +02:00
Don HO
a66e8a2646
Fix release binary name format
2020-09-24 01:36:45 +02:00
Don HO
85914b3c66
Change the package name for the future releases
...
Fix #5415
2020-09-23 19:32:12 +02:00
Don HO
95dec01e27
Fix 2 typos in all stylers files
...
Fix #3578
2020-09-20 01:54:44 +02:00
Don HO
009563f52d
Update 2 localization files
2020-09-10 19:50:37 +02:00
schnurlos
ee3555b968
Update german.xml to v7.9
...
Following last commit 55d671719c
Close #8835
2020-09-10 16:02:57 +02:00
xomx
2f3594da2b
Update czech.xml to v7.8.9
...
Close #8836
2020-09-10 16:00:25 +02:00
Bruce Yoon
f853d306e2
Update korean 7.9
...
Close #8837
2020-09-10 15:54:47 +02:00
conky77
97f5cb364f
Update Venetian.xml to 7.8.10
...
Close #8817
2020-09-09 22:32:52 +02:00
Vladimír Kubala
8bfe6c2d58
Update slovak.xml
...
Close #8646
2020-09-09 18:48:19 +02:00
popcorner
736bf89f57
Update chineseSimplified.xml
...
Close #8766
2020-09-09 18:40:32 +02:00
~GOLEM~
87467d41f1
Update russian.xml to v7.9.0
...
Close #8656
2020-09-09 15:33:13 +02:00
Luca
0432e1d155
Update italian.xml
...
Correct some typos and position of entry 6237
Close #8543
2020-09-09 15:30:56 +02:00
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
Rodrigo Cesar
230c7ef235
Add "nameof" reserved word of C# in auto-completion
...
Close #8633
2020-09-02 01:36:48 +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
584b3fead4
Add "URL Hovered" style for themes
2020-06-23 12:18:44 +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
Tmp341
4fbdaa256a
Update Turkish Localization
...
Updated according to 924e4b2
, 2b345c8
, f637901
, 2b713fb
and 5a95153
commits. Hope nothing missed.
Close #8272
Btw, ``<replace-in-files-confirm-filetype value="For file type :"/>`` is that file type means like ``txt`` or ``type this``?
2020-05-27 20:36:25 +02:00
~GOLEM~
64229ee003
Update russian.xml
...
Close #8259
2020-05-27 20:26:43 +02:00
Artem Polivanchuk
51518aeca9
Update ukrainian.xml
...
Close #8135
2020-05-27 20:22:18 +02:00
Don HO
e9e9e8daa9
Remove Irish translation due to its bad quality
...
Please check:
https://github.com/notepad-plus-plus/notepad-plus-plus/pull/8273
2020-05-26 18:53:30 +02:00
Don HO
b037bb5c95
Update Slovenian localization file
2020-05-26 17:20:15 +02:00
Don HO
93f7853333
Update a checkbox label and its translations
2020-05-26 05:12:42 +02:00
Don HO
920fc5c3d3
Add a new theme in installer
2020-05-14 01:06:14 +02:00
Franck ALBARET
bdb9b28429
Add new DansLeRuSH dark theme
...
Close #8252
2020-05-14 00:24:18 +02:00
Don HO
5a951531ad
Disable RegExpr up direction search
2020-05-12 04:40:40 +02:00
Don HO
2b713fb75b
Reword some labels in Find & Replace Dialog
...
Close #4283
2020-05-11 18:28:28 +02:00
Don HO
c4851a49ab
Fix a grammatical error
2020-05-11 05:40:09 +02:00
PeterCJ
801a3f5845
Update perl keywords & auto-completion API
...
Update list through Perl v5.30
Close #8198
2020-05-11 05:00:29 +02:00
Don HO
f637901db5
Fix a typo error in english.xml
2020-05-06 03:48:54 +02:00
Don HO
2b345c8f39
Make Find result panel translatable
...
Fix also a folding visual glitchy in Find result.
2020-05-05 01:37:47 +02:00
Don HO
85c0b3d692
Update French & Taiwanese Mandarin translation
...
according 924e4b23fe
2020-04-30 07:56:49 +02:00
Scott Sumner
924e4b23fe
Make ReplaceInFiles confirmation prompt translation capable
...
Close #8139 , close #8165
2020-04-30 07:17:51 +02:00
Don HO
d05bf63840
Add Nepali localization
2020-04-29 02:34:27 +02:00
rddim
01d82bf57c
Update Bulgarian localization
...
Close #8118
2020-04-17 23:26:44 +02:00
Don HO
78d42fbd2d
Update localization files
2020-04-17 22:23:36 +02:00
Don HO
40b8666392
Update localization files
...
Update localization files due to c3ec0cbf6e
2020-04-17 22:11:47 +02:00
Don HO
3474b8b11e
Update localization for fixing the incorrect removal
2020-04-17 21:03:45 +02:00
Scott Sumner
73f5492d04
Fix strncmp return type and first parameter
...
Fix #8117 , close #8119
2020-04-17 19:29:58 +02:00
Don HO
ffda03c41c
Update localization files
2020-04-17 16:51:02 +02:00
Don HO
8a37faa704
Fix typos
2020-04-14 22:28:16 +02:00
Tmp341
4dbe7b78ff
Update Turkish localization
...
Close #8014
2020-04-14 17:58:44 +02:00
yasmise
ce964e5550
Update japanese.xml to v7.8.6
...
Close #8016
2020-04-14 17:56:21 +02:00
Waldi Ravens
f09a5fd0c3
Update dutch.xml to 7.8.6
...
Close #8018
2020-04-14 17:53:40 +02:00
Vladimír Kubala
bc2afd8fca
Update slovak.xml
...
Translated new strings, fixed typos, made some little changes.
Close #8029
2020-04-14 17:51:07 +02:00
~GOLEM~
f1ebf8c404
Update russian.xml to v7.8.6
...
Close #8044
2020-04-14 17:34:34 +02:00
conky77
6ac1a24f21
Update venetian.xml
...
Close #8003
2020-04-14 13:26:52 +02:00
popcorner
edfd1f687f
Update chineseSimplified.xml
...
Close #8039
2020-04-14 13:22:35 +02:00
appelgran
b693be75ac
Added powershell styles for Monokai theme
...
Close #8041
2020-04-14 04:57:33 +02:00
Don HO
5483ad13d0
Update Englsh, French and Taiwanese Mandarin localization
...
For new feature "Multi-line edge".
Close #8107
2020-04-13 18:34:03 +02:00
Don HO
bf2cd8e05a
Changes localization file name "chinese.xml" to "taiwaneseMandarin.xml"
...
Saying Taiwan is part of China is like saying Java is part of JavaScript.
2020-04-09 00:11:11 +02:00
Don HO
2f9f395eff
Fix Chinese translation order issue
2020-03-10 04:59:15 +01:00
schnurlos
b645875196
Update german.xml
...
Following eb6da8195b
Close #7993
2020-03-03 03:25:58 +01:00
conky77
ae96df5f9f
Update Venetian translation
...
Close #7994
2020-03-03 03:23:10 +01:00
rddim
f98667d5ee
Update Bulgarian localization
...
Close #8001
2020-03-03 03:20:26 +01:00
Don HO
eb6da8195b
Fix new added size info translation issue in Windows dialog
2020-03-01 03:01:42 +01:00
nulLeeKH
e9b0cfedfd
Update Korean translation
...
[FIX] Apply opinions of issue #7979 in korean.xml - 1
Close #7982
2020-02-27 18:53:01 +01:00
pan93412
4d5abdf1c8
Make some Chinese translation more accurate
...
Close #7954
2020-02-20 16:54:53 +01:00
Hen Ry
7c40030a10
Fix an entry in german.xml
...
Close #7953
2020-02-20 15:46:55 +01:00
conky77
3491d3f3ed
Fix Venetian translation
...
Close #7912
2020-02-06 13:08:20 +01:00
Byungjo
33a8fc86a0
Update korean
...
Close #7846
2020-02-06 02:06:45 +01:00
Timmy Almroth
5512b90dad
Update Swedish localization
...
Close #7893
2020-02-06 01:47:23 +01:00
György Bata
bfa9eb69a4
Hungarian translation update for 7.8.4
...
Close #7907
2020-02-05 14:45:22 +01:00
Don HO
401360912b
Update irish.xml
2020-01-31 10:21:07 +01:00
Don HO
5c069cfa24
Add Irish localization file
2020-01-31 03:13:36 +01:00
Don HO
c2c94b9855
Update Slovenian and Spanish localization files
2020-01-31 02:35:40 +01:00
conky77
1c786b6ccc
Update Venetian translation 7.8.3
...
Close #7842
2020-01-26 02:28:44 +01:00
Hélio de Souza
c8e51af305
Update brazilian_portuguese.xml
...
Close #7891
2020-01-24 18:28:34 +01:00
Tmp341
d9dbe08ef1
Update Turkish localization
...
* According to 6c591cb
commit.
Close #7848
2020-01-24 13:44:02 +01:00
Cezariusz Marek
3b0fcb96c3
Update polish.xml
...
Add missing translations from the latest version.
Close #7840
2020-01-24 13:41:34 +01:00
schnurlos
331d2f7d22
Update german.xml
...
Close #7847
2020-01-24 13:27:02 +01:00
Martin Darebný
21fba0f742
Update czech.xml translation
...
Close #7881
2020-01-24 13:20:08 +01:00
Don HO
87c4bb348b
Update english_customizable.xml
2020-01-24 10:07:00 +01:00
Waldi Ravens
2d35273f34
Update localization files (move Item 6115)
...
Completes commit a1d048fdd9
Close #7785
2020-01-11 12:04:06 +01:00
knowyourway
222b30a694
Update polish.xml
...
Fixed some typos and add new entries.
Close #7815
2020-01-10 23:35:40 +01:00
Cezariusz Marek
cce217acbb
Update polish.xml
...
Add key shortcuts in Polish translation of Save or not dialog
Close #7804
2020-01-10 23:28:44 +01:00
Bruce Yoon
0732fa8f76
Update korean
...
Close #7797
2020-01-10 23:21:04 +01:00
Hiro5
ac2fb5c035
Update catalan.xml
...
Close #7710
2020-01-10 23:05:01 +01:00
schnurlos
430efb3747
Update german.xml to v7.8.3
...
Close #7799
2020-01-10 22:35:31 +01:00
Patriccollu
1cb54aa4ef
Update corsican.xml
...
Close #7700
2020-01-08 23:23:52 +01:00
conky77
30bf629858
Add Venetian localization
...
Close #7770
2020-01-08 10:08:16 +01:00
dvdandroid
6eeb755a73
Update italian.xml to v7.8.3
...
Close #7826
2020-01-08 10:01:55 +01:00
popcorner
78d0a4feec
Update chineseSimplified.xml
...
Close #7829 , close #7727
2020-01-08 09:54:35 +01:00
Artem Polivanchuk
767fcb420f
Update ukrainian.xml
...
Close #7787
2020-01-08 09:47:39 +01:00
yasmise
4fb2cffa28
Update Japanese translation to v7.8.3
...
Close #7800
2020-01-08 09:44:02 +01:00
~GOLEM~
f2b4078e2d
Update russian.xml to v7.8.3
...
Close #7803
2020-01-08 09:39:54 +01:00
Waldi Ravens
e2150e2f55
Update spanish.xml to v7.8.3
...
Close #7757
2020-01-08 01:34:08 +01:00
Tmp341
6b6ce475dd
Update Turkish Localization
...
Close #7734
* Updated according to 50a4fc8
, e5d83db
, 3b77016
, 461aabb
, 3220eaa
, f780e22
and f44c357
commits.
2020-01-08 00:33:53 +01:00
Waldi Ravens
02972ecbf4
Update dutch.xml to 7.8.3
...
Close #7784
2020-01-08 00:28:48 +01:00
Waldi Ravens
6c591cb26c
Add "Encoding > Character Set" localization items
...
For english & french
Close #7689
2020-01-08 00:21:53 +01:00
Hélio de Souza
e345919f6b
Update brazilian_portuguese.xml
...
Close #7786
2020-01-08 00:17:36 +01:00
xomx
005df921b5
Update czech.xml to v7.8.3
...
Close #7809
2020-01-08 00:09:05 +01:00
Wanibzh29
c91b2a88a4
Update breton.xml to v7.8.3
...
Close #7816 , close #7817
2020-01-08 00:02:38 +01:00
rddim
4b587fe6c5
Update Bulgarian localization
...
Close #7765
2020-01-07 00:35:31 +01:00
Don HO
cbd1e83c02
Update localization files
...
... for f51ae85d38
2019-12-31 23:53:10 +01:00
Don HO
ab207db6f7
Update localization files
...
For the commit:
14074e1487
2019-12-27 09:52:25 +05:00
Don HO
a1d048fdd9
Update localization files for a new option
...
Move an old entry to an another section and add a new one for added new option in:
7a1096de5b
2019-12-25 20:03:47 +05:00
Don HO
ef4425a47f
Update Spanish translation
2019-12-17 23:16:22 +01:00
Don HO
d5ec3a1c0e
Update localization files
2019-12-17 23:09:36 +01:00
Waldi Ravens
f02d166081
Enable two more SQL keyword list
...
KEYWORD2 – data types, highlighted in a different style.
USER1 – user-defined keywords, empty list by default.
Close #5937 , close #7693
2019-12-14 23:51:04 +01:00
Waldi Ravens
17872080a0
Fix mistyped Item id in slovenian.xml
...
Close #7687
2019-12-03 21:54:12 +01:00
Artem Polivanchuk
339f451e13
Update belarusian.xml
...
Close #7616
2019-12-02 22:46:59 +01:00
Artem Polivanchuk
f184de7347
Update ukrainian.xml
...
Close #7617
2019-12-02 22:40:23 +01:00
Waldi Ravens
ee1a0b4a07
Update dutch.xml
...
Close #7633
2019-12-01 21:53:07 +01:00
schnurlos
eab9aae727
Update german.xml
...
Close #7649
2019-12-01 18:40:06 +01:00
~GOLEM~
c67cacf684
Update Russian lang for 7.8.2
...
Close #7643
2019-12-01 02:00:35 +01:00
Bruce Yoon
68088e6872
Update Korean translation
...
Close #7659
2019-11-30 23:21:42 +01:00
rddim
e5e7b988e4
Update Bulgarian localization
...
Close #7639
2019-11-30 23:18:41 +01:00
scootergrisen
9d8abb7a06
Update danish translation to 7.8.1
...
Close #7661
2019-11-30 23:15:15 +01:00
Hélio de Souza
3baed7ffb8
Update brazilian_portuguese.xml
2019-11-30 23:07:07 +01:00
yasmise
87aa810853
Update Japanese translations for v7.8.2
...
Close #7675
2019-11-30 23:02:09 +01:00