Don HO
75e326895d
Update a localization file
6 years ago
Don HO
eb4edb50ef
Plugin Admin - in progress
6 years ago
Don HO
7ce0ab04e6
include the newest version of winGup
6 years ago
Don Ho
97467eb802
Notepad++ 7.5.7 release
7 years ago
AngryGamer
85e3c53a21
Fix hanging problem while shutingdown and backup file is absent
...
Fix #4295 , fix #4276 , close #4611
7 years ago
Silent
6b5144d176
Fix format specifier warnings - /Wv:18 can now be removed
...
As a follow up to my previous pull request, this PR fixes the last remaining improper format specifiers. This allows to remove /Wv:18 compilation flag completely, since (presumably) the only reason it was added in the first place were those format specifier warnings, introduced in VS2015.
Effectively, all this PR does is applying fixes suggested by the compiler (included in those warnings).
Close #4604
7 years ago
Don HO
587d3494c7
Fix the compiling failure on x64 build
7 years ago
Don HO
ef13902206
Use corret name for length variable
7 years ago
Don HO
6326115662
Use automatic variable with static size instead of dynamical allocation
7 years ago
Silent
a9d203a60a
Deprecate wstat/stat in favour of WinAPI GetFileAttributesEx - unifies code and behaviour between Windows versions
...
Fixes #4491 , fixes #3969 , fixes #2535 , fixes #215 , close #4541
7 years ago
Silent
9cb8fce854
Migrate timestamps from time_t to FILETIME and store them in UTC universally
...
Fixes #4491 , #3969 , #2535 and #215 .
7 years ago
Silent
08eb29e3d6
Force cpp standard const char pointer on string literals
...
const-ified all string literals to suppress warnings on gcc and allow /Zc:strictStrings to be used with Visual Studio
Fix #4146 , close #4150
7 years ago
vlakoff
06fb4dd99f
Remove "from" which is not a reserved JavaScript keyword
...
Close #4410
7 years ago
Christophe Meriaux
b69c36b55f
Make carret line always visible on click from Finder panel
...
Close #4518 , fix #4510
7 years ago
Hiro5
26a3af946d
Update catalan.xml
...
Close #4537
7 years ago
Don HO
593cf451fb
Clean up
7 years ago
WoodsCheney
bac637ddfa
Fix Open File Dialog error for a long path
...
Fix #4345
7 years ago
SinghRajenM
a83fa30de6
Fixed the macro deletion bug
...
Fix the issue that deleting a Macro doesn't remove it from the Run Macro multiple times dialog until restart
Fix #4526 , close #4532
7 years ago
Silent
1482420fcb
Fixed pointer truncations reported after removing /Wv:18
...
Close #4544
7 years ago
Derek
0c55b381da
Fix a bug where the document map highlights incorrectly when the view is scrolled past the end of the file.
...
Fix #4579 , close #4580
7 years ago
Don HO
32c1427c12
Add run process sync method & Plugin Admin's operations
...
Make Updater run sync for removing & restoring plugin info from & to the
plugin lists while the Plugin Admin's operation of installation, update and removal.
7 years ago
Don HO
2b7cd05093
Restore the needed functions
7 years ago
Don HO
c94319e863
Enhance installed list in Plugin Admin
7 years ago
Don HO
c30c0de0fc
Refactoring Plugin Admin codes
7 years ago
Adrien Cordonnier
a99fa9ae50
Installer enhancement: Place program shortcut in top-level Start folder
...
Fix #2143 , close #4342
7 years ago
vlakoff
ab903c4554
Cleanup in context menu and Run entries
...
Close #4519
7 years ago
along
0a6b19fedc
Fix toolbar display bug in big icon mode issue
...
Close #4509
7 years ago
Tmp341
8848c3151e
Update turkish.xml
...
Close #4478
7 years ago
Don HO
9391fa764f
Enhance Notepad++ installation packaging
...
Use GUP to retrieve GUP release from its website while doing Notepad++ release.
7 years ago
Don HO
07b7653163
Remove Updater binaries
7 years ago
Don HO
3a52ab1af1
Remove unused method
7 years ago
nrecker
e65b4c37bf
Fix Sort Lines as Integers issue: use Natural Sort algorithm
...
This changes the line operations "Sort as Integers Ascending" and "Sort as Integers Descending" to sort by Natural Sort Order, in which consecutive numerals are considered as one character. This causes "2" < "10", just like in the old Integer sort, but also "foo 2" < "foo 10", which was not previously available functionality. In cases where every line is a single integer, Natural Sort functions exactly the same as Integer Sort; when every line begins with a single integer, it is a valid Integer Sort.
Close #4413 , fix #2025
7 years ago
MCCshreyas
2e4b01cd3d
More improvements in C# intellisense
...
Close #4419
7 years ago
schnurlos
08b0d390ee
Small fix in german.xml
...
Close #4316
7 years ago
Artur
f4460075e6
Update Russian translation for 7.5.6
...
Close #4441
7 years ago
Nicedward
ddb886c665
Update Indonesian.xml
...
Close #4446
7 years ago
Don HO
454f92af4a
Adapt new plugin file system structure for the future release.
7 years ago
Don HO
7cf5232056
Make new file system of plugin works on installation directory
7 years ago
Luca
a4ac43f141
Update italian.xml to version 7.5.6
...
Various update on translation for italian
Close #4355
7 years ago
SinghRajenM
6890e94952
Fixed a code in ReadDirectoryChangesPrivate.cpp
...
Close #4257
7 years ago
Acheron
bdae39ff24
Update dutch.xml
...
Fix a few spelling mistakes, change mail address
Close #4344
7 years ago
SinghRajenM
094fbabe02
Updated Hindi Translation
...
Close #4376
7 years ago
Christian Grasser
0f4b0ec9a4
Fix typo to make translation work.
...
correct typo STRT_REPLACE -> STR_REPLACE
Fix #4354 , close #4391
7 years ago
FishDoctor78
92e65f33eb
Updated Slovak language file for the latest Notepad++ version.
...
Close #4341
7 years ago
vlakoff
f0e0e0248a
Various fixes in french.xml
...
Close #4319
7 years ago
SinghRajenM
e9c0ee4866
Fixed UDL export extension issue
...
Fix #4372 , close #4377
7 years ago
Don HO
9210bd37b6
Fix a typo in French translation
7 years ago
Don HO
ce1ffd441d
Update stylers.xml model
7 years ago
Don HO
c4cf9165ae
Update Russian translation
7 years ago
Don HO
3aaf083c1d
Add unit tests for function list feature
...
go to notepad-plus-plus\PowerEditor\Test\FunctionList directory then
launch the following commands:
powershell ./unitTestLauncher.ps1
7 years ago