Don Ho
36ea7e8b3e
Make column headers of ASCII panel & doc switcher apply to dark mode
...
Close #10082
2021-06-30 03:43:14 +02:00
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
2021-06-23 02:33:15 +02:00
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
2021-06-23 01:53:31 +02:00
ozone10
467870d66e
Add DarkMode Tooltips
...
Fix #9962 , close #9963
2021-06-13 00:35:12 +02:00
Don HO
ab5c1d3e2a
Upgrade Notepad++ License
...
Update GPL version from v2 to v3.
Fix #9425 , close #9441
2021-01-24 01:51:19 +01:00
Delhove Erwan
a2233b105d
Fix incorrect icon for monitoring status in Document list panel and in Document switcher
...
Fix #8783 , close #9046
2020-10-26 15:28:38 +01:00
Udo Hoffmann
c80a5c13f1
Fix Doc switcher icon state update issue for cloned documents
...
Fix #8067 , close #8231
2020-05-09 18:17:17 +02:00
Don HO
3de506bf48
Update copyright
...
Close #5919
2020-04-04 23:03:18 +02:00
Don HO
06db9ee338
Code improvement for NppParameters
2019-08-14 22:13:24 +02:00
Don HO
7fe3cda1d0
[EU-FOSSA] Use wcscpy_s instead of lstrcpy to prevent from buffer overflow
2019-02-11 02:07:04 +01:00
Rajendra Singh
94cf9d53ca
Fix tool tip in document switcher showing the old name issue (after being renamed).
...
Fix #4910 , close #4936
2018-11-10 13:53:53 +01:00
Rajendra Singh
14b5e161cc
Fixed crash issue by checking & unchecking "Disable extension column" in preferences dialog
...
Fix #4682 , close #4684
2018-07-22 20:31:03 +02:00
AngryGamer
883045d96f
Keep Doc Switcher's ordering in sync with Tab bar
...
Close #946 , close #1684 , close #2342 , close #4015
2018-02-19 23:40:23 +01:00
Don HO
d4bcec1c01
Lost in Translation 3
2016-08-11 22:29:39 +02:00
Don HO
37ed299743
Lost in Translation 2
2016-08-10 00:22:45 +02:00
Don HO
2e82a99649
Lost in translation
...
while (true)
{
conversion<C++>(C-Style cast );
}
2016-08-06 01:29:54 +02:00
Don HO
e76c929137
Safer C++ conversion
...
use static_cast instead of reinterpret_cast
2016-08-03 21:00:40 +02:00
Don HO
1e38c628bc
Use C++ type conversion instead of C-Style conversion
2016-07-10 02:21:15 +02:00
Don HO
64d7535be1
x64 ready
...
1. Remove all warning while compiling in x64
2. Treat warning as error (W4) while compiling in x64
2016-06-05 20:30:22 +02:00
Markus Heidelberg
715a64a32a
Make GCC/MinGW build work again and support cross-building under Linux
...
Close #1229 , Fixes #385
Only build errors are fixed, compile warnings are left alone. To reduce
the number of changes, even the compiler option "-fpermissive" has been
used to downgrade several errors to warnings.
2015-12-15 17:10:46 +01:00
Christian Grasser
edfa987f4e
x64 issue, replace int for bufferid by bufferid itself, otherwise x64 crashes as bufferid aka buffer * differs from int under x64
2015-06-08 12:11:10 +02:00
Don Ho
bc94d07766
[UPDATE] Unprecompile headers (part 4 - final)
2015-06-03 00:55:28 +02:00
Don Ho
fb4a2dd27d
[ENHANCEMENT] (Author: Pavel Nedev) Resize column Name correctly while hiding column Ext.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1284 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-11-02 15:08:18 +00:00
Don Ho
daf42f1d62
[BUG_FIXED] Fix document list panel has no selection while start up.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1280 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-10-25 19:44:57 +00:00
Don Ho
6e9b5a64b1
[ENHANCE] Make extension column optional in vertical file switcher.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1170 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-01-14 08:03:33 +00:00
Don Ho
f9e917b707
[ENHANCE] Make extension column optional in vertical file switcher (in progress).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1167 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-01-04 21:22:39 +00:00
Don Ho
cf2dce6728
[UPDATE] Update native language files.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1142 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-10-31 10:47:42 +00:00
Don Ho
6264ef03d0
[ENHANCEMENT] Code optimization.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1073 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-07-08 00:12:50 +00:00
Don Ho
a62ecb6449
[ENHANCEMENT] Enhance the performance to get once the length in the for loop.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1041 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-05-15 07:28:55 +00:00
Don Ho
db19cf8d6a
[NEW_FEATURE] Add Close/Keep the selected files commands in Document List Panel.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1037 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-05-01 15:43:51 +00:00
Don Ho
d6ea29c577
[NEW] Add new API NPPM_GETCURRENTVIEW.
...
Add new capacity in existent API NPPM_GETMENUHANDLE.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1028 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-03-03 01:04:09 +00:00
Don Ho
a896922136
[UPDATE] Update the GPL of all project source code to avoid the bundle version made by the tiers sites : cnet, softonic and 01net.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@896 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-04-15 16:54:38 +00:00
Don Ho
df3e1d4ef8
[NEW_FEATURE] Doc Switcher can be sorted now.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@797 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-08-20 22:13:22 +00:00
Don Ho
f1d217157b
[BUG_FIXED] Fix Doc Switcher clone status bug.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@790 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-07-15 22:49:28 +00:00
Don Ho
bd28e3bfa7
[NEW_FEATURE] Make file switcher dialog accessible (in progress).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@788 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-07-15 01:00:05 +00:00
Don Ho
5aad3ba823
[NEW_FEATURE] Add full path file name as tip in file switcher (while hovering on item).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@787 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-07-14 11:19:58 +00:00
Don Ho
c508aa94ef
[MODIFY] Chang file switcher behaviour while clonning a document on the other view.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@785 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-07-09 10:14:54 +00:00
Don Ho
daaaabe744
[NEW_FEDATURE] Add contextMenu in VerticalFileSwitcher panel.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@779 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-06-22 00:12:36 +00:00
Don Ho
b32e972221
[NEW_FEDATURE] Implement VerticalFileSwitcher feature (in progress).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@774 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-06-13 01:24:00 +00:00
Don Ho
ffb79104f6
[NEW_FEATURE] Add file switcher (list) dialog (in progress).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@773 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-06-11 14:40:44 +00:00
Don Ho
851284d90e
[ENHANCE] enhance AnsiCharactersInsertion feature.
...
[UPDATE] Implementation of document switcher is in progress.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@761 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-05-23 00:51:13 +00:00
Don Ho
1309f8fa8e
[UPDATE] Implement file switcher feature (in progress).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@760 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-05-22 00:11:19 +00:00
Don Ho
6eb08d415b
[NEW_FEATURE] Add find characters in range feature.
...
[NEW_FEATURE] Add file switcher (list) dialog (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@756 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-05-19 21:19:05 +00:00