-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] KeyBindingManager no longer warns / prevents binding collisions #2852
Comments
Here's the original repro case, slightly trickier, that I found in the Clojure extension:
|
Reviewed. Low priority to |
FBNC |
We certainly do warn now, though not always at the right times -- see #4265 for more up to date discussion. Closing this one. |
Verified that this is fixed in pull request adobe/brackets#5066. |
Monday Mar 04, 2013 at 00:24 GMT
Originally opened as adobe/brackets#3032
Place the following code in an extension:
Result: Quick Edit binding is silently overwritten. No console warnings.
Expected: We used to print warning messages and ignore the attempt at overwriting the binding. KeyBindingManager._addBinding() still contains several bits of code that seem like they should do this, but the logic has gotten pretty convoluted so I'm not sure in which cases they'll run anymore.
The text was updated successfully, but these errors were encountered: