ozone10
b3fdfdd064
Improve DarkMode toggling
...
Make choosing dark tone to not require turning back to light mode.
Close #10141
3 years ago
ozone10
fb91093ccb
Activate dark mode in Windows 11
...
Allow dark mode in Windows 11 insider build 22000 and later.
Per this comment #10122 (comment)
Fix #10136 , Close #10135
3 years ago
Don Ho
39b9090b96
Make Notepad++ dark mode colors customizable
...
Add 6 more color choices.
Close #10128
3 years ago
ozone10
066ef8a4a0
Make dark mode restartless
...
Fix #10121 , close #10122
3 years ago
Don Ho
eac8c4094f
Override unit-tests needed files while copying them for local unit-tests script
3 years ago
mere-human
2794c927b3
Fix the warnings issue during Scintilla's compiling
...
Remove std::iterator from Boost Regex search code:
std::iterator was deprecated in C++17.
Remove it to fix the warnings and avoid other issues.
Fix #10035 , close #10036
3 years ago
Don Ho
4642be5492
Add local unit-test launcher
3 years ago
Don Ho
14a0a43b16
Add global regex unitTest via UDL way
...
Use User Defined Language to have function list on Unit-tests.
It could reduce regression happening while the code of boost regex or the related code is changed.
And also make build system be aware of unit-test result.
Close #10108
3 years ago
ozone10
ae56255be6
Enhance listview column header in dark mode
...
Use different approach to make listview header dark.
Close #10106
3 years ago
mere-human
a0472fd7f2
Use current file directory in File Rename dialog
...
and fix "Remember last used directory" unexpected behaviour.
Fix #10095 , fix #10115 , close #10100
3 years ago
Ashfaaq18
80c285ee2d
Add a Save all confirm dialog
...
and add also an option in Preferences dialog to enable or diable the dialog.
Fix #2124 , fix #9931 , close #9968
3 years ago
Scott Sumner
27524e1d4d
Improve link to user manual on questionmark menu
...
Fix #10087 , close #10088
3 years ago
Sean Lin
2034150422
Update taiwaneseMandarin.xml
...
1. Synchronize the English version
2. Correct translation
3. Remove redundant translations
Close #10101
3 years ago
Don Ho
7bb39a08f1
Open a file from command line by applying an existent UDL via UDL name
...
Add command line flag -udl="UDL name" to open a file by applying an existent UDL via its name.
Close #10102
3 years ago
Don Ho
88665b5d17
Add an xkcd's quote
3 years ago
Don HO
ea09b9f191
Notepad++ 8.1.1 release
3 years ago
Don Ho
f65f00c63f
Fix ASCII panel display problem in dark mode + light theme (default styler.xml)
3 years ago
Don Ho
4ae1063774
Fix dark mode applied correctely only for 1 project panel issue
3 years ago
ozone10
75643560a3
Improve dynamic switching for scrollbars.
...
For main and sub edits, finder (search result docking window) and clipboard history panel.
Fix #10083 , close #10084
3 years ago
Don Ho
60105d68f7
Fix Doc Switcher panel not follow theme in dark mode
...
Plus add highlightHotTrackColor in dark mode & clean up.
3 years ago
Don Ho
36ea7e8b3e
Make column headers of ASCII panel & doc switcher apply to dark mode
...
Close #10082
3 years ago
yasmise
5398df2275
Update japanese.xml to v8.1
...
Close #10028
Follow-up to this commit:
* Close all tabs in stack with single action (f9d6fb9e31
)
3 years ago
ozone10
1da707128a
Fix regression: disable Explorer Theme for TreeView
...
Ref: #10061
Close #10062
3 years ago
Don Ho
3347044595
Fix edit zone not being applied to dark mode issue
...
Problem:
After installing Notepad++ v8.1 under an user account (with admin privilege), then switch to another user account (with or without admin privilege), launch Notepad++ and turn dark mode on. The dark theme on edit zone won't be applied.
Solution:
Notepad++ installer copies all theme files in installed directory instead of "%APPDATA%\Notepad++\themes\".
When theme is choosen or modified, it'll be saved in "%APPDATA%\Notepad++\themes\", and the saved theme file will override the original theme in installation directory.
New behaviour of theme:
Any theme selected via Style Configurator will be copied from its installation directory (C:\Program Files\Notepad++\themes\) into "%APPDATA%\Notepad++\themes\".
If the theme exists in "%APPDATA%\Notepad++\themes", the original one in s installation directory (C:\Program Files\Notepad++\themes) will be ignored.
Fix #10076 , close #10077
3 years ago
Don Ho
da0fc02c5c
Update some Fluent UI Icons for both dark & light mode
...
Fix #10075
3 years ago
ozone10
034666894f
Adapt docking tab for dark mode
...
Fix #10067 , close #10068
3 years ago
Don Ho
7d65bb9503
Use toolkits v141 still for a while
3 years ago
Christian Grasser
2e0d358cdc
Adapt for VS2019 builds with toolkit v142
...
Fix #9922 , close #9942
3 years ago
ozone10
219cec8000
Allow dynamic dark/light mode change for tooltips
...
Fix #10059 , close #10060
3 years ago
Don Ho
f27e561379
Apply dark mode to function list's toolbar
...
Close #10058
3 years ago
mere-human
6a4ef408f2
Fix GCC compiler warnings in Notepad++
...
Fix #10037 , close #10048
3 years ago
Don Ho
296e1c695e
Fix root menu item mouse hover color issue while being back in light mode
...
https://github.com/notepad-plus-plus/notepad-plus-plus/pull/10039#discussion_r656151554
3 years ago
ozone10
c8be679cde
Use Explorer theme for list- and tree-views
...
Apply Explorer theme on list- and tree-views.
Allow dynamic change between dark and light mode in these views.
Add border to document switcher for consistency.
Refactor code in TreeView.cpp to make it consistent.
Fix #10055 , close #10056
3 years ago
Don Ho
5df7c97f98
Clean up: remove unecessary code for dark mode
3 years ago
Don Ho
e4ebeed6f9
Make Project Panel toolbar conform to dark mode
...
Close #10039
3 years ago
ozone10
a6bbdeb92e
Make line above panel toolbar dark in dark mode
...
Fix #10043 , close #10042
3 years ago
ozone10
ffbf3af029
Make DarkMode title bar to apply on all dialog on dark mode
...
Also remove border from clipboard history panel.
Close #10023
3 years ago
Don Ho
bef4da61be
Provide the whole set of arguments to initialize "Colors" structure
...
9c13d657c9 (r52399592)
3 years ago
Ashfaaq18
c2534ee8f2
Make the Search Results Window locked (grayed) until the first search
...
The search result window option will only enable after the first Find All search
Fix #9655 , close #9967
3 years ago
mere-human
263910a9a9
Fix compiler warnings when building Notepad++ solution
...
Remove unsupported option /arch:IA32 from x64 & ARM64 Release for Notepad++ project.
Define _SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING for
SciLexer project to ignore a specific warning in third-party code.
Now the solution builds without warnings in all configurations.
Fix #10033 , close #10034
3 years ago
Don Ho
fd5bfe4252
Update slovenian.xml
3 years ago
Don Ho
1db798fb11
Update finnish.xml
3 years ago
Don HO
33d7712337
Notepad++ 8.1 release
3 years ago
Adam D. Walling
acf91fc2c2
Make multiline and vertical tabs work in dark mode
...
Dark mode tab drawing should work for multiline and vertical tabs
Close #10017
3 years ago
Don Ho
fc94015bff
Fix plugin icons not displayed regression
3 years ago
Don Ho
9c13d657c9
Better look & feel in dark mode
...
Fix #9982
3 years ago
Thomas De Rocker
94c6d24081
Update dutch.xml
...
Close #9938
3 years ago
Hugo Carvalho
d113531345
Update portuguese.xml
...
Close #9940
3 years ago
György Bata
47d780b861
Hungarian translation update for 8.0
...
Close #9949
3 years ago
Sapziller
b09190c76e
Update Korean localization file
...
1. add missing items since 7.9.2
2. remove blank at end of line
Close #10003
3 years ago