01548: Allow for the FixURL GuiEdit button to decode strings

Summary: Allow for the FixURL GuiEdit button to decode strings
Created: 2026-03-25 08:03
Status: InProgress
Category: Feature
From: Petko
Assigned:
Priority: 1
Version:
OS:

Description: From Cookbook:FixURL-Talk:
Can you change it from "encode" to "toggle encode/decode"? --gnuzoo

I have prototyped the following:

  • Normal click - NO CHANGE - encodes the selected characters <> "{}|\^`()[]', leaves the other ones.
  • Shift+click - NEW - encodes all selected special and international characters that are supposed to be encoded in a query string.
  • Ctrl+click - NEW - tries to decode all selected encoded characters.

You can try this in WikiSandbox. Petko