We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This file is formatted correctly:
FUNCTION test FOREACH a, [1, 2, 3] DO BEGIN print, a END END PRO test test END
but when deleting the first END and typing save with format-on-save active, the file becomes:
END
FUNCTION test FOREACH a, [1, 2, 3] DO BEGIN print, a END PROtest test END
The formatting can obviously not become correct with incorrect code, but the space between PRO and test should not have been deleted.
Expected behaviour would be to complain about a syntax error, without formatting the file.
No response
See Current Behaviour
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behavior
This file is formatted correctly:
but when deleting the first
END
and typing save with format-on-save active, the file becomes:The formatting can obviously not become correct with incorrect code, but the space between PRO and test should not have been deleted.
Expected Behavior
Expected behaviour would be to complain about a syntax error, without formatting the file.
GitHub Repo
No response
Steps to Reproduce
See Current Behaviour
Failure Logs
No response
Operating System
IDL Version
N/A
Additional Information
No response
The text was updated successfully, but these errors were encountered: