Don Ho
c32da953cf
Update localization files
...
according to d3e77c0e6f
2022-04-26 18:52:30 +02:00
Manuel Montoto
88ed851478
Add virtual space ability
...
Added an option in preferences to enable or disable virtual space.
Fix #11443 , Fix #11444 , close #11452
2022-04-06 15:37:23 +02:00
Daniel Fuchs
64bfa72bd0
Add default sorting ability in Function list
...
* Add new preference setting to allow function list to be sorted lexicographically by default.
* Fix sorting for mixed mode function list parsers on new file open.
* Add new translations to english.xml and german.xml.
Fix #11446 , close #11447
2022-04-06 14:59:02 +02:00
Don Ho
ee765135be
Add "Windows..." localization entry
...
The "Window" menu localization was pleinty of dirty hack due to "Plugin" menu was created (or not) dynamically.
Now "Plugin" menu is present statically so we localize this entry as other entries.
2022-02-21 18:59:07 +01:00
Don Ho
456fdaa680
Simplify the localization in codes
...
and fix the bug that menu "Window" not translated:
5917fdefb0 (commitcomment-67151276)
2022-02-21 17:59:25 +01:00
deebash
1c8b867395
Add "Sort By" commands under Window Menu
...
Add commands by name, path, type and by size for sorting under Window Menu.
Fix #10393 , close #11190
2022-02-20 18:52:07 +01:00
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
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
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
rddim
d9ef4be579
Update english.xml
...
Fix #10356 , close #10981
2022-01-05 00:29:27 +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
ArkadiuszMichalski
4facc4db46
Update polish.xml to 8.1.9.3
...
Close #10875
2021-12-05 01:13:17 +01:00
rddim
7aa0a56320
Update english.xml
...
Close #10831
2021-11-27 04:40:29 +01:00
Don Ho
add9f64104
Add "Notepad++ User Defined Languages Collection" project website access command
2021-11-23 00:31:37 +01:00
Don Ho
f6282f4f11
Update localization files
...
And fix a typo in BUILD.md
2021-09-14 23:33:34 +02:00
Ashfaaq18
36d0d29cc7
Add path column in Document list panel
...
Fix #9679 , close #10539
2021-09-12 15:18:22 +02:00
Ashfaaq18
ef8522e4aa
Enable/disable ext column from Document list directely
...
* Enable/disable ext column via the context menu.
* The ext column checkbox is removed from the preferences dialog.
* Cleaned up localization file
Fix #10468 , close #10485
2021-09-03 14:48:18 +02:00
Don HO
f6488cdc7a
Update english.xml
2021-08-31 15:41:04 +02:00
Don Ho
c1cce29c84
Fix build system error
2021-08-31 00:16:52 +02:00
Don Ho
84c1505fab
Add custom date time insert
...
Make Insert date time customizable.
Also make date time order reversable for short & long format.
Fix #10445 , close #10453
2021-08-29 19:42:05 +02:00
Don Ho
e12b161d48
Make Incremental Search panel translatable
...
Fix also checkbox overlap in incremental search bar.
Fix #8955 , fix #8574 , close #10420
2021-08-25 16:38:42 +02:00
Don Ho
deab93f9b5
Make "Confirm Save All" dialog more clear
...
Use "Always Yes" button instead of "Cancel", and whole dialog is translatble.
Fix #10339 , close #10429
2021-08-25 16:31:51 +02:00
Don Ho
45831ac050
Update English localization file to v8.1.4
...
and French + Taiwanese Mandarin localization files are updated.
2021-08-20 02:55:36 +02:00
Don Ho
2576bf884b
Substitute "Mark" for "Style" in the menu entries
...
In order to avoid users' confusion, all "Mark" occurrences of menu entries are substituted for "Style", so users won't confuse with "Mark" fonction in Find dialog.
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10195#issuecomment-893481499
Close #10351
2021-08-13 13:54:27 +02:00
Don Ho
b8f23a107b
Update French & Taiwanese Mandarin localization
2021-07-31 17:32:12 +02:00
Ashfaaq18
5b9e3b6406
Changed english.xml's "Document List " entry id from 44081 to 44070
...
Close #10235
2021-07-24 18:20:34 +02:00
Ashfaaq18
7b1e6546a1
Make Document List Panel togglable and shortcutable via View menu
...
1. Toggle toolbar item and view menu item for Document List Panel.
2. Added standard, filledFluent, darkmode->toolbar->(fluent and filledfluent) icons for the Document List Panel toggle.
3. Working shortcut for the Document List Panel under shortcut mapper.
4. Removed show document panel from the preference menu, kept the extension option.
5. Rename "Doc Switcher" to "Document list".
Fix #3526 , fix #9015 , close #10214
2021-07-23 16:14:22 +02:00
mere-human
8e38b9daba
Add copy file names capacity from Windows dialog
...
Fix #10123 , close #10194
2021-07-21 03:33:48 +02:00
Don Ho
53f1e6bff8
Make the translation more accurate
2021-07-16 00:11:35 +02:00
Don Ho
599f1852c7
Update localization files
2021-07-14 18:48:22 +02:00
mere-human
a0472fd7f2
Use current file directory in File Rename dialog
...
and fix "Remember last used directory" unexpected behaviour.
Fix #10095 , fix #10115 , close #10100
2021-07-06 16:05:20 +02:00
Ashfaaq18
80c285ee2d
Add a Save all confirm dialog
...
and add also an option in Preferences dialog to enable or diable the dialog.
Fix #2124 , fix #9931 , close #9968
2021-07-06 03:56:29 +02:00
Scott Sumner
27524e1d4d
Improve link to user manual on questionmark menu
...
Fix #10087 , close #10088
2021-07-04 19:16:46 +02:00
Udo Hoffmann
f9d6fb9e31
Close all tabs in stack with single action
...
Shift-click closes the whole stack.
Fix #8922 , close #9930
2021-06-03 02:21:08 +02:00
Don HO
585608b456
Update english_customizable.xml
2021-05-18 22:09:11 +02:00
debiedowner
32dce9b54e
Add access keys to non-keyboard-accessible menu items
...
Fix #9875 , close #9876
2021-05-18 20:41:18 +02:00
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
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
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
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
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
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
2e7c5e3e89
Update localization files
2021-03-07 17:34:10 +01:00
Udo Hoffmann
a044cefe7c
Fix Project workspace changes lost on save cancel
...
Fix #9605 , close #9609
2021-03-06 23:23:12 +01:00
Udo Hoffmann
5c884a80c6
Add "Find in Projects" features
...
Close #8125 , close #9534
2021-02-27 23:58:17 +01:00
mere-human
35584b379f
Make tab splitter menu and incremental search translatable
...
Rename menu IDs in tab splitter to be in English.
Relocate some controls in incremental search dialog to ease translation.
Fix #8955 , close #9496
2021-02-19 04:00:02 +01:00
mere-human
6e43ba6ea5
Add an option to mute all sounds in preferences dialog
...
Fix #7950 , close #9507
2021-02-19 03:46:52 +01:00
Don HO
adce1a8ea3
Update localization files to v7.9.3
2021-01-27 18:50:28 +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
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
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
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
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
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
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
Scott Sumner
f5dcfc196a
Make UI text consistent regarding search results
...
Fix #9053 , close #9061
2020-11-04 01:56:10 +01: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
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
Scott Sumner
bbde64c308
Add preference for save type of normal text files
...
Fix #8866 , close #8948
2020-10-05 00:26:48 +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
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
Scott Sumner
61bf9bd3c4
Add case insensitive lines sorting
...
Close #4479 , close #8869
2020-09-28 23:29:33 +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
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
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
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
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
Don HO
07b2a11e0a
Add a new translation unit
2020-06-23 03:25:02 +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
93f7853333
Update a checkbox label and its translations
2020-05-26 05:12:42 +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
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
Scott Sumner
924e4b23fe
Make ReplaceInFiles confirmation prompt translation capable
...
Close #8139 , close #8165
2020-04-30 07:17:51 +02:00
Don HO
78d42fbd2d
Update localization files
2020-04-17 22:23:36 +02:00
Don HO
3474b8b11e
Update localization for fixing the incorrect removal
2020-04-17 21:03:45 +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
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
eb6da8195b
Fix new added size info translation issue in Windows dialog
2020-03-01 03:01:42 +01:00
Waldi Ravens
6c591cb26c
Add "Encoding > Character Set" localization items
...
For english & french
Close #7689
2020-01-08 00:21:53 +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
f44c357999
Add tooltip for filter usage in Find in Files dialog
2019-11-22 14:28:13 +01:00
Don HO
f780e22d61
Add shortcuts to Save dialog for translation files
2019-11-21 02:52:04 +01:00
Don HO
3220eaaa30
Refine "Open UDL folder" command & make it translatable
2019-11-21 02:24:57 +01:00
Don HO
461aabb6aa
Update some localization files
2019-10-23 00:46:45 +02:00
~GOLEM~
3b77016dbf
Update English (hotkey menu)
...
Added 3 lines for hotkey menu.
id 50003 - Switch to previous document
id 50004 - Switch to next document
id 50005 - Toggle macro record
Close #6222
2019-10-23 00:37:26 +02:00
Don HO
e5d83dbc00
Update some localization files
2019-10-18 13:38:57 +02:00
Waldi Ravens
50a4fc8ad1
Fix localization in Preferences dialog
...
Fix #6228 , close #6229
2019-10-18 09:29:03 +02:00
Don HO
fb7785eeaa
Disambiguate 5 entries regarding encoding
...
Remove "Encode" word to avoid the confusion with "Convert".
Close #5951
2019-07-30 20:24:59 +02:00
Sergey Semushin
dbc9d79df6
Small grammar correction
...
Here's explanation why this is the correct way:
https://english.stackexchange.com/questions/222316/are-you-sure-to-delete-or-are-you-sure-you-want-to-delete
Also `Are you sure you want to` could be found in 4 other messages in this same file.
Close #5848
2019-07-28 02:35:29 +02:00
Don HO
e50236f559
Remove redundant information in File Summary dialog
...
Update Chinese & French binary translation as well.
2019-07-27 11:03:14 +02:00
Christian Grasser
418d03acfe
Add capabilty to translate file summary dialog info
...
Close #5594 , fix #1487
2019-07-27 10:33:51 +02:00
Don HO
6f3166c865
Improve GUI in Find dialog
...
Thanx to:
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/449#issuecomment-135799762
2019-07-18 23:28:02 +02:00
Don HO
d239c3d731
Make ASCII Codes Insertion panel's title shorter
2019-07-18 09:44:50 +02:00
mmosoll
6a30c31e0a
Add 2 new columns for HTML Code in the Character Panel
...
Added 2 new columns showing HTML Code and HTML Name in the Character Panel for ANSI and Windows-1252 character sets.
Modified NM_DBLCLK event to insert in document the current cell value when double clicked in the Character Panel.
Modified translation files for French, English, Spanish and Spanish Argentina to include the new added columns in the Character Panel.
Modified maximum length of the Character Panel title bar in Notepad_plus::launchAnsiCharPanel().
Close #4371
2019-07-17 20:01:48 +02:00
rddim
eed0c620bb
Update Bulgarian and add missing entry in english.xml
...
Close #5908
2019-07-12 10:18:05 +02:00
Don HO
3f7956dc1b
Add "No to All" and "Yes to All" options in Save dialog
...
It allows users, while closing files, to reply Yes or No only for once in Save dialog for the all rest of modified files.
Close #5835 , close #4385 , close #4392
2019-07-03 09:41:35 +02:00
Rajendra Singh
074a4bca93
Add "Copy File Name" command in context menu of "Folder as Workspace"
...
Close #5574 , close #5597
2019-05-30 19:13:50 +02:00
Don HO
54d2bc5528
Update English translation modele, + French & Chinese
2019-03-26 13:42:04 +01:00
Don HO
32f1dafe77
Remove unused command
2019-03-21 23:56:37 +01:00
Rajendra Singh
b0b29c2adf
Updated Hindi Translation and corrected typo in English
...
Close #5448
2019-03-21 19:59:49 +01:00
Don HO
28f87ca6de
Make better UI for the file status auto-update enhancement
2019-03-21 00:06:01 +01:00
Don HO
a7c59e1776
Add "Multi-Select Next Occurrence" into menu
...
Update localization files
2019-03-19 02:52:13 +01:00
Don HO
0f933b16c3
Update localization files
2019-03-18 02:49:10 +01:00
Rajendra Singh
ba60fbdd71
Enhance "File status Auto-Detection" to avoid switching editing tab off behaviour
...
Fix a long waiting issue about file auto change detection, by adding a new option to avoid an annoying behaviour:
If file content is changed outside of Notepad++, while focus back to Notepad++, the current editing tab will be switched off, the changed file will be switched to and user will be asked to reload the file in question.
The new option remains the editing tab. User will be asked to reload it only if the changed file is switched in.
Fix #1087 , Fix #3349 , Fix #3333 , Fix #3528 , Fix #3138 , Fix #3934 , Fix #3160 , Fix #1822 , Fix #745 , Fix #3599 , Fix #4329 , Fix #3971 , Fix #4592 , Fix #1116 , Fix #2082
Close #4180 , Close #5386 , Close #4189 , Close #1995 , Close #2867 , Close #3306 , Close #2776 , Close #2724 , Close #2405 , Close #4072 , Close #4747
Close #5389
2019-03-17 12:21:16 +01:00
Don HO
6dfd22d52f
Add "View Current File in Browser" for Firefox, Chrome, IE & Edge
...
Restore deleted "Launch in browser" customized shorcuts in [EU-FOSSA] by implementing them in more secure way.
2019-03-16 04:19:02 +01:00
Rajendra Singh
da3a17e912
Support More localization
...
Close #5323
2019-03-04 09:53:01 +01:00
Don HO
157846c60a
Fix a small regression on Find dialog status bar
...
Fix #5070 , close #5094
2019-03-04 03:25:54 +01:00
Rajendra Singh
5423b50635
Fixed regression and support localization for "Open Plugins Folder..."
...
Close #5365
2019-03-02 14:34:06 +01:00