-
Notifications
You must be signed in to change notification settings - Fork 237
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
selectRange() is very slow #99
Comments
Note that |
Thanks fo the reply. In fact I don't need the text at this time. Unfortunately it does not really improve performance (6.4 sec --> 6.3 sec). |
This is fixed in version 0.6.2. Sorry it took so long. |
Thanks for fixing. The links on the main page are broken. |
Thanks, I fixed the links. |
Since there is no way of scrolling at the moment (see bug #98), I am using a workaround os selectRange(index,index). However, this is very slow.
In a 4800 lines file with 3 different styles per line, it takes more than 6 seconds to perform the operation on a Intel core i7 machine.
The text was updated successfully, but these errors were encountered: