-
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 methods should take a command #2009
Comments
Comment by pthiess Reviewed assigned to |
Comment by redmunds I added the Starter Bug tag. Even though this is assigned to me, anyone is welcome to take this one. |
Comment by lkcampbell I'm working on a fix for this bug. |
Comment by lkcampbell Do you want me to try and write some new unit tests as well? Right now, I am just focusing on not breaking the existing tests :). |
Comment by redmunds You don't need to duplicate all of the other tests, but we should have at least 1 test for passing a Command. |
Comment by lkcampbell One quick question on any of these fixes I do. I am using the Whitespace Normalizer extension on Brackets which automatically cleans up whitespace on any file I touch. Do you guys want me to do this? Is it helpful or does it made the diffs and code more difficult to maintain? |
Comment by peterflynn
Trailing whitespace on non-blank lines is a minor annoyance though, so it's ok by me to clean up cases like that. |
Comment by lkcampbell
I will throw the empty line white space back in and avoid cleanups in the future. |
Comment by redmunds Confirmed. Closing. |
Issue by njx
Thursday Nov 08, 2012 at 01:24 GMT
Originally opened as adobe/brackets#2078
Most API functions that take a commandId can also take a command instead, but the KeyBindingManager methods only take a commandId.
The text was updated successfully, but these errors were encountered: