Don HO
b54b8ee54f
Improve indent guidelines on non-brace control block languages
...
Fix #9137
2020-11-12 15:14:51 +01:00
Scott Sumner
f027e9271d
Disallow Goto dlg offset option from moving to position inside multibyte char or between CR and LF
...
Fix #9101 , fix #9125 , close #9129
2020-11-12 02:37:01 +01:00
Scott Sumner
f75f8b8d40
Prevent names of untitled tabs from duplication
...
Fix #9119 , close #9127
2020-11-12 00:02:23 +01:00
Don HO
0405e230eb
Remove redundant unitTestLauncher.ps1 command
2020-11-11 03:52:39 +01:00
Don HO
c58f3f7cb3
Fix an exception with -export=functionList while absence of config.xml
2020-11-11 03:33:39 +01:00
Don HO
bbeb66aa56
Fix crash issue while passing argument "-export=functionList"
...
This regression is due to commit 7399257f56
(7399257f56
)
2020-11-11 02:23:24 +01:00
Don HO
5813e4d8e6
Clean up
2020-11-10 14:08:33 +01:00
Don HO
070630a243
Add tooltips for Folderas Workspace 3 commands
...
Fix #8325
2020-11-10 05:06:25 +01:00
Don HO
79d7521f07
Add -L argument for hongKongCantonese.xml
...
875a397c14 (commitcomment-43992197)
2020-11-09 14:02:34 +01:00
Don HO
7399257f56
Fix docked panels appear with "-nosession" cmd line parameters
...
Fix #8005
2020-11-09 04:19:37 +01:00
Scott Sumner
1961f708c1
Add ellipsis to Rename and Print on tab bar context menu
...
Close #9124
2020-11-08 03:57:37 +01:00
Don HO
d17c303665
Fix "SCI_NEWLINE" inside a macro not working issue
...
Fix #5571
2020-11-08 03:34:45 +01:00
Scott Sumner
d80816f930
Fix bug where search-results won't open 'new 1' file
...
Fix #8461 , fix #9098 , close #9115
2020-11-07 02:57:10 +01:00
Vince
f91246e312
Fix regression of auto-Indent
...
The regression is introduced by 073f0bc8c6
Fix #9113 , close #9114
2020-11-06 20:42:34 +01:00
Juan Cuartas
776fa414ba
Update spanish.xml
...
Close #9099
2020-11-05 23:13:41 +01:00
Don HO
3657df7ebd
Fix a wrong translation
2020-11-05 21:49:13 +01:00
Don HO
8640fd6693
Move 'Normal Text' to top in Languages Menu
...
Fix #7746 , fix #8277
2020-11-05 20:17:26 +01:00
Don HO
8207084111
Fix several bugs of PHP parser rule for function list
...
1. Fix the function name gets truncated issue if function starts with reserved words (ie. if, while, for, switch...).
2. Fix abstact function and classes not recognized by parser rule.
3. Fix function detection fails on string containing asterisk issue.
Contributed by @MAPJe71 & @TutoInformatik :
https://community.notepad-plus-plus.org/topic/15124/php-function-list-and-abstract-functions/18?_=1604532045222
Fix #3321 , fix #5045 , fix #4627 , fix #4606 , fix #8855 , fix #4208 , fix #981 , fix #2522 , fix #1103 , fix #4712 , fix #3560 , fix #5150 , fix #4606 , close #9102
2020-11-05 14:53:41 +01:00
Scott Sumner
f5dcfc196a
Make UI text consistent regarding search results
...
Fix #9053 , close #9061
2020-11-04 01:56:10 +01:00
Delhove Erwan
2e39525782
Fix tab close button remain pushed issue
...
Fix #7750 , close #9062
2020-11-04 01:07:02 +01:00
Don HO
6284680e30
Update Spanish localization to v7.9.1
2020-11-03 00:39:36 +01:00
Don HO
cfe3f3b64c
Make "Clipboard History" and "Character Panel" togglable
...
Make "Clipboard History" and "Character Panel" have the same behaviour of the other dockable panels.
Fix #9094 , fix #9078 , close #9096 , close #9079
2020-11-02 23:38:28 +01:00
Udo Hoffmann
2aac88e3b1
Improve URL parser: fix apostrophe in an URL issue
...
Improve also test tool.
Fix #9031 , close #9090
2020-11-02 16:00:11 +01:00
Udo Hoffmann
47419910f6
Fix crash while exit command issued by plugin
...
Fix #9082 , close #9084
2020-11-02 15:48:26 +01:00
Scott Sumner
c28116a04f
Add color samples on menu items for styling features
...
Fix #8983 , close #9089
2020-11-02 15:15:37 +01:00
Don HO
c189cc7571
Notepad++ v7.9.1 release
...
pour Samuel Paty
2020-11-02 01:40:33 +01:00
Scott Sumner
5965b3d352
Project structure improvement: Move TreeView files in the right place
...
Close #9083
2020-10-31 19:15:11 +01:00
Scott Sumner
91e3594836
Remove some unused files from project
...
Close #9075
2020-10-29 19:13:22 +01:00
Scott Sumner
7bcb34b848
Add some missing items to Visual Studio project
...
Fix #9063 , close #9073
2020-10-29 14:51:13 +01:00
ekopalypse
2ff50ec9bc
Update themes to v7.9.1
...
Fix #9071 , close #9070
2020-10-29 13:47:36 +01:00
Don HO
13d2fdadb0
Add "Bookmark margin" into GlobalStyles for all themes
2020-10-29 05:40:37 +01:00
Artem Polivanchuk
3c68f0ae26
Update ukrainian.xml
...
Close #8970
2020-10-28 15:05:43 +01:00
scootergrisen
5d6e5c6e9c
Update Danish translation to 7.9.1
2020-10-28 15:01:42 +01:00
Don HO
21e66936e5
Update Uzbek localization
2020-10-28 14:26:06 +01:00
Don HO
3c9d58176b
Fix the regression of mark margin colour for dark theme
2020-10-27 16:01:48 +01:00
Vince
0689a94453
Fix user set SCI_SETYCARETPOLICY erase by find result
...
Use SCI_SETVISIBLEPOLICY and SCI_ENSUREVISIBLEENFORCEPOLICY to replace SCI_SETYCARETPOLICY.
X and Y caret policy should be user-configurable for document navigation and the VISIBLE / ENSUREVISIBLE could be used for application / auto navigation (like re-centering a search result).
Fix #8961 , close #8962
2020-10-26 19:50:47 +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
9cd6e6513f
Test tool to verify URL parser
...
Close #9059
2020-10-26 14:38:47 +01:00
Scott Sumner
210ae7e1d3
Fix Find-result rclick-Copy incomplete data bug
...
Fix #8801 , close #8808
2020-10-26 00:11:17 +01:00
Udo Hoffmann
08190bbe96
Fix RegEx look behind operations and \A and and \b and \z
...
Fix #713 , fix #1870 , fix #2216 , fix #2360 , fix #9004 , fix #4855 , close #8926 , close #9008
2020-10-25 21:23:19 +01:00
Patriccollu
d62221fd7f
Update Corsican translation for Notepad++ 7.9.1
...
Close #8864
2020-10-24 22:36:08 +02:00
Don HO
9a6ce288eb
Merge branch 'kubalav-patch-5'
2020-10-24 22:19:12 +02:00
Don HO
63e10f1169
Merge branch 'patch-5' of https://github.com/kubalav/notepad-plus-plus into kubalav-patch-5
2020-10-24 22:18:59 +02:00
conky77
027ccfd8b1
Update venetian.xml
...
Close #8933
2020-10-24 22:16:53 +02:00
conky77
4b738ba91c
Update italian.xml
...
Close #8935
2020-10-24 22:08:09 +02:00
~GOLEM~
b01e3071f7
Update russian.xml to v7.9.1
...
- added missing lines
- fixed description of options
- fixed line length
Close #8950
2020-10-24 21:57:03 +02:00
xomx
84b81f3982
Update czech.xml to v7.9.1
...
Close #8967
2020-10-24 21:51:07 +02:00
Tmp341
620ee0f298
Update Turkish Localization
...
According to 55d6717
, 320aca7
, 61bf9bd
, 79cf60f
, 285172e
, 9ab554a
and bbde64c
commits.
Close #9001
2020-10-24 21:46:50 +02:00
ArkadiuszMichalski
b1880cde63
Update polish.xml to 7.9.1
...
Update polish.xml to 7.9.1 and some corrects.
Close #9057
2020-10-24 21:40:50 +02:00
schnurlos
bd3e8214b9
Update german.xml to v7.9.1
...
Close #9022
2020-10-24 21:32:34 +02:00