xomx
a54cc861bf
Update czech.xml to v8.4.7
...
Close #12420
2 years ago
Don Ho
5867025842
Fix 32 bits build error
2 years ago
Don Ho
513ee3e3fe
Use Scitilla default 64 bits symbol
2 years ago
ArkadiuszMichalski
c3ffe35492
Enhance "Allow clickable link" option for Large File Restriction
...
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12369#issuecomment-1287821244 .
2 years ago
Don Ho
b4f569b8ba
Add back an misdeleted entry
2 years ago
Don Ho
50a50cce3c
Remember Column Editor settings through the sessions
...
Close #12386
2 years ago
Don Ho
cd6a6ac3bb
Add "Allow clickable link" option in large file restriction
...
And enhance large file restriction UI
Close #12369
2 years ago
Don Ho
7e080a46bb
Fix brace match not working in Large File Restriction
...
Fix also the highlight remaining issue while Large File Restriction disabled.
2 years ago
Don Ho
6755daf223
Enhance Large File Restriction UI
...
1. Rename some labels to be more explicit.
2. Add a tooltip for "Deactivate Word Wrap globally".
3. Unchecking "Enable Large File Restriction" removes the sub-restrictions.
2 years ago
SinghRajenM
546745fe34
Increase hash font height
2 years ago
Don Ho
c02c23b7d4
Add tooltips in performance section to make features more explicit
...
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12310#issuecomment-1279826809
2 years ago
xomx
1be0044663
Installer enhancement: prevent arm64 installer from installing on non ARM64 system
...
Fix #12320 , close #12331
2 years ago
xomx
a6a1442bab
Installer enhancement: remember "Don't use_%APPDATA%" option
...
Added detection of the "doLocalConf.xml" trigger-file from the previous installation.
Fix #12202 , close #12326
2 years ago
Don Ho
8ff003412a
Make large file limit (for styling) configurable
...
Background: because styling large file can cause the performance issue, 200 MB (and bigger) file is not applied to its language (if any) while loading.
This PR makes large file restriction for styling and for other features (smart highlighting, brace match, etc...) configurable via the section Performance of Preferences dialog.
Fix #11389 , fix #12260 , fix #11670 , close #12310
2 years ago
Don Ho
9bec8f5460
Fix extra background colors on printing due to Change History
...
Patch ref:
https://sourceforge.net/p/scintilla/bugs/2358/#a3e3
Fix #12281
2 years ago
Anklebitter
49e5a17377
Enhance "Go To" dialog: update line/position data dynamically
...
Fix #12284 , close #12302
2 years ago
Don Ho
a26599794c
Refactoring & optimizing open/save large files time
2 years ago
Christian Grasser
f57c69aac6
Fix output from makefile and correct cmake for c++20
...
Close #12297
2 years ago
Don Ho
e73fca5a85
Use c++20 function ends_with()
...
Close #12294
2 years ago
ozone10
bcaf0f00b5
Update CI env to have GCC 12 for using c++20
...
1. Update Makefile to use c++20.
2. Update appveyor.yml to use MSYS2 (GCC 12).
Close #12292
2 years ago
Don Ho
3b8446d8ce
Fix CI system error due to the project build env update
2 years ago
Don Ho
3cbbb42933
Revert "Fix CI system error due to the project build env update"
...
This reverts commit c64049a1e6
.
2 years ago
Don Ho
c64049a1e6
Fix CI system error due to the project build env update
...
And use C++20 for string::ends_with() function.
2 years ago
SinghRajenM
4b539b4d5d
Build project using C++20
...
Fix #12232 , close #12233
2 years ago
Don Ho
4c96f86979
Update build environment
...
Update MS Visual Studio to 2022 and its platform toolkits to v143.
2 years ago
Harvey R
06a082d35f
Add Python missing option in theme files
...
Fix #12066 , close #12070
2 years ago
Robert Di Pardo
a610387fb4
Fix language detected from content not applied if default language is set
...
Properly handle missing file extensions in `Buffer::setFileName`
Before 6263ce5
, the user-preferred default language would apply to
files with no extension, but got overwritten by `L_TEXT` when the
extension was present *but unknown*.
This is why the `buf->_lang == L_TEXT` condition failed *only for
buffers with _no_ extension*.
Fix #11504 , close #12286
2 years ago
Don Ho
af0bc2e113
Revert "Fix detected language not being applied issue"
...
This reverts commit 6263ce5dec
for fixing the regression.
Fix #12226 , fix #12253
2 years ago
xomx
23fc940a27
Enhance N++ EndSession logging
...
To be able to distinguish:
- different types of Windows system restart/shutdown
- WM_CLOSE messages after previous WM_QUERYENDSESSION
Close #12257
2 years ago
Christian Grasser
20b14b8e4b
Updated nlohmann json to 3.11.2
...
Updated nlohmann json to 3.11.2 from https://github.com/nlohmann/json/releases/download/v3.11.2/json.hpp
Close #12271
2 years ago
Christian Grasser
99321d0d4a
Update with boost to 1.80.0
...
Update with boost 1.80.0 from https://boostorg.jfrog.io/artifactory/main/release/1.80.0/source/boost_1_80_0.7z
Close #12273
2 years ago
chcg
2041c515c4
Update appveyor.yml
...
Use newer python 3.10 instead of 3.8 for xml checks
Close #12272
2 years ago
Don Ho
4d50692809
Add new API for getting bookmark ID
...
ref: https://community.notepad-plus-plus.org/topic/23541/notepad-v8-4-6-release/22?_=1664842498334
2 years ago
Don Ho
83ee8f09bf
Clean up NPPM_ALLOCATEMARKER API
2 years ago
Don Ho
11884bd97f
Fix long filters get truncated in Find in Files feature
...
Increse filter size from 256 to 512 bytes.
Fix #12041
2 years ago
Chukwudumebi Smarty
dfa6c19d87
Make ESC Key abort "Move to Recycle Bin" confirmation prompt
...
Fix #12117 , close #12239
2 years ago
Adrian
4b3ee9c4ea
Fix line hiding issues
...
Fix #12184 , fix #8149 , close #12250
2 years ago
Don Ho
6750d4dbbc
Notepad++ release 8.4.6
2 years ago
Don Ho
e3a5f76af0
Fix clickable link bad display regression
...
Fix #12219 , close #12238
2 years ago
SinghRajenM
2d4af44f54
Fix plugin admin UI overlapping
...
Fix #12229 , close #12230
2 years ago
Don Ho
155d75414b
Update localization files
2 years ago
Matteo Concato
6d5efab7de
Update italian.xml
...
Close #12215
2 years ago
Edditoria
bfc7c302c4
Update localization: Hong Kong Cantonese
...
As at commit 466053d
of this repo.
Close #12217
2 years ago
~GOLEM~
7df3d73621
Update russian.xml hotfix for v8.4.6
...
Close #12218
2 years ago
chcg
32b6cae4bf
Update BUILD.md
...
Updated build description for lexilla build
Close #12235
2 years ago
Christian Grasser
0ce3bc08df
Fix rebol syntax quote issue
...
see http://www.rebol.com/r3/docs/guide/code-syntax.html#section-3
setREBOLLexer seems to use wrong, non ASCII single quote, see also https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/lexilla/lexers/LexRebol.cxx#L38
found by clang tidy warning
Close #12221
2 years ago
Don Ho
18971709f5
Change colours for applying to tab more distiguishable
...
And simplify the code.
Ref: https://community.notepad-plus-plus.org/topic/23513/notepad-v8-4-6-release-candidate-2/3?_=1663982940040
Fix partially #12223
2 years ago
Karlo-F
466053dc99
Update crotian.xml to 8.4.6
...
Close #12210
2 years ago
xomx
0c121a1725
Update czech.xml to v8.4.6
...
Ciose #12212
2 years ago
Don Ho
848b412cf7
Fix Change History margin visual glichy under dark mode
...
Ref: https://community.notepad-plus-plus.org/topic/23510/notepad-v8-4-6-release-candidate/2?_=1663857801779
2 years ago