
Bug: Syntax coloring not applied immediately
Reported by zachriggle | December 24th, 2010 @ 07:58 AM
Comments and changes to this ticket
-
rsms December 26th, 2010 @ 09:09 PM
- State changed from new to invalid
- Assigned user set to rsms
- Tag set to syntaxhighlight, ux
This is by design.
I had the following two options to chose from:
-
Let syntax parsing and highlighting occur in the main thread and thus block the UI while calculating and also make it slower (since we would need to "yield" in the main runloop once in a while)
-
Let syntax parsing and highlighting occur in a background thread.
Number 2 was chosen. What you see is the time in between you typing a character and the parser & highlighter working and finally applying it's result.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
A text editor for Mac OS X