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

Code Hilighting Scans the whole document #49

Open
AsherGlick opened this issue Jun 9, 2012 · 0 comments
Open

Code Hilighting Scans the whole document #49

AsherGlick opened this issue Jun 9, 2012 · 0 comments

Comments

@AsherGlick
Copy link
Owner

Instead of going line by line, each keypress causes the spreadsheet to scan the entire document and re-tokenize it. This process takes too much time. The way the spreadsheet works needs to be altered so that it parses line by line instead of all at once. (multi line comments and the like will also need a new method of parsing, maybe flags to tell if the line has the beginning of the tag already)

@ghost ghost assigned AsherGlick Jun 9, 2012
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