Don HO
40163e0338
switch from VS2013 to VS2015 & VS2017
7 years ago
Don HO
1c5e6191bd
Adapt json format for Plugin admin
7 years ago
Gerard Dalmau
cacc1500a9
Add version badge
...
Closes #3725
7 years ago
Christophe Meriaux
2d1eee8b47
fix feedScintKeys when more than two shortcuts are configured
...
Closes #3732 , fixes #3720
7 years ago
Don HO
505d2452d3
new easter eggs quotes
7 years ago
SinghRajenM
461936ef44
Fix the issue that batch.xml is missing from installer
...
Closes #3677 , fixes #3680
7 years ago
jeldert
ad959ac826
Fixed typo in help text
...
EsterEggName should be EasterEggName
Closes #3681
7 years ago
SinghRajenM
3cb8bc85a1
Fix certificate checking error message issue
...
1. Fixed issue (caption and message are interchanged)
2. Disabled lexerdll signature checking in debug mode
Closes #3691 , Fix #3688
7 years ago
Rennie Petersen
97fce27cfe
Nitpicking - quotations
...
Britain should be capitalized, one of the quotations is duplicated.
Closes #3743
7 years ago
Rodrigo
509c9c27d9
Better disply of installer components page description
...
Colses #3745
7 years ago
Don HO
840f4b31c3
Merge branch 'master' of https://github.com/notepad-plus-plus/notepad-plus-plus
7 years ago
Don HO
e2f5f51fbc
Read plugin list as json format (in progress)
7 years ago
Don HO
59234b91a7
Switch to VS 2015
7 years ago
Don HO
ef3ad5d909
Use VS2015 for appveyor instead of VS2013
7 years ago
Don HO
b033d907b2
Export function list in json format
7 years ago
Don HO
405d4240cd
Update spiritual quotes
7 years ago
Don HO
21adc62eed
Add 1 quote and delete some.
7 years ago
Don HO
1c191ee146
Fix un installer issue
...
While install a x64 version, it should remove x86 version if it exists (and vice versa).
The removal feature doesn't work though user answer Yes for the deletion.
This commit fixes this issue.
7 years ago
Don Ho
d7f64d2027
Notepad++ 7.5.1 release
7 years ago
vlakoff
60b4aa6b75
Enhance Function List for PHP and JavaScript
...
Support interface and trait in PHP.
Support space between function name and opening parenthesis in PHP and JavaScript. Fixes at least #1919 and #2604 .
About the JavaScript regex:
Current:
function(\s+[A-Za-z_]?\w*\([^\)\(]*\)|\([^\)\(]*\))
There are 2 parts, for named and anonymous functions. Note there is some duplication, let's simplify it:
function(\s+[A-Za-z_]?\w*)?\([^\)\(]*\)
The first character of function name is not optional (of course when the function is named), let's fix it:
function(\s+[A-Za-z_]\w*)?\([^\)\(]*\)
Finally let's support the possible spaces before opening parenthesis, for both named and anonymous functions:
function(\s+[A-Za-z_]\w*)?\s*\([^\)\(]*\)
Fixes #1919 , fixes #2604 , fixes #1667 , fixes #2962
closes #2523 , closes #2621
7 years ago
popcorner
478bb6f241
Update chineseSimplified.xml
...
Closes #3660
7 years ago
Don HO
5b5dfb90a8
Fix the bug that Notepad++ create %appdata%\local\notepad++\ folder even in doLocalConf mode
7 years ago
marcoM32
de648eff62
Add batch auto-completion
...
A new resource for auto-completion in batch scripting environment
Closes #3157
7 years ago
scootergrisen
c34d8d0a8a
Update danish translation to 7.5
...
Closes #3641
7 years ago
Artem Polivanchuk
ef654d0334
Update Ukrainian translation
...
Closes #3647
7 years ago
Rusi Dimitrov
e6c049298c
Update Bulgarian translation
...
Closes #3649
7 years ago
Don HO
f7dc09b5e8
Add a philosophy quote in easter eggs
7 years ago
Thomas Linder Puls
854acae4a1
Add Visual Prolog language support
...
Closes #1439
7 years ago
Don HO
440577f647
Fix restore back language menu item on the wrong position
7 years ago
Don HO
193ecfd6df
Replace '\r' by real carriage return
...
Closes #3280
7 years ago
Don HO
2efd5682e8
Fix a localization regression
...
Closes #3639
7 years ago
SinghRajenM
cc397f8c71
Make double click work for language menu disabling/enabling in preference dialog
...
Fixed issue and organized code
Fixes #3589 , closes #3594
7 years ago
SinghRajenM
d5b01d61b8
Improve file extension movement between ListBox in Preferences dialog
...
Now mouse double click can be used to move File extension between ListBoxes.
Closes #3595
7 years ago
Christophe Meriaux
a7c1e354b9
Shortcut Mapper improvements - add cathegory
...
Shorcut mapper - main panel : new colums that show the category of the shortcut
Shorcut mapper - plugin panel : new colums that show the plugin name that the shortcut belongs to
Shorcut mapper - scintilla panel : it shows every shortcuts configured for one command
Fixes #3583 , Closes #3635
7 years ago
Don HO
086f7b2735
Update localization files for v7.5 modification
7 years ago
Don HO
dca3f7dee0
Update croatian.xml
7 years ago
MISE Yasuhiro
28d3c59e75
update japanese.xml to v7.5
...
Changed to follow: "Open in Default Viewer", changes in Find dialog
Closes #3625
7 years ago
Patriccollu
bc15617308
Update Corsican translation for Notepad++ 7.5
...
Closes #3630
7 years ago
Don HO
aa64edadd5
Merge branch 'master' of https://github.com/notepad-plus-plus/notepad-plus-plus
7 years ago
Don HO
bd025df18f
Fix some excluded language cannot be remembered bug
7 years ago
Don Ho
040ad04c56
Notepad++ 7.5 release
7 years ago
schnurlos
67ea1025f3
Update german.xml to v7.5
...
Closes #3618
7 years ago
Don HO
be610b4022
Merge branch 'translation' of https://github.com/rddim/notepad-plus-plus
7 years ago
Don HO
f1bb57c607
Update Russian translation
7 years ago
Don HO
14a8b510be
Update Korean translation
7 years ago
Rusi Dimitrov
c6e76fc575
Update Bulgarian translation
7 years ago
SinghRajenM
6f872ebb7e
Corrected/updated Hindi localization
...
Colse #3605
7 years ago
SinghRajenM
295cbafe7d
Code improvement
...
Closes #3582
7 years ago
Cyrillev
fbbe9344d9
New feature: Opens file in its default viewer
...
This feature has the same effect as double-clicking this file in Windows Explorer.
Closes #3577 , fixes #3576
7 years ago
Don HO
2593d64fbb
Update translation files
7 years ago