Don HO
9ec6b58bd1
Notepad++ 7.8.6 release
5 years ago
Don HO
0323ed3425
Revert "Change the icon in About box"
...
Due to the mysterious reason, change the icon in About box makes application icon display incorrectly (in explorer & on taskbar).
This reverts commit 3a46a6c23d
.
5 years ago
Don HO
126b55b064
Fix a minor bug for vertical edge
5 years ago
Don HO
3a46a6c23d
Change the icon in About box
5 years ago
rddim
01d82bf57c
Update Bulgarian localization
...
Close #8118
5 years ago
Don HO
78d42fbd2d
Update localization files
5 years ago
Don HO
40b8666392
Update localization files
...
Update localization files due to c3ec0cbf6e
5 years ago
Don HO
3474b8b11e
Update localization for fixing the incorrect removal
5 years ago
Scott Sumner
73f5492d04
Fix strncmp return type and first parameter
...
Fix #8117 , close #8119
5 years ago
Don HO
ffda03c41c
Update localization files
5 years ago
Don HO
c3ec0cbf6e
Make vertical edge (column marker) usage easier
...
Simplify the UI to make vertical edge easy to use.
5 years ago
Don HO
905feb8dd8
Fix vertical edge mode problem
...
Fix the problem that edge is still displayed after disabling edge mode.
5 years ago
Don HO
8a37faa704
Fix typos
5 years ago
Tmp341
4dbe7b78ff
Update Turkish localization
...
Close #8014
5 years ago
yasmise
ce964e5550
Update japanese.xml to v7.8.6
...
Close #8016
5 years ago
Waldi Ravens
f09a5fd0c3
Update dutch.xml to 7.8.6
...
Close #8018
5 years ago
Vladimír Kubala
bc2afd8fca
Update slovak.xml
...
Translated new strings, fixed typos, made some little changes.
Close #8029
5 years ago
~GOLEM~
f1ebf8c404
Update russian.xml to v7.8.6
...
Close #8044
5 years ago
conky77
6ac1a24f21
Update venetian.xml
...
Close #8003
5 years ago
popcorner
edfd1f687f
Update chineseSimplified.xml
...
Close #8039
5 years ago
appelgran
b693be75ac
Added powershell styles for Monokai theme
...
Close #8041
5 years ago
b9a1
bbb5798569
Add C language keywords
...
Close #8024
5 years ago
Gitoffthelawn
8862042bfb
Updated CSS Keywords
...
I recently went through a bunch of my own source code as well as about half of Mozilla's source code for Firefox. As I found CSS keywords that were not included in Notepad++, I added them locally.
I then merged them with existing keywords, and sorted the combined list alphabetically.
The result is reflected in this pull request.
I hope it helps you and others.
Close #8028
5 years ago
Don HO
5483ad13d0
Update Englsh, French and Taiwanese Mandarin localization
...
For new feature "Multi-line edge".
Close #8107
5 years ago
Don HO
cc2c9b7740
Implement multi-line edge feature
...
Close #3128
5 years ago
Don HO
bf2cd8e05a
Changes localization file name "chinese.xml" to "taiwaneseMandarin.xml"
...
Saying Taiwan is part of China is like saying Java is part of JavaScript.
5 years ago
Don HO
a09c0a17db
Fix folding state lost on the next starup issue
...
Any setting other than the default setting "for new opened document - UTF8 apply to opened ansi files" will cause C/C++ and other some languages (not for xml though) folding lost on startup.
Fix #4103
5 years ago
Don HO
3de506bf48
Update copyright
...
Close #5919
5 years ago
Don HO
fc371a1ffe
Remove invald shortcut in Find dialog
...
"&R" keyboard shortcut for "Replace in Files" is in conflict with one for "Replace", and there's no more available shorcut for "Replace in Files". So let's just remove this useless shortcut.
Fix #3539
5 years ago
Don HO
ae6765372f
Change shortcut key of "Save All" to prevent from the duplication
...
Fix #3336
5 years ago
Don HO
3a8b744dfe
Folder as Workspace: Add dynamical sorting feature
...
Fix #1541
5 years ago
Don HO
cb8fd0c438
TreeView refactoring
...
Shift the allocation of TreeView item's "lParam" member from TreeView class to the derived class, so "lParam" could be the pointer of anything, not necessary anymore the string pointer.
5 years ago
Scott Sumner
13f0717a1b
Improve compatibility for IDC_FINDNEXT and IDC_FINDPREV macros
...
Close #8064 , close #8065
5 years ago
Don HO
585cc27b1f
Make TreeView sorting unrecursivable
...
And update coding style.
5 years ago
Don HO
0c80bf8cb9
Apply the better style on previous commit
5 years ago
Scott Sumner
d36ea6124a
Editing tab closure activates MRU tab instead of rightmost tab, if MRU behaviour enabled
...
MRU = Most Recently Used/Active
Thanks to gstavi's patch:
https://github.com/gstavi/npp/blob/master/patch/0005-Use-MRU-when-choosing-new-file-to-activate-after-clo.patch
Close #885 , close #8059
5 years ago
Don HO
3ca82bebf1
Make retro-compatible to 7.8.4 and older versions for recorded macro
...
In the following commit (521ff86665
) IDC_FINDNEXT & IDC_FINDPREV are removed from macro record and play. This change broke old macro playing if IDC_FINDNEXT or IDC_FINDPREV was recorded in the macro:
https://community.notepad-plus-plus.org/topic/19011/notepad-v7-8-5-released
Adding IDC_FINDNEXT or IDC_FINDPREV & making them treated as IDOK make fix this broken issue.
5 years ago
Don HO
2f9f395eff
Fix Chinese translation order issue
5 years ago
Don HO
c6fdb89f88
Add support of smart-indenting for Perl and Rust
...
Close #7980 , fix #7958 , fix #7961
5 years ago
Scott Sumner
b5bd5bb026
Make Replace-in-Files confirmation dialog modal
...
In order to prevent from crashing
Fix #7995 , close #8022
5 years ago
Don HO
32fc08c7e8
Notepad++ 7.8.5 release
5 years ago
Don HO
5c7660b7b9
Fix inaccurate sorting result in Windows dialog
...
Both sorting results of size & type columns in Windows dialog were incorrect.
Now they are fixed.
5 years ago
schnurlos
b645875196
Update german.xml
...
Following eb6da8195b
Close #7993
5 years ago
conky77
ae96df5f9f
Update Venetian translation
...
Close #7994
5 years ago
rddim
f98667d5ee
Update Bulgarian localization
...
Close #8001
5 years ago
Don HO
eb6da8195b
Fix new added size info translation issue in Windows dialog
5 years ago
Don HO
5f34579008
Enlarge 2 last columns in Windows Select dialog
5 years ago
eljefe7000
b9af79f86c
Add the document size column to the Windows Selection dialog
...
Close #7905 , close #7971
5 years ago
nulLeeKH
e9b0cfedfd
Update Korean translation
...
[FIX] Apply opinions of issue #7979 in korean.xml - 1
Close #7982
5 years ago
Scott Sumner
521ff86665
Remove unneeded IDC_FINDPREV and IDC_FINDNEXT from macros
...
Fix #7928 , close #7976
5 years ago