Closed UltraInstinct05 closed 3 years ago
I'm wondering where these context keys are described? I can't find them on docs.sublimetext.io nor on https://www.sublimetext.com/docs/key_bindings.html#context
As I said, it's not yet in the official documentation. One has to go through the Default/Default ($platform).sublime-keymap
to find these. As for the community docs, there is an open issue to add these https://github.com/sublimetext-io/docs.sublimetext.io/issues/39
This PR adds newly added context keys of the 4K build series to the keymap schema.
Note: These aren't in the official documentation yet. There is an open issue for it https://github.com/sublimehq/sublime_text/issues/4063
Notes:
I haven't added
is_javadoc
because I don't know what it does as a context key. I have marked the description for it as a TODO inPackageDev
.panel_type
is a new one (not yet added toPackageDev
), added in 4097. (Will do so in a future PR to it)