Don Ho
35deb8a303
Make "Prevent C0 input" feature optional
2024-02-29 17:51:27 +01:00
Don Ho
6c027d343f
Modify the layout of "Editing 2" in Preferences dialog
...
Ref: 12548b6abb (commitcomment-139128197)
2024-02-28 15:41:35 +01:00
Don Ho
13cd4acad6
Fix "Save a Copy As" dialog's wrong title
...
1. Use appropriated localized title on some main save/open dialogs.
2. Reuse menu localized string and remove some redundent entries from localization files.
Fix #14737 , fix #11860 , close #14808
2024-02-28 04:54:38 +01:00
Don Ho
12548b6abb
Reorganize "Editing" sections in Preferences dialog
2024-02-26 05:40:42 +01:00
Don Ho
c6e433f70b
Update localization files
2024-02-05 16:27:59 +01:00
Don Ho
d039eaa900
Add new localization entries
...
ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/14497#issuecomment-1871689104
2023-12-29 18:07:53 +01:00
Don Ho
78d0e7e12f
Fix hidden results of long lines for "Find All ..." commands
...
Fix some the results of "Find all in..." commands of long lines not being displayed, when the long lines are cut (its length > 2048).
All the results displayed in the cut long lines will be kept as the current behaviour. Additionally, each result beyond the cut long line (2048) will be displayed as default mode (ie. each entry will be displayed, so user can double click on the entry line for reaching the result).
Related: #12014
Fix #12023 , close #14520
2023-12-26 16:28:41 +01:00
Don Ho
4e6bbbc17f
Add navigation to the 1st & last tab abilities
...
Fix #14416 , close #14497
2023-12-17 16:17:11 +01:00
Don Ho
2724e0ddbb
Make RTL per document & remembered across the sessions
...
This commit adds the ability of RTL/LTR per document (tab), and memorizes RTL setting of each file in the session.xml.
It also adds an attribute "editZoneRTL" in localization XML file. if "RTL" attribute is present and its value is "yes", then user can add "editZoneRTL" attribute beside, and set the value of the attribute in question to "no", so Notepad++ GUI will be RTL, but Scintilla zone will be LTR by opening files. Of course, user can set any direction they want afterward, and what they have set on document will be remembered across the sessions.
Fix #9665 , fix #9950 , fix #14385 , close #14431
2023-12-02 17:49:09 +01:00
xomx
ffc0ed2516
Fix confusing memory allocation error message (reused FileTooBigToOpen)
...
Fix #14418 , close #14429
2023-12-02 02:29:17 +01:00
Don Ho
9bc790b014
Prevent Direct Write being set if user uses RTL
...
Ref: 975d29b30b (commitcomment-132946815)
Close #14374
2023-11-22 02:06:01 +01:00
Don Ho
faba181e8f
[xml] Remove the redundant entry
2023-11-17 02:45:03 +01:00
Don Ho
3e7425f6b1
Fix a typo
2023-11-16 05:29:24 +01:00
Don Ho
05f339b0cf
Enhance Find Dialog: display extra info in the status bar
...
Fix #14307 , close #14347
2023-11-14 21:13:02 +01:00
Don Ho
cecd161570
Enhance Multi-select feature
...
1. Make "Multi-select all" expand the word only when there's no selection.
2. Make Multi-select command set macro-able.
3. Make Multi-select command set translatable.
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/14295#issuecomment-1791688412
Close #14301
2023-11-03 13:16:45 +01:00
Don Ho
89278e1dc7
Force to enable multi-select feature in Scintilla
2023-10-30 15:40:49 +01:00
Don Ho
1c27e64126
Use double quot instead of single quot
...
Fix #14265
2023-10-29 02:48:22 +02:00
Don Ho
08794510be
Make session inaccessible files remembered (part 2/2)
...
Following the commit: 4248c2ae22
If the user enables the option "Remember inaccessible files from past session" (disabled by default), and an opened session (the default session "session.xml" or a user session) contains one or several inaccessible files, a message dialog will appear, giving the user the choice to open or not open the placeholders. If the user chooses to open them, empty and read-only documents will be opened as placeholders for these inaccessible files.
Fix #12079 , fix #12744 , fix #13696 , close #14252
2023-10-23 00:07:00 +02:00
Don Ho
e30ee852d6
Fix data loss issue due to no room on disk for saving
...
Fix #5664 , fix #14089 , close #14134
2023-09-12 14:50:52 +02:00
(x*ln(7))⁻¹
cf8ddc18c9
Add supperss 2GB file warning option for x64
...
Fix #14055 , close #14069
2023-08-31 01:16:15 +02:00
Don Ho
391f4281ef
Fix leading & tailling spaces being allowed after renaming tab issue
...
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13344#issuecomment-1665687932
Fix #13967 , close #13967
2023-08-05 18:59:30 +02:00
Don Ho
c143a4a6cc
Remove "Temporary doc site:" from localization files
...
The removal is due to 9011253
(9011253a0a (commitcomment-121208415)
)
2023-07-31 02:24:11 +02:00
Don Ho
e7f7c319f5
Fix inaccurate find/replace in files result while using invalid regexp
...
Fix #13164 , close #13945
2023-07-30 13:31:15 +02:00
Don Ho
d9b98681f4
Add change history navgation commands
...
Add Go to next/prev change & clear change history commands.
Fix #12248 , close #13861
2023-07-07 21:44:04 +02:00
yasmise
d7aee6828d
[xml] Add missing entries in english.xml for SHA-1/SHA-512
...
Fix #13815 , close #13816
2023-06-21 18:20:33 +02:00
Don Ho
4ffd897ccf
Add SHA-512 hash features
...
Fix also SHA-1 hash result wrong length bug while "Treat each line as a separate string" enabled.
Fix #13805 , fix #13812 , fix #13811 , close #13806
2023-06-20 23:19:19 +02:00
Don Ho
5b5238610e
Fix menu Tools contains 2 SHA-256 item while using localization
...
Fix #13797
2023-06-19 18:29:13 +02:00
Don Ho
61503a2dcd
Add "open new blank document in addition on startup" ability
...
To enable/disable this feature, go to New Document section of Preferences dialog, and check/uncheck "Always open a new document in addition at startup" checkbox.
Fix #11134 , fix #9535 , fix #5527 , close #13738
2023-06-08 19:16:56 +02:00
ozone10
1806b8994b
GUIEnhancement: About, Debug, Save dialogs
...
- add accelerators
- optimize dark mode
- remove/comment unused variables
- replace debug copy link with push button
- fix override warnings
- add initializers
Fix #13686 , close #13687
2023-05-23 16:05:54 +02:00
ozone10
a1d7db8049
GUI Enhancement: General & Editing sections in Preferences dialog
...
- increase width for some items for translation
- make translation consistent between source and xml files
- reorder items for consistent tab focus
Ref #13627 , ref 0cad36d#r108675058
Fix #13657 , fix #13676 , close #13632
2023-05-22 10:19:23 +02:00
ozone10
41af936855
GUI Enhancement: Column Editor
...
- fix override warnings
- replace SendMessage check with isCheckedOrNot
- make translation consistent
Fix #13667 , close #13668
2023-05-20 20:08:20 +02:00
ozone10
af8b339296
GUI enhancement: Find in Finder dialog
...
- add key accelerator
- optimize dark mode
- add initializers
- fix override warnings
Fix #13624 , close #13625
2023-05-18 10:52:13 +02:00
ozone10
4e0f50416d
GUI Enhancement: Plugins Admin dialog
...
- add key accelerators
- remove unused define
- add initializers
- fix override warnings
- optimize dark mode
- resize listview controls based on other child controls
Fix #13622 , close #13623
2023-05-18 06:29:54 +02:00
Don Ho
3c15ff5783
[xml] Make all the localization files pretty printed
...
This commit makes all the localization files pretty printed (indent only).
Close #13631
2023-05-09 04:52:09 +02:00
Don Ho
8dd1f3a337
Revert "[xml] Standarize english.xml format by using XML pretty print"
...
This reverts commit dccab1f25a
.
2023-05-08 16:35:03 +02:00
Don Ho
dccab1f25a
[xml] Standarize english.xml format by using XML pretty print
...
Use XML Tools plugin for formatting english.xml.
Command: via menu "Plugins -> XML Tools-> Pretty Print" command.
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/13562#issuecomment-1518543453
Close #13621
2023-05-08 04:32:52 +02:00
ozone10
052626ca99
GUI Enhancement: User Define dlgs
...
- main dlg shared part - tab focus reorder
- string dlg (User language name, New tab name) - make edit ctrl larger
- remove obsolete style
- add initializer
- fix override warnings
- optimize dark mode
- make translation consistent between source code and english lang xml files
Fix #13615 , close #13616
2023-05-07 05:50:58 +02:00
ozone10
6b194453b8
GUI Enhancement: Preference Print sub-dialog
...
- add initializers
- reorder controls for tab focus
- add accelerators
- make comboboxes larger
- replace variable static text with edit control
- fix override warnings
Fix #13601 , fix #12812 , close #13602
2023-05-04 04:25:57 +02:00
ozone10
7e6c4b3c6b
GUI enhancement: MD5 and SHA256 Hash dialogs
...
- add accelerators
- add initializers
- optimize dark mod
Fix #13579 , close #13580
2023-05-02 16:58:08 +02:00
ozone10
997ef821d1
GUI enhancement: Find Characters in Range dialog
...
- add accelerators
- add initializers
Fix #13577 , close #13578
2023-05-02 04:58:52 +02:00
ozone10
87e34c1f7b
Enhance Run Macro dialog
...
- reorder tab focus.
- add key accelerators.
- optimize dark mode.
fix #13544 , close #13545
2023-04-19 21:09:21 +02:00
ozone10
0cad36d636
Add hide/show ability of Control Characters (C0 & C1) and Unicode EOL
...
Fix #8111 , close #13324
2023-04-11 15:35:35 +02:00
ozone10
9b67c93ef9
Add more items and HTML Hexadecilmal column to ASCII panel
...
Fix #13347 , close #13348
2023-03-25 02:42:00 +01:00
Don Ho
9462238c0f
Fix localization files structure error (already fixed in code)
2023-03-16 19:35:39 +01:00
ArkadiuszMichalski
52d3c36e35
Make tray icon context menu translatable
...
Fix #11628 , close #13241
2023-03-06 15:49:55 +01:00
ozone10
269e78bc1e
Replace recent file ValueDlg with edit fields & fix DocSwitcher RTL problem
...
Remove ValueDlg class.
Fix #13244 , fix #13248 , close #13245
2023-03-06 14:44:50 +01:00
Don Ho
99e7c5a84c
Set english.xml version right
2023-02-24 02:59:43 +01:00
ArkadiuszMichalski
a689635037
Make "Cannot open file" message translatable
...
Fix #13175 , close #13190
2023-02-24 00:49:49 +01:00
ArkadiuszMichalski
3f3aed43ed
Rename commanfd "Remove Unmarked Lines" to "Remove Non-Bookmarked Lines"
...
Fix 5502; close #13149
2023-02-21 16:05:01 +01:00
ArkadiuszMichalski
9627494043
Fix translation issue for Dock/Undock label in User-Defined dialog
...
Fix 8020, close #13127
2023-02-16 14:30:47 +01:00