-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Fix issue 4778: Do not show Active Line Highlight when editor has selection #4509
Comments
|
|
|
Thanks |
Done with review. |
|
|
I will fix this tonight. |
Thursday Aug 22, 2013 at 16:55 GMT
Originally opened as adobe/brackets#4878
This fix hides the Active Line Highlight when there is a selection in the current editor.
It does not address the general delay with the Shift-Down-Arrow, a different problem that started showing up in the Dev version of Sprint 30. It does, however, remove the really, really slow behavior associated with the having the Highlight Active Line turned on. The delay should now be the same, regardless of the Highlight Active Line setting.
I'm not sure I should be setting the CodeMirror Option on every single call to cursorActivity, but I didn't notice any performance issues by doing so. Let me know if you want me to set a flag or something to avoid excessive setOption calls.
lkcampbell included the following code: https://github.com/adobe/brackets/pull/4878/commits
The text was updated successfully, but these errors were encountered: