AsherGlick / Briefcase

Online Office suite, main repo can be found at github.com/Briefcase/Briefcase
briefcasedocs.com
8 stars 6 forks source link

Code Hilighting Scans the whole document #49

Open AsherGlick opened 12 years ago

AsherGlick commented 12 years ago

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)