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

implement syntax highlighting as an array of color information, with per-line indexes #15

Open
bombasticbob opened this issue Jul 19, 2016 · 1 comment

Comments

@bombasticbob
Copy link
Owner

implement syntax highlighting as an array of color information, with per-line indexes. Editing or inserting a line would have to make room for the color info, and temporarily lock out (and re-start) any background threads that are currently scanning the document.

color information would only be displayed when valid. Otherwise, use the default color. When "it becomes valid", the window will need to be invalidated. This should be made possible from a worker thread [currently there's no threading support for events].

@bombasticbob
Copy link
Owner Author

see #5

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

No branches or pull requests

1 participant