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
I noticed errors in my code pointed to, e.g. 45:20, however when focusing on that in Code, I got to the second digit in the variable/method/function.
45:20
First line in a row should be X:1, not, X:0. In practice, this means doing +1 in GtkSourceView or Code.
X:1
X:0
+1
7.x (Horus)
Latest release (I have run all updates)
No response
The text was updated successfully, but these errors were encountered:
I agree that column numbers should match those given by the compiler.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What Happened?
I noticed errors in my code pointed to, e.g.
45:20
, however when focusing on that in Code, I got to the second digit in the variable/method/function.Steps to Reproduce
Expected Behavior
First line in a row should be
X:1
, not,X:0
. In practice, this means doing+1
in GtkSourceView or Code.OS Version
7.x (Horus)
Software Version
Latest release (I have run all updates)
Log Output
No response
Hardware Info
No response
The text was updated successfully, but these errors were encountered: