Don HO
55de911be5
Fix the 1st document title "new 1" is not translated
...
1ae39c2dda (commitcomment-49174136)
2021-04-12 17:32:19 +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
92038c1653
Make struct VisibleGUIConf conform to coding standard
2021-04-07 18:02:30 +02:00
Don HO
1ae39c2dda
Make new tab name translatable
...
Fix #2837
2021-04-06 18:54:38 +02:00
Don HO
a349764b4a
Remove unnecessary const
2021-04-06 17:52:56 +02:00
Scott Sumner
f6cb772e61
Reword Run menu entry name
...
Close #9728
2021-04-04 18:17:35 +02:00
Don HO
5bc3ccf469
Fix dragged out UDL file is not applied to UDL in the new instance
...
The workaround is: in case of UDL, "-lLANG" argument part is ignored.
We let new instance detect the user lang type via file extension - it works in the most of case, except if user applies an UDL manually.
For example, this workaround won't work under the following situation:
user applies Markdown to a file named "myMarkdown.abc".
Fix #3451
2021-03-31 03:55:09 +02:00
jofon
ca07ac69c7
Enhance Folder as Workspace performance while adding/removing files in bulk
...
Added batch processing of added and removed files in Folder as Workspace.
Fix #9203,close #9651
2021-03-30 14:08:59 +02:00
Don HO
70762b1a03
Fix Auto-Complete ignore case issue
...
Fix #3997 , fix #4833 , fix #4998
2021-03-30 03:46:28 +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
09d6241686
Fix sort with column key selection that appears after tab characters
...
Fix #9682 , close #9683
2021-03-29 03:43:00 +02:00
jofon
c29240d78a
Fix "Reload Workspace" menu command not working issue
...
Now forces the workspace to be opened when the user accepts that reloading will discard all modifications
Fix #9350 , close #9696
2021-03-28 21:04:29 +02:00
Scott Sumner
cae2f77daf
Add command line parameter for adding specified string to app title bar
...
Fix #9539 , #9704
2021-03-28 04:18:23 +02:00
jofon
bdae2aef92
Fix view file in Edge failure issue if name contains spaces
...
Added Edge to the same case as the other browsers, which substitutes spaces for %20, and opens the files as expected and add legacy edge as a backup in case the new edge isn't found.
Fix #9313 , close #9677
2021-03-27 19:34:55 +01: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
38bf76e843
Fix UTF-16 decoding/encoding for code points above U+FFFF
...
Fix #9597 , fix #3747 , fix #5754 , close #9599
2021-03-27 02:50:51 +01:00
mere-human
dc106a4c95
Add Cloud Config and Command Line Arguments to Debug Info
...
Fix #9598 , close #9607
2021-03-26 15:33:01 +01:00
Scott Sumner
f308539abe
SaveAs moves original path to recent files history
...
Fix #9673 , close #9678
2021-03-26 14:00:01 +01:00
Scott Sumner
6bfe9d289c
Widen Default Language control in Preferences for New Document
...
Close #9647
2021-03-26 01:25:06 +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
Scott Sumner
854f49c61c
Fix typo: FINFER -> FINDER
...
Close #9688
2021-03-23 23:35:59 +01:00
Don HO
0c0a5d2097
Add 2 new easter eggs for the upcoming Easter Sunday
2021-03-23 01:57:37 +01:00
Don HO
4399c1343b
Notepad++ 7.9.5 release
2021-03-22 22:46:05 +01:00
Don HO
aa22ee21cc
Add a new quote
2021-03-21 01:12:30 +01:00
mere-human
ad3a6ea2f6
Fix file doesn't save as extension type on Windows 7
...
Initialize file dialog window procedures later so that
all the controls have been created by this moment.
Fix #9657 , close #9674
2021-03-20 23:17:05 +01:00
mere-human
cd738bcff7
Fix UNC path with quotes handling in folder & file Open/Save dialog
...
Remove a workaround for double backslash that leads to problems.
Originally, the double backslash workaround was needed to address #5368 .
But now, the app isn't stuck when such path is used, so the problem is gone.
Fix #9582 , close #9666
2021-03-18 15:31:03 +01:00
Don HO
58f0a61770
Notepad++ 7.9.4 release
2021-03-15 01:37:51 +01:00
Udo Hoffmann
aaab4607c1
Fix Find button not enabled in Find in Files section regression
...
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8125#issuecomment-798801190
Close #9654
2021-03-14 19:31:08 +01:00
Don HO
68c537f697
Fix Find in Projects replace confirmation message localization problem
2021-03-07 17:05:02 +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
Don HO
47ca5281fe
Revert "Improve high-dpi display"
...
This reverts commit 1364b199b4
.
3 ways we can choose:
1. PerMonitorV2: it would be the ideal solution if there were no custom control in Notepad++ : some part of the custom controls like panels and Find dialog are not rendered properly in PerMonitorV2 mode.
2. PerMonitor: in v7.9.3 WM_DPICHANGED message was not processed and that makes Notepad++ unusable under a high resolution monitor.
3. Without "PerMonitor" feature: (as in v7.9.2), it will be a little bit blurry, but at least the system resizes all parts of application correctly
This commit revert the modification in v7.9.3 and go back to the way in v7.9.2 (Without "PerMonitor" feature).
It's not easy to solve this issue, all I can do is choose the "less worst" way, just like people in world-wide vote for choosing their political leader.
Fix #9513 , fix #9579
2021-03-04 01:28:12 +01:00
Don HO
4b0010c4c3
Fix regression in "Find Result" field due to Scintilla upgrade
...
Fix #9595
2021-03-03 20:01:16 +01:00
Udo Hoffmann
5c884a80c6
Add "Find in Projects" features
...
Close #8125 , close #9534
2021-02-27 23:58:17 +01:00
mere-human
91a570a305
Fix folder picker not displying as the given directory is invalid issue
...
Fix #9569 , close #9570
2021-02-25 16:43:23 +01:00
mere-human
064d844a41
Fix handling of network path (UNC path) in CustomFileDialog
...
Use STL algorithms for path transformation.
Fix #9527 , close #9551
2021-02-22 19:09:37 +01:00
QoL
26dad277c9
Fix shortcut name more than 64 characters makes an empty name issue
...
Fix #9556 , close #9543
2021-02-22 05:05:41 +01:00
mere-human
f96d81af11
Fix extension appending issue in file dialog
...
Fix #9510 , close #9532
2021-02-22 03:58:30 +01:00
Udo Hoffmann
75bcb7c536
Fix file not turning dirty (with Session Manager plugin) issue
...
Fixes #9475 , close #9498
2021-02-22 03:30:13 +01:00
Don HO
dbac42edd0
Use unary operator '!' instead of "not"
2021-02-20 04:44:34 +01:00
Don HO
1eaaf45d87
Add needed space in "Window dialog"
...
Fix #9542
2021-02-20 03:44:37 +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
Vince
69e6eb26a3
Make JSON auto-indent for brace
...
Fix #9499 , close #9504
2021-02-18 02:33:13 +01:00
Don HO
f576559eaa
Add some spiritual quotes
2021-02-16 03:05:29 +01:00
Don HO
994b10c18d
Notepad++ 7.9.3 release
2021-02-15 01:43:19 +01:00
Don HO
3419a749d9
Change Notepad++ binary description
...
https://community.notepad-plus-plus.org/topic/20678/gnu-source-code-editor-error-on-close?_=1612738141494&lang=fr
Fix #9489
2021-02-07 23:24:25 +01:00
Don HO
541b4d1c7a
Add new localization file abkhazian.xml
2021-02-05 15:53:07 +01:00
mere-human
5a45674c36
Fix miss-treating browsing folder as saving file issue in FileDialog
...
Improve file name parsing.
Use the absolute path to check if a file name is a directory.
Expand environment variables if they are part of the file name.
Avoid unnecessary calls to onPreFileOk().
Close #9467
2021-01-29 23:11:16 +01:00