-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local Rules #46
Labels
Comments
JulienCochuyt
added a commit
that referenced
this issue
Aug 26, 2024
JulienCochuyt
added a commit
that referenced
this issue
Aug 26, 2024
JulienCochuyt
added a commit
that referenced
this issue
Aug 26, 2024
JulienCochuyt
added a commit
that referenced
this issue
Aug 26, 2024
JulienCochuyt
added a commit
that referenced
this issue
Aug 29, 2024
JulienCochuyt
added a commit
that referenced
this issue
Aug 29, 2024
JulienCochuyt
added a commit
that referenced
this issue
Aug 31, 2024
JulienCochuyt
added a commit
that referenced
this issue
Aug 31, 2024
JulienCochuyt
added a commit
that referenced
this issue
Sep 1, 2024
JulienCochuyt
added a commit
that referenced
this issue
Sep 12, 2024
JulienCochuyt
added a commit
that referenced
this issue
Sep 13, 2024
JulienCochuyt
added a commit
that referenced
this issue
Sep 13, 2024
JulienCochuyt
added a commit
that referenced
this issue
Sep 18, 2024
JulienCochuyt
added a commit
that referenced
this issue
Oct 15, 2024
JulienCochuyt
added a commit
that referenced
this issue
Oct 15, 2024
JulienCochuyt
added a commit
that referenced
this issue
Oct 15, 2024
JulienCochuyt
added a commit
that referenced
this issue
Oct 17, 2024
JulienCochuyt
added a commit
that referenced
this issue
Oct 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, rules that have the
multiple
property can be matched multiple times but there is no easy way to target a specific result within the collection of their results. Hence, they are mostly used for quick navigation or control mutation.A rule search can be restricted to a given parent context area, but its gesture triggers the action globally. Hence, such a rule with the
multiple
property will always see its first result targeted by the triggered action.When a table presents buttons to act on individual lines, or when a page presents a series of forms - or tiles - each with buttons to act on individual elements group, we rely on programmatic extension to redeem a suitable UX.
The upcoming support for SubModules (PR #37) offers a workaround, but which is overkill in many simple situations.
Proposal:
Such rules could be set to target their triggered actions only within the parent context containing the caret.
This could be either the default for rules searched within a parent context that has the
multiple
property, and/or be configurable through a new property on the rule itself.The text was updated successfully, but these errors were encountered: