~GOLEM~
8df5dc41c5
Update russian.xml
...
Close #9718
4 years ago
Thomas De Rocker
5b83f21df2
Update dutch.xml
...
Close #9692
4 years ago
debiedowner
ddd4448192
Add ability to reverse line order
...
Fix #9837 , close #9839
4 years ago
Don HO
70515c878b
Update localization files
4 years ago
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
4 years ago
l3afblow3r
582a424d55
Add "curlopt_ssl_verifystatus" keyword for PHP
...
Close #9807
4 years ago
Don HO
69a5438671
Simplify dark mode user interface
4 years ago
Don HO
a0f2586102
Fix x64 build error
4 years ago
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
4 years ago
Don HO
2d4640ce42
Update croatian.xml
4 years ago
Don HO
bae09252c7
Fix build error
4 years ago
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
4 years ago
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
4 years ago
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
4 years ago
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
4 years ago
Scott Sumner
b657f58580
Add "Copy Pathnames" command to Search results context menu
...
Fix #9821 , close #9822
4 years ago
Scott Sumner
4b7e1ac794
Improve performance of Search results Open all
...
Fix #9819 , close #9820
4 years ago
Don HO
dc34284146
Make toolbar compatible with current plugins
4 years ago
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
4 years ago
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.
4 years ago
Scott Sumner
44b2bef69b
Allow selected text foreground color to be changed
...
Fix #3397 , fix #1314 , close #9817
4 years ago
Scott Sumner
8339de66d2
Remove obsolete logic with wholeword and MarkAll
...
Fix #9803 , close #9810
4 years ago
Adam D. Walling
85aaef2fba
Dark Mode independent of OS setting
...
Close #9802
4 years ago
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
4 years ago
Scott Sumner
0dbdef320f
Add MarkAll Preference settings for case and word
...
Fix #9751 #5148 , close #9796
4 years ago
Scott Sumner
a0177e8d05
Add pref setting to allow Replace to stop after replacement
...
Fix #4437 , close #9801
4 years ago
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
4 years ago
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
4 years ago
Christian Grasser
6750be3432
Fix for darkmode build with mingw
...
Close #9789
4 years ago
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
4 years ago
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
4 years ago
Don HO
d0afc51621
Add ARM64 support for auto-update feature
4 years ago
Don HO
f6856626e0
Fix ARM64 installer copying binaries to 32-bits applications' folder
4 years ago
Don HO
a459523659
Fix Notepad++ ARM64 version refusing to load plugins in ARM64 version
4 years ago
Don HO
266ca29861
Add ARM64 packages for the official distribution
4 years ago
Don HO
4207e2516d
Add ARM64 support to NppShell
4 years ago
Don HO
6e7b47faf8
Fix typo in installer for Fortran
4 years ago
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
4 years ago
Don HO
b09fb1e719
Remove SciLexer.dll from the packaging
4 years ago
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
4 years ago
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
4 years ago
Don HO
15b7a26c87
Remove unecessary const type qualifier
4 years ago
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
4 years ago
Don HO
af56713079
Change name of programming language from Nimrod to Nim
...
Fix #9768
4 years ago
Don HO
94dffc6da8
Fix inacurate ratio in Distraction Free mode
4 years ago
Don HO
432ad06108
Enhance Distraction Free mode: make dockable panels free
4 years ago
Don HO
90016a8dc0
Enhance Distraction Free mode by hidding another view
4 years ago
Don HO
55de911be5
Fix the 1st document title "new 1" is not translated
...
1ae39c2dda (commitcomment-49174136)
4 years ago
Don HO
1a9307b02d
Add padding options in the edit zonze
...
Fix #2323
4 years ago
Don HO
cbf3d2c9cb
Add new feature "Distraction Free Mode"
4 years ago