You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
348
348
349
349
### [NEW] Ctrl+Wheel Scroll
350
350
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
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
+
708
718
### SaveOnLoseFocus
709
719
710
720
Type | Default | Set By UI
@@ -754,16 +764,6 @@ int, KiB | 96 KiB |
754
764
755
765
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
756
766
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.
0 commit comments