Open UltraInstinct05 opened 3 years ago
is_javadoc
is supported by core??? Interesting.
@deathaxe Yes
I don't think multiline block comments are related to javadoc by nature. Even Java distinghuishes them.
No JavaDoc
/*
*
*/
JavaDoc
/**
*
*/
In both one might want to add the leading *
on each line, Or it being deleted once the line is joined with the previous one :-)
Without double checking it, I'd say the preceding_text
pattern together with selector
should be enough.
The only reference I have to what the is_javadoc
context key probably does is this
https://discord.com/channels/280102180189634562/280157083356233728/780449702482542612
Problem description
The key bindings docs over at https://www.sublimetext.com/docs/key_bindings.html don't yet cover the new context keys introduced in 4xxx builds.
Preferred solution
Add the new context keys to the docs. Here's a summary of them
"overlay_has_focus"
"overlay_name"
"goto"
&"command_palette"
"group_has_multiselect"
"group_has_transient_sheet"
"has_snippet"
"is_javadoc"
Alternatives
None
Additional Information (optional)
ST Version: ST Build 4101 (dev) OS: Windows 10 Build 10.0.19041 Architecture: 64bit Processor: Intel64 Family 6 Model 126 Stepping 5, GenuineIntel