AdguardTeam / AdguardForMac

Open bug tracker for Mac version of AdGuard
https://adguard.com/
285 stars 15 forks source link

Improve user rules editor #1402

Closed jellizaveta closed 2 months ago

jellizaveta commented 3 months ago

Issue Details

  1. Add the ability to start writing a rule inline.
  2. Avoid deleting text when cmd+z is pressed while editing a rule in grid mode. How to repeat:
    • click on the plus sign, add rule
    • press cmd+z without leaving the rule editor

https://github.com/AdguardTeam/AdguardForMac/assets/91964807/3262a1e3-9d2b-4d95-a65a-6761462df0f5

  1. Add cmd+z support in the rules editor as it is done in other products (e.g. extension, windows)

https://github.com/AdguardTeam/AdguardForMac/assets/91964807/045773b7-9c17-4921-ae7d-cfd7f232b05e

Proposed solution

Do not erase rules when pressing cmd+z

Stillness-2 commented 3 months ago

@jellizaveta

  1. Add the ability to start writing a rule inline. -> Cmd+N
Alex-302 commented 2 months ago

@Stillness-2 Why not by double-click on empty line like in Windows? image