-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Added the package FixCommandPalette #6913
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
Conversation
packagecontrol-bot
left a comment
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.
Automated testing result: WARNING
Repo link: FixCommandPalette
Results help
Packages added:
- FixCommandPalette
Processing package "FixCommandPalette"
- WARNING: The binding ['escape'] is also defined in default bindings but is masked with a 'context'
- File: Default.sublime-keymap
- WARNING: The binding ['ctrl+shift+p'] is also defined in default bindings but is masked with a 'context'
- File: Default.sublime-keymap
I need to override those to control the command palette closing and opening and be able to select and save the inputs. |
|
I think you might be able to implement that with |
|
I personally find the package name too general. Considering that sublimehq/sublime_text#2083 has been fixed in the latest build, maybe you can come up with a name that better describes what it does regarding the other issue? E.g. "RememberCommandPaletteInput". |
packagecontrol-bot
left a comment
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.
Automated testing result: WARNING
Repo link: RememberCommandPaletteInput
Results help
Packages added:
- RememberCommandPaletteInput
Processing package "RememberCommandPaletteInput"
- WARNING: The binding ['escape'] is also defined in default bindings but is masked with a 'context'
- File: Default.sublime-keymap
- WARNING: The binding ['ctrl+shift+p'] is also defined in default bindings but is masked with a 'context'
- File: Default.sublime-keymap
Added the package FixCommandPalette wbond/package_control_channel#6913
packagecontrol-bot
left a comment
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.
Automated testing result: WARNING
Repo link: RememberCommandPaletteInput
Results help
Packages added:
- RememberCommandPaletteInput
Processing package "RememberCommandPaletteInput"
- WARNING: The binding ['escape'] is also defined in default bindings but is masked with a 'context'
- File: Default.sublime-keymap
- WARNING: The binding ['ctrl+shift+p'] is also defined in default bindings but is masked with a 'context'
- File: Default.sublime-keymap
Added the package FixCommandPalette wbond/package_control_channel#6913
|
I cannot, they are not logged by Sublime Text:
|
Package: https://github.com/evandrocoan/FixCommandPalette
Force the Sublime Text command palette to remember the input text,
even after closing it after pressing the
escapekey, fixing the issue:Also forces the command palette to make the initial text selected, fixing the regression created on
the Sublime Text build 3156: