docs.sublimetext.io
docs.sublimetext.io copied to clipboard
`exec` argument hide_phantoms_only no longer works in ST4
It says __init__() got an unexpected keyword argument 'hide_phantoms_only'
https://docs.sublimetext.io/reference/commands.html#exec
Indeed, this parameter has been removed in ST4.
@FichteFoll Is there a replacement?
Not a direct replacement, no. Build results messages are now shown in annotations and cleared with a callback instead of via a command argument, but you could just create a custom command that runs view.erase_regions("exec")
.