ProxymanApp / Proxyman

Modern. Native. Delightful Web Debugging Proxy for macOS, iOS, and Android ⚡️
https://proxyman.io
5.71k stars 189 forks source link

Body preview syntax highlighting issue with Cyrillic symbols #1593

Open azhabort opened 1 year ago

azhabort commented 1 year ago

Description

Configure unicode highlight options is not working.

Steps to Reproduce

  1. Open map local
  2. Paste following json: { "testString": "Cyrillic char с test"}
  3. You will see that "с" character is highlighted.
  4. Click on that character and select "Adjust settings". Non of the displayed options is working - character remains highlighted.

Current Behavior

After changing unicode highlight options nothing happens.

Screenshot 2023-04-07 at 15 48 00

Expected Behavior

Unicode highlight options should work

Environment

NghiaTranUIT commented 1 year ago

Click on that character and select "Adjust settings". Non of the displayed options is working - character remains highlighted.

Look like I've not implemented this feature yet.

Even though the Editor highlights the c, does the Map Local work for you?

azhabort commented 1 year ago

Click on that character and select "Adjust settings". Non of the displayed options is working - character remains highlighted.

Look like I've not implemented this feature yet.

Even though the Editor highlights the c, does the Map Local work for you?

Map local and body preview feature works for me without any issues except this one with highlighting.