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
Double-clicking a word to select it does not work properly
Double click on a word.
The word gets selected.
Only a single character gets selected.
This is probably because the parser splits into character tokens.
Spoofax: 2.3.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Double-clicking a word to select it does not work properly
I tried to do this:
Double click on a word.
I expected this to happen:
The word gets selected.
Instead, this happened:
Only a single character gets selected.
This is probably because the parser splits into character tokens.
The text was updated successfully, but these errors were encountered: