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

With MultiLine comments incremental scanning is broken #1229

Closed
mayanje opened this issue Jan 12, 2019 · 0 comments
Closed

With MultiLine comments incremental scanning is broken #1229

mayanje opened this issue Jan 12, 2019 · 0 comments

Comments

@mayanje
Copy link
Contributor

mayanje commented Jan 12, 2019

FOLLOWING OF #1012

The fact is that the Scanning with MultilineScanState in presence of multi line comments or formal comments is not taken in account by incremental scanning. This can produce bad incremental code element parsing.

As in, fact the incremental scanning was not broken, but not adapted to support Multi-line comments.
The support of Incremental Scanning in presence of MultiLine Comments is made possible by:

#1234 Bug for incremental mode and multi line changes
#1238 Make Incremental Scanning support Multi Line comments

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