Pavel Nedev
a103151774
Fix NUL file-corruption bug after Windows shutdown brutally
...
Bypass Windows caching when flushing files after write.
According Microsoft documentation this fixes the issues with saved file corruption (all NULs)
on sudden power loss or restart.
Microsoft documentation for reference:
https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/fopen-wfopen?view=vs-2019
https://docs.microsoft.com/en-us/cpp/c-runtime-library/stream-i-o?view=vs-2019
Fix #6133 , close #8952
2020-10-06 15:55:41 +02:00
Scott Sumner
8426c9ccd9
Enhance Sel info provided in main status bar
...
Fix #8524 , close #8876
2020-10-06 04:00:25 +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
eljefe7000
c306555db4
Fix file path truncated issue in save confirmation dialog
...
Fix #8812 , close #8945
2020-10-04 23:00:10 +02:00
Udo Hoffmann
401bfcb0cd
Add new URL parser to replace inaccurate regex detection
...
Fix inaccurate URL detection and enhance URL detection for non-English character.
Fix #3912 , fix #3353 , fix #4643 , fix #5029 , fix #6155 , fix #7791 , fix #8634 , close #8921
2020-10-04 18:42:10 +02:00
Udo Hoffmann
5aab1ddbf1
Make tray icon work again in administrator mode
...
Fix #8528 , close #8944
2020-10-04 16:51:23 +02:00
Scott Sumner
5e632dfbef
Fix find-all-open-docs not finding all matches in ANSI files
...
Fix #8901 , close #8914
2020-10-03 21:16:43 +02:00
Scott Sumner
a08784fa43
Fix bug with smart highlight of data and end-of-file
...
Fix #8908 , close #8911
2020-10-03 04:07:32 +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
Scott Sumner
5da0817ecb
Allow setting of background color for bookmark margin
...
Fix #8833 , close #8874
2020-10-02 21:49:08 +02:00
jofon
139e4d4925
Fix smart-highlighting not applying to cloned view
...
Fixed smart-highlighting not applying to cloned view while "Highlight another view" is enabled.
Fix #7910 , close #8905
2020-10-02 15:38:11 +02:00
Don HO
c94f84000b
Remove beep while ESC & TAB keystroke in Function list
2020-10-02 02:08:57 +02:00
Udo Hoffmann
fc470152e1
Remove TreeView Beep when pressing return key
...
Fix #8938 , close #8940
2020-10-02 00:49:32 +02:00
Scott Sumner
8c1e15377f
Add missing SCI_VCHOMExxx to Shortcut Mapper
...
Fix #8932 , close #8936
2020-10-01 22:10:41 +02:00
Vince
80d98f05b2
Add tab stops in Function List
...
Add tab stops in Function List to switch between search field and list.
Fix 8665, close #8924
2020-10-01 04:10:35 +02:00
Don HO
8516c7b48e
Update Spanish localization file
2020-09-30 16:05:02 +02:00
Don HO
bb175082d2
Fix the build error
2020-09-30 04:47:32 +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
Vince
aaa93025f0
Add ESC key in Function List to switch to edit window
...
Fix #8886 , close #8890
2020-09-29 03:01:22 +02:00
Youssef Victor
de202d9a14
Add C# 9.0 keywords for auto-completion
...
Close #8872
2020-09-29 02:32:51 +02:00
Roshni-P
861f863ef7
Fix closing file in 2nd view not removed from Doc Switcher
...
Fix #8800 , close #8862
2020-09-29 02:02:40 +02:00
Simon Buhrow
98c4990175
Add new VHDL-2019 keywords into langs.model.xml
...
Fix #8511 , close #8863
2020-09-29 00:14:47 +02:00
Scott Sumner
61bf9bd3c4
Add case insensitive lines sorting
...
Close #4479 , close #8869
2020-09-28 23:29:33 +02:00
Udo Hoffmann
1a37b64fe6
Avoid unnecessary notifications
...
This is an enhancement of PR #8475 which fixed (and still fixes) #8466 .
It takes into account, that `WM_ACTIVATE` is not called only, when the window is being activated, but also, when the window is being **de**activated. In the latter case it is not necessary to do the activation actions.
This was pointed out to me by @Predelnik, who had a problem with the additional `SCN_UPDATEUI/SC_UPDATE_H_SCROLL` notification occurring when the window is being deactivated, see https://github.com/Predelnik/DSpellCheck/issues/221#issuecomment-696652074 for details.
2020-09-28 23:16:28 +02:00
Don HO
2f90a0de18
Update Slovenian localization file
2020-09-28 18:51:41 +02:00
Jack Tolfree
174ae29f18
Add ESC keystroke shortcut to close Search Results Window
...
Closes the focused Search Results Window by hitting ESC.
Close #2946 , close #8898
2020-09-28 18:43:04 +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
ArkadiuszMichalski
b0b119411b
Add ^data- to langs.model.xml to support data-prefixed attributes in HTML
...
Tip from https://sourceforge.net/p/scintilla/feature-requests/1278/ .
Fix #6200 , close #8895
2020-09-28 17:53:18 +02:00
Don HO
30ab547198
Notepad++ v7.9 release
...
Notepad++ Stand with Hong Kong edition
2020-09-28 00:48:14 +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
e4d45436b4
Change the comment symbol of properties file to the standard one
...
Fix #8464
2020-09-23 15:58:53 +02:00
Don HO
95dec01e27
Fix 2 typos in all stylers files
...
Fix #3578
2020-09-20 01:54:44 +02:00
Don HO
a2264e5b36
Restore Folder as Workspace's latest selected item of last session on start up
...
Fix #8353
2020-09-19 00:36:03 +02:00
Don HO
f3fce2de4a
Fix Escape key on FunctionList's text field causing bell sound
...
https://community.notepad-plus-plus.org/topic/19995/notepad-7-9-rc?_=1600343113189
2020-09-17 13:34:18 +02:00
Scott Sumner
93ae69e92d
Scroll visible area horizontally so a FindNext match is fully viewable
...
Fix #8804 , close #8818
2020-09-14 19:33:04 +02:00
Don HO
d82aba7b0c
Improve the computing of number of digit in line number margin display
2020-09-14 14:33:51 +02:00
Don HO
8e73f5d116
Simplify the logic and improve the performance
2020-09-14 14:02:07 +02:00
Don HO
fe18e41d5d
Fix inaccurate line margin update with word wrap enabled
...
And improve the performance of line margin update.
2020-09-14 02:31:44 +02:00
Don HO
00841d5a22
Fix build warning issue by using v140_xp
2020-09-12 16:32:53 +02:00
jofon
c5e594e3ea
Fix Monitoring not scrolling to the last line with word wrap enabled
...
Fix #8850 , close #8851
2020-09-12 15:52:10 +02:00
Don HO
c607e427fc
Fix auto scroll to last line after update not working
...
This fix comes from the suggestion of this thread:
https://github.com/notepad-plus-plus/notepad-plus-plus/pull/8782#issuecomment-690752536
Fix #8477 , fix #8214
2020-09-11 16:05:06 +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
Don HO
6d939d3e79
Add some languages for -L flag of command line
...
irish.xml, aranese.xml, extremaduran.xml, kabyle.xml, ligurian.xml and samogitian.xml are added for -L flag.
Fix #8347
2020-09-09 23:14:59 +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