Replies: 1 comment 2 replies
-
|
Mm it may be an instance of #1687 TLDR: JetBrain IDEs apparently spawn windows without a title and subsequently rename them. This explains why the rule don't proc. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all, new user here 👋
I'm getting confusing behaviour with the RustRover IDE and rules. I'm using a separate window for the diff view (e.g. when reviewing a commit or handling merge conflict), and I'd like to have it floating.
Query output for that window
{ "id":24828, "pid":63340, "app":"RustRover", "title":"Commit: main.rs", "scratchpad":"", "frame":{ "x":-1796.0000, "y":-186.0000, "w":1792.0000, "h":788.0000 }, "role":"AXWindow", "subrole":"AXStandardWindow", "root-window":true, "display":2, "space":6, "level":0, "sub-level":0, "layer":"normal", "sub-layer":"normal", "opacity":1.0000, "split-type":"horizontal", "split-child":"first_child", "stack-index":0, "can-move":true, "can-resize":true, "has-focus":false, "has-shadow":true, "has-parent-zoom":false, "has-fullscreen-zoom":false, "has-ax-reference":true, "is-native-fullscreen":false, "is-visible":true, "is-minimized":false, "is-hidden":false, "is-floating":false, "is-sticky":false, "is-grabbed":false }I have a rule set for that:
However, that rule seems to no proc when the commit window is opened. I originally thought something was wrong with the rule itself, but if I then
--applyit, the commit window does become floating at that moment:Am I missing something obvious? Or could this be a weird behaviour specific to RustRover?
Beta Was this translation helpful? Give feedback.
All reactions