Skip to content

Commit 40fb02e

Browse files
committed
Updated settings and removed unneeded EXE
1 parent cc9baf1 commit 40fb02e

File tree

3 files changed

+22
-23
lines changed

3 files changed

+22
-23
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ Binary data:
344344
![Encode/Decode Quoted-Printable/Base64](https://github.com/ProgerXP/Notepad2e/raw/master/doc/gif/qp-b64.gif)
345345

346346
Other data:
347-
* Edit > Encode > URL Encode and URL Decode (**[Alt+]Ctrl+Shift+E**) use new `UrlEscapeFlags` setting for predictable processing according to RFC 3986. #189
347+
* Edit > Encode > URL Encode and URL Decode (**[Alt+]Ctrl+Shift+E**) use new `UrlEncodeMode` setting for predictable processing according to RFC 3986. #189
348348

349349
### [NEW] Ctrl+Wheel Scroll
350350
Rolling mouse wheel while holding **Ctrl** scrolls the document by entire pages (like **Page Up/Down**) - makes it easier to navigate long scripts. #11 #217
@@ -705,6 +705,16 @@ Controls **Ctrl+Arrow** navigation. If **1**, enables "accelerated" mode where o
705705
![Accelerated navigation](https://github.com/ProgerXP/Notepad2e/raw/master/doc/gif/nav-accel.gif)
706706
![Standard navigation](https://github.com/ProgerXP/Notepad2e/raw/master/doc/gif/nav-std.gif)
707707

708+
### UrlEncodeMode
709+
710+
Type | Default | Set By UI
711+
-----|---------|----------
712+
int | 1 |
713+
714+
If **0**, use *Notepad2*'s behaviour calling [UrlEscape](https://docs.microsoft.com/en-us/windows/desktop/api/shlwapi/nf-shlwapi-urlescapea) with `URL_ESCAPE_SEGMENT_ONLY`.
715+
716+
If **1**, perform full URL encoding/decoding per RFC 3986.
717+
708718
### SaveOnLoseFocus
709719

710720
Type | Default | Set By UI
@@ -754,16 +764,6 @@ int, KiB | 96 KiB |
754764

755765
Maximum lookahead/behind distance for word highlighting. If too large, navigation in big files will lag since it will search the buffer for twice this length (back & forward) on every position change. #53 #42
756766

757-
#### UrlEscapeFlags
758-
759-
Type | Default | Set By UI
760-
-----|---------|----------
761-
int, bitfield | 8192 |
762-
763-
If **0**, perform full URL encoding/decoding per RFC 3986.
764-
765-
If **non-0**, call [UrlEscape](https://docs.microsoft.com/en-us/windows/desktop/api/shlwapi/nf-shlwapi-urlescapea) with those flags. Default value sets `URL_ESCAPE_SEGMENT_ONLY`, preserving *Notepad2*'s behaviour.
766-
767767
#### _SelectionType
768768

769769
Type | Default | Set By UI

bin/Notepad2e.exe

-2.04 MB
Binary file not shown.

bin/Notepad2e.ini

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -486,22 +486,21 @@ Line Change=fore:#000000; back:#99D7FF; eolfilled
486486
[Recent Find]
487487
[Recent Replace]
488488
[Notepad2e]
489-
HighlightSelection=
490-
WheelScroll=
491-
WheelScrollInterval=
492489
ClockFormat=
493490
CSSSettings=
494-
ShellMenuType=
495-
MaxSearchDistance=
496-
OpenDialogByPrefix=
497-
HighlightLineIfWindowInactive=
498-
ScrollYCaretPolicy=
499491
FindWordMatchCase=
500492
FindWordWrapAround=
501-
MoveCaretOnRightClick=
493+
HighlightLineIfWindowInactive=
494+
HighlightSelection=
502495
MathEval=
496+
MaxSearchDistance=
497+
MoveCaretOnRightClick=
498+
OpenDialogByPrefix=
499+
SaveOnLoseFocus=
500+
ScrollYCaretPolicy=
501+
ShellMenuType=
503502
TitleLanguage=
503+
UrlEncodeMode=
504+
WheelScroll=
505+
WheelScrollInterval=
504506
WordNavigationMode=
505-
EditSelectionType=
506-
PageSelectionType=
507-
UrlEscape=8192

0 commit comments

Comments
 (0)