zufuliu / notepad4

Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, bundled with file browser plugin matepath.
Other
3.31k stars 211 forks source link

Feat: Encode/Decode URL #905

Open Spsp1981 opened 4 hours ago

Spsp1981 commented 4 hours ago

Notepad2-mod had a feature under the "Special" menu to encode/decode URLs. Example: "https%3A%2F%2Fwww.google.com%2Fcontacts" to "https://www.google.com/contacts" and back

I'd like that function to come back

0hip commented 4 hours ago

Notepad2-mod had a feature under the "Special" menu to encode/decode URLs. Example: "https%3A%2F%2Fwww.google.com%2Fcontacts" to "https://www.google.com/contacts" and back

I'd like that function to come back

URL encode seems not working . . . but . . . URL decode works fine! image

image

Spsp1981 commented 3 hours ago

Oh!!! Absolutely my bad!!! I was used to finding those options in the Edit->Special menu and thought they were replaced by the (un)escape html/xml options. I saw the tools menu but evidently not carefully enough! Well, at least we found a bug! Thank you very much!