-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Fix project_panel::NewDirectory
in TextMate keymap
#23825
Fix project_panel::NewDirectory
in TextMate keymap
#23825
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Here still have another error, but that difference like this:
|
Oh, it cause by upcase. |
This comment was marked as resolved.
This comment was marked as resolved.
Head branch was pushed to by a user without write access
Maybe we can consider to let the keymap to case insensitive for avoid issue like this. |
This is causing the stable release to crash on macOS for me. Running Zed Preview works fine though. 🙃 |
|
The Preview version is no this error. |
Think you might have misread what I said (and/or This isn't clear in my previous comment), Stable crashes if you set the base keymap to TextMate. Preview does not. This PR fixes that issue for Preview as you say, but Stable is currently broken if you have the TextMate keymap configured. Crash report from Stable that led me to this PR
|
Ah, I see, "this" as in "this issue", not "this PR". |
/cherry-pick v0.171.x |
Release Notes: - Fixed incorrect action names in TextMate keymap.
Haha, it seems that not many people use TextMate keymap. |
) (#23905) Cherry-picked Fix `project_panel::NewDirectory` in TextMate keymap (#23825) Release Notes: - Fixed incorrect action names in TextMate keymap. Co-authored-by: Jason Lee <[email protected]>
Release Notes:
project_panel::NewDirectory
,editor:: NewlineAbove
in TextMate keymap.