Don Ho
3e9413d615
Restore Scintilla header files
...
Restore Sci_Position.h & ScintillaStructures.h (ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12327#issuecomment-1296020276 )
And add R styles.
2022-10-31 01:52:42 +01:00
Don Ho
b4c5c14cd6
Enlarge a control for the translation
2022-10-30 17:20:52 +01:00
xomx
6000f3bb21
Fix session.xml emptying by forced Windows update restart
...
This fixes both the long standing problem with the emptying of the session.xml file by forced Windows Update restart/shutdown and some potential Notepad++ crashes caused by possible main Notepad++ window blocking at exit.
Two main changes to the original design:
- WM_QUERYENDSESSION is not used anymore for the tidy-up ops and it always quickly returns TRUE/FALSE to the system as it should.
- there is now a safe-guard flag for the session.xml saving at N++ exit, which prevents otherwise possible incorrect overwriting in case of multiple "endsession" messages.
Fix #9850 , fix #12389 , close #12388
2022-10-30 14:06:33 +01:00
Don Ho
5867025842
Fix 32 bits build error
2022-10-30 11:47:45 +01:00
Don Ho
513ee3e3fe
Use Scitilla default 64 bits symbol
2022-10-30 01:09:52 +02:00
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 .
2022-10-28 12:37:32 +02:00
Don Ho
50a50cce3c
Remember Column Editor settings through the sessions
...
Close #12386
2022-10-25 00:20:54 +02:00
Don Ho
cd6a6ac3bb
Add "Allow clickable link" option in large file restriction
...
And enhance large file restriction UI
Close #12369
2022-10-22 14:31:19 +02:00
Don Ho
7e080a46bb
Fix brace match not working in Large File Restriction
...
Fix also the highlight remaining issue while Large File Restriction disabled.
2022-10-20 16:19:49 +02:00
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.
2022-10-20 05:07:17 +02:00
SinghRajenM
546745fe34
Increase hash font height
2022-10-18 04:22:11 +02:00
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
2022-10-17 17:09:02 +02:00
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
2022-10-15 18:18:06 +02:00
Anklebitter
49e5a17377
Enhance "Go To" dialog: update line/position data dynamically
...
Fix #12284 , close #12302
2022-10-09 17:35:37 +02:00
Don Ho
a26599794c
Refactoring & optimizing open/save large files time
2022-10-09 01:08:22 +02:00
Christian Grasser
f57c69aac6
Fix output from makefile and correct cmake for c++20
...
Close #12297
2022-10-07 02:58:44 +02:00
Don Ho
e73fca5a85
Use c++20 function ends_with()
...
Close #12294
2022-10-06 20:49:23 +02:00
Don Ho
3cbbb42933
Revert "Fix CI system error due to the project build env update"
...
This reverts commit c64049a1e6
.
2022-10-06 14:15:16 +02:00
Don Ho
c64049a1e6
Fix CI system error due to the project build env update
...
And use C++20 for string::ends_with() function.
2022-10-05 17:28:21 +02:00
SinghRajenM
4b539b4d5d
Build project using C++20
...
Fix #12232 , close #12233
2022-10-05 15:44:56 +02:00
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
2022-10-05 00:56:15 +02:00
Don Ho
af0bc2e113
Revert "Fix detected language not being applied issue"
...
This reverts commit 6263ce5dec
for fixing the regression.
Fix #12226 , fix #12253
2022-10-05 00:06:57 +02:00
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
2022-10-04 17:36:49 +02:00
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
2022-10-04 03:46:57 +02:00
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
2022-10-04 03:31:09 +02:00
Don Ho
83ee8f09bf
Clean up NPPM_ALLOCATEMARKER API
2022-10-03 01:32:11 +02:00
Don Ho
11884bd97f
Fix long filters get truncated in Find in Files feature
...
Increse filter size from 256 to 512 bytes.
Fix #12041
2022-09-30 16:14:15 +02:00
Chukwudumebi Smarty
dfa6c19d87
Make ESC Key abort "Move to Recycle Bin" confirmation prompt
...
Fix #12117 , close #12239
2022-09-29 16:49:53 +02:00
Adrian
4b3ee9c4ea
Fix line hiding issues
...
Fix #12184 , fix #8149 , close #12250
2022-09-29 15:32:58 +02:00
Don Ho
6750d4dbbc
Notepad++ release 8.4.6
2022-09-29 02:57:44 +02:00
SinghRajenM
2d4af44f54
Fix plugin admin UI overlapping
...
Fix #12229 , close #12230
2022-09-25 19:11:13 +02:00
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
2022-09-24 19:40:52 +02:00
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
2022-09-24 19:35:08 +02:00
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
2022-09-22 19:28:08 +02:00
ozone10
b29a9ce142
Code enhancement - removing gcc warning
...
Fix conversion-null, nonnull-compare, dangling-else, address warnings, add initializers.
Fix #12198 , close #12199
2022-09-20 16:19:58 +02:00
ozone10
d3b630841e
Fix horizontal bar showing issue while resizing document list's height
...
Take into account vertical scrollbar when resizing document list.
Fix #12191 , close #12192
2022-09-20 03:39:03 +02:00
Don Ho
6a801cc0a4
Make Change History margin colour configurable
...
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12165#issuecomment-1250899679
2022-09-19 19:24:57 +02:00
Christian Grasser
ead6fb6b8f
Fix gcc linux build and cmake build issues under ubuntu
...
1. Fix gcc build issues under ubuntu linux due to upper/lower case filename issues.
2. corrected cmake build issues.
Close #12188
2022-09-19 01:42:49 +02:00
ozone10
1ac1b1150d
Code enhancement
...
Fix some conversion-null, nonnull-compare, unknown-pragmas, switch warnings, add initializers.
Fix #12179 , close #12180
2022-09-19 01:38:26 +02:00
Don Ho
fc32fbdcce
Add Change History markers for saved/unsaved/undone modification
...
Implement Change History by using the new abilities of Scintilla v5.3.0.
Fix #12164 , close #12165
2022-09-18 23:57:36 +02:00
ozone10
3295cc8d2c
Code improvement
...
Fix warnings ,some conversion-null, format, unused-but-set-variable, class-memaccess.
Add initializer.
Fix #12171 , close #12172
2022-09-15 02:07:38 +02:00
ozone10
43c8d8115f
Code improvement, remove unnecessary part
...
Fix some conversion-null, unused-* warnings, add initializer.
Fix #12151 , close #12152
2022-09-13 15:42:55 +02:00
blu3mania
84b8c64944
Fix NPPN_DARKMODECHANGED wrong return value to plugins
...
Send NPPN_DARKMODECHANGED notification with hwndNpp as hwndFrom, so the documented API info on https://npp-user-manual.org/docs/plugin-communication/#nppn-darkmodechanged is correct. Previously it sends 0 which is of no use to plugin authors.
Fix #12144 , close #12160
2022-09-13 02:10:07 +02:00
blu3mania
d03b11ebf8
Add dark mode support to ColourPicker/ColourPopup's ChooseColor dialog
...
Fix #12148 , close #12158
2022-09-13 01:15:20 +02:00
Don Ho
9455684b42
Renumber Notepad++ marks for preparing Scintilla 5.3.0's integration
...
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12045#issuecomment-1229195785
2022-09-12 18:46:25 +02:00
Don Ho
6322562cf8
Revamp tab context menu
...
Add sub-menu in tab context menu so it will be less cluttered.
Fix #12147 , close #12150
2022-09-12 17:01:50 +02:00
Don Ho
aad36afc6b
Change to menu name to the "normalized" terms on Internet
...
Fix #12146
2022-09-11 23:06:30 +02:00
ozone10
2da5c5b393
Code enhancement
...
Fix parentheses, misleading-indentation, sign-compare, some conversion-null warnings.
Fix #12139 , close #12140
2022-09-11 18:22:51 +02:00
spaxio
42d863dd9f
Add setting colour ability for individual tab
...
Fix #2271 , close #12098
2022-09-11 17:07:11 +02:00
ozone10
233c697183
Fix gcc reorder warnings
...
Fix #12132 , close #12133
2022-09-09 18:08:08 +02:00