Skip to content
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

exec argument hide_phantoms_only no longer works in ST4 #53

Open
haferburg opened this issue Jun 4, 2021 · 3 comments
Open

exec argument hide_phantoms_only no longer works in ST4 #53

haferburg opened this issue Jun 4, 2021 · 3 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@haferburg
Copy link

haferburg commented Jun 4, 2021

It says __init__() got an unexpected keyword argument 'hide_phantoms_only'

https://docs.sublimetext.io/reference/commands.html#exec

@FichteFoll
Copy link
Member

Indeed, this parameter has been removed in ST4.

@FichteFoll FichteFoll added bug Something isn't working documentation Improvements or additions to documentation labels Jun 4, 2021
@haferburg
Copy link
Author

@FichteFoll Is there a replacement?

@FichteFoll
Copy link
Member

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").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants