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

Improve handling of the space key when typing expressions #70

Open
dimitar-asenov opened this issue Jan 26, 2015 · 0 comments
Open

Improve handling of the space key when typing expressions #70

dimitar-asenov opened this issue Jan 26, 2015 · 0 comments

Comments

@dimitar-asenov
Copy link
Owner

At the moment the space key is an integral part of expressions, but users often type space in places where it is not strictly necessary in traditional languages, in order to just improve readability. In Envision this causes the parsed expression to include the additional space tokens as errors.

We should find a way to detect these situations and possibly remove the extraneous space characters automatically. The ultimate goal is to allow the user to type code as they are used to and not worry about having too many spaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant