You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The renaming context does not seem to work properly. I can get bindings of both renaming and !renaming to match at the same time. From the debugger it seems to be as the single line editor does not have the renaming context and this is what is causing both bindings to match?
Steps to trigger the problem:
Add a binding to ctrl-c with Editor && renaming and another with Editor && !renaming
Open the context debugger
Rename a variable
Press ctrl-c
Observe that both bindings match the context
Actual Behavior:
Both bindings match
Expected Behavior:
the !renaming binding should not trigger with the renaming editor open
Summary
The renaming context does not seem to work properly. I can get bindings of both
renaming
and!renaming
to match at the same time. From the debugger it seems to be as the single line editor does not have therenaming
context and this is what is causing both bindings to match?Steps to trigger the problem:
Editor && renaming
and another withEditor && !renaming
Actual Behavior:
Both bindings match
Expected Behavior:
the
!renaming
binding should not trigger with the renaming editor openZed Version and System Specs
Zed: v0.175.3 (Zed Preview)
OS: macOS 15.3.1
Memory: 18 GiB
Architecture: aarch64
The text was updated successfully, but these errors were encountered: