-
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
Fix highlighting 10325 #13095
Comments
Comment by abose
|
Comment by prksingh
|
Comment by prksingh
|
Comment by ficristo
|
Comment by aringot Sorry guys, I've been pretty busy... |
Issue by aringot
Friday Mar 13, 2015 at 01:04 GMT
Originally opened as adobe/brackets#10737
Fix for: adobe/brackets#10325
Also discussed here : https://groups.google.com/forum/#!topic/brackets-dev/SPokrvCyh9Y
The goal of my fix is to add (actually keep) a highlight on the (now) inactive-pane focused line when you use several panes and have the "Highlight Active Line" option checked.
Here is how it looks like with the light theme :
With the dark theme :
Only the currently focused line has a line number colored differently to clearly see the difference between active and inactive pane. (and the highlight is a bit dimmer for the inactive pane)
As it is just about styles, I didn't modify any JavaScript, I only modified LESS files.
I tested that the modification was effective both on light and dark theme, for normal and inline editors.
aringot included the following code: https://github.com/adobe/brackets/pull/10737/commits
The text was updated successfully, but these errors were encountered: