[ST4] Add new context keys.#315
Merged
FichteFoll merged 2 commits intoSublimeText:masterfrom Nov 28, 2020
Merged
Conversation
This commit adds new context keys that have been introduced in the various ST4 builds.
Member
|
Fwiw, your summary for |
Contributor
Author
|
Thanks. I'll edit & correct it. |
This commit adds the new context keys to the syntax file for appropriate highlighting.
Contributor
Author
|
I had forgotten to add these context keys to the syntax file for appropriate highlighting. I have made a commit that does so. |
Member
|
Thanks for the additions. Should perhaps also notify Will that these aren't in the ST4 docs either, if he's not aware of it already. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds context keys that have been added in various builds of ST4 starting from 4050. The following table summarizes them
"overlay_has_focus""overlay_name""goto"&"command_palette""group_has_multiselect""group_has_transient_sheet""has_snippet""is_javadoc"As to the
is_javadocone, I have no idea how to trigger it & what it does. So I have marked thedetailsfor it as a TODO.