Hugo Carvalho
d75068f62e
Update Portuguese translation
...
Close #9737
2021-05-13 01:54:25 +02:00
Edditoria
bcb6911527
Update localization: Hong Kong Cantonese...
...
As at commit 9c66ff9
of this repo.
Close #9773
2021-05-13 01:49:28 +02:00
Tmp341
58b33ecbd7
Update Turkish
...
* According to 2e7c5e3
, 926e6e9
, 6834d79
, 874f0d0
, 4369718
, 1ae39c2
, cbf3d2c
, 1a9307b
, e3dbeda
, a0177e8
, 0dbdef3
and b657f58
commits.
Close #9843
2021-05-13 00:15:26 +02:00
Patriccollu
6162e1ed5c
Update Corsican translation
...
Close #9714
2021-05-12 23:45:21 +02:00
~GOLEM~
8df5dc41c5
Update russian.xml
...
Close #9718
2021-05-12 21:10:35 +02:00
Thomas De Rocker
5b83f21df2
Update dutch.xml
...
Close #9692
2021-05-12 21:04:54 +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
Cyberslas
84402e755f
Fix Python Function List not showing functions
...
Functions defined at the top of the file or below a class with nothing in between would not show in the Function List.
This changes the function regex to fix this. A small unit test that the old regex won't pass but the new will included.
Close #9844
2021-05-11 23:48:22 +02:00
l3afblow3r
582a424d55
Add "curlopt_ssl_verifystatus" keyword for PHP
...
Close #9807
2021-05-11 23:28:26 +02:00
Don HO
69a5438671
Simplify dark mode user interface
2021-05-11 19:21:41 +02:00
Don HO
a0f2586102
Fix x64 build error
2021-05-11 04:27:13 +02:00
Don HO
c230ccf1bd
Fix toolbar icons switching in dark mode makes incoherence in Preferences dialog
...
ref:
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9742#issuecomment-836757562
2021-05-11 03:44:48 +02:00
Don HO
2d4640ce42
Update croatian.xml
2021-05-10 15:44:34 +02:00
Don HO
bae09252c7
Fix build error
2021-05-10 12:56:52 +02:00
Adam D. Walling
1089e239ba
Add the capacity to customize the color of Notepad++ (not only dark)
...
1. Customizable colors easily handled now by tweaking a few custom drawing implementations.
2. make dark mode less intense by default.
Close #9848
2021-05-10 12:14:03 +02:00
Don HO
4aa459ef47
Switch to default dark theme as dark mode is enabled
...
1. Add default dark theme.
2. Switch to default dark theme when dark mode is enabled considering both situations:
Style Configurator is or ont launched.
Close #9847
2021-05-10 09:56:35 +02:00
Don HO
db27172ca8
Add Fluent UI icons for Dark mode
...
Add Fluent UI icons for Dark mode in the toolbar & the tabbar
Fix #9742 , close #9831
2021-05-09 17:38:54 +02:00
Scott Sumner
666f228027
Fix function List button tool tips mixed up issue
...
Swap errant tooltip text for function list sort and reload buttons.
Fix #9804 , close #9829
2021-05-05 23:40:53 +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
4b7e1ac794
Improve performance of Search results Open all
...
Fix #9819 , close #9820
2021-05-05 22:54:04 +02:00
Don HO
dc34284146
Make toolbar compatible with current plugins
2021-05-05 16:47:06 +02:00
Don HO
7d25394244
Add new toolbar icons (Fluent UI)
...
1. Remove obsolete icon set.
2. Add both Fluent UI & Filled Fluent UI icon sets.
3. Refactoring toolbar code
Fix #9742 , close #9808
2021-05-05 14:39:27 +02:00
Don HO
cd1a468b1c
Make select text foreground color setting optional
...
Make selected text with syntax highlighting as default behaviour.
To override the default behaviour, user can add an empty xml file named "enableSelectFgColor.xml" (beside of "config.xml") to set the select foreground color in Style Configurator.
2021-05-01 20:02:09 +02:00
Scott Sumner
44b2bef69b
Allow selected text foreground color to be changed
...
Fix #3397 , fix #1314 , close #9817
2021-05-01 04:28:27 +02:00
Scott Sumner
8339de66d2
Remove obsolete logic with wholeword and MarkAll
...
Fix #9803 , close #9810
2021-04-29 18:32:06 +02:00
Adam D. Walling
85aaef2fba
Dark Mode independent of OS setting
...
Close #9802
2021-04-27 01:38:24 +02:00
Adam D. Walling
bd6dbd4bb6
Add dark mode in find/replace dialog
...
Dark Mode find/replace dialog box! Also supporting buffered paint animation for darkmode checkbox/radiobutton control states
Close #9800
2021-04-26 17:57:22 +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
Roshni-P
f249fc5902
Fix for 'Match Whole Word' option being enabled in Regular Expression Search
...
Ensured 'Match Whole Word' option is disabled in Regular Expression Search.
Fix #9766 , close #9792
2021-04-26 04:29:08 +02:00
Udo Hoffmann
9734d81f32
Fix a special character in UTF16 file crash issue (regression)
...
Fix UTF iterators end too early.
This regression (https://github.com/notepad-plus-plus/notepad-plus-plus/pull/9599#issuecomment-825654605 ) is introduced via 38bf76e843
Close #9797
2021-04-26 03:16:48 +02:00
Christian Grasser
6750be3432
Fix for darkmode build with mingw
...
Close #9789
2021-04-24 06:23:33 +02:00
Adam D. Walling
5a3bf49c86
Add Dark Mode for not attracting bugs
...
Toolbar, status bar, tab bar, menu bar, dark scrollbar, handle switching between light and dark, docking splitters and headers, flicker fixes. Minor tweaks to DarkMode.h. Mostly handles the dark mode request for the main interface for #7692 and also follows the windows system theme settings like #9183 .
Fix #9183 , fix #7692 , close #9587
2021-04-23 16:22:57 +02:00
mere-human
acdc2517c6
Fix regression: Handle "Default Directory" setting correctly in Open/Save File Dialog
...
IFileDialog doesn't modify the current directory unlike the old file
dialog. Now the last used directory is remembered each time the user
changes directory and then set as working directory if needed.
Fix #9767 , close #9775
2021-04-22 19:18:43 +02:00
Don HO
d0afc51621
Add ARM64 support for auto-update feature
2021-04-22 05:20:54 +02:00
Don HO
f6856626e0
Fix ARM64 installer copying binaries to 32-bits applications' folder
2021-04-22 02:47:18 +02:00
Don HO
a459523659
Fix Notepad++ ARM64 version refusing to load plugins in ARM64 version
2021-04-21 23:24:05 +02:00
Don HO
266ca29861
Add ARM64 packages for the official distribution
2021-04-21 20:42:01 +02:00
Don HO
4207e2516d
Add ARM64 support to NppShell
2021-04-21 17:34:38 +02:00
Don HO
6e7b47faf8
Fix typo in installer for Fortran
2021-04-21 06:28:18 +02:00
Christian Grasser
fd81dab21a
Update Build.md
...
- update with official release of boost 1.76
- changed BUILD.md for the new scilexer build via VS solution
Close #9778
2021-04-21 01:19:58 +02:00
Don HO
b09fb1e719
Remove SciLexer.dll from the packaging
2021-04-17 17:32:52 +02:00
Christian Grasser
ab58c8ee3e
One button to compile them all
...
1. Build Notepad++ with Scintilla static lib (libscintilla.lib) and Boost (v1.76) RegExpr.
2. ARM64 build is available.
Fix #5158 , close #9594
2021-04-17 05:55:10 +02:00
Scott Sumner
9c66ff9c71
Fix Copy command in Search result is available as there's no selection
...
Disable Search Results Copy (verbatim) command if no selected text.
Fix #9757 , close #9764
2021-04-16 02:52:52 +02:00
Don HO
15b7a26c87
Remove unecessary const type qualifier
2021-04-16 02:37:05 +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
af56713079
Change name of programming language from Nimrod to Nim
...
Fix #9768
2021-04-15 03:40:30 +02:00
Don HO
94dffc6da8
Fix inacurate ratio in Distraction Free mode
2021-04-14 04:38:07 +02:00
Don HO
432ad06108
Enhance Distraction Free mode: make dockable panels free
2021-04-14 03:39:25 +02:00