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

Friendly error messages first draft #4

Merged
merged 65 commits into from
Aug 15, 2023
Merged

Conversation

sampottinger
Copy link
Collaborator

No description provided.

mglst and others added 30 commits January 30, 2023 21:11
This to reduce code duplication later on
As noted by mr. Fry in PR benfry#678 and issue benfry#684
Updates the getStringValue method of the VariableNode class so that it correctly handles multidimensional arrays. The default formatting of multidimensional arrays is to have the size of the first array written in the last set of brackets eg.int[][5]. This changes it so that the returned value has the size of the first array written in the first set of brackets eg.int[5][]. This can parse multidimensional arrays of any size.
Closes Debugger lists immediate array dimension last benfry#606.
Depending on how the Problem is made, the error may be given relative to
start of line or start of tab. Flag indicates to users of Problems which
one they are working with.
Fix an issue where tweaks mode wont run if there are semi-transparent
colors in the tab because of a regex issue.
sampottinger and others added 29 commits July 13, 2023 09:08
…e-offset

Fix the language server / PDE error highlighting another way
Keyboard shortcut for FR keyboard layout on mac
Sync up to upstream main
Add line number for friendly error messages.
@sampottinger sampottinger merged commit 12e6881 into main Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants