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

Implements current line highlighting with modes 'line', 'gutter' and 'all' #15612

Merged
merged 1 commit into from
Nov 17, 2016

Conversation

rebornix
Copy link
Member

Implement feature request #14273. Previously we only highlight current line or not but here we allow users to decide where they want to show the hint, gutter, line, both or none.

"editor.renderLineHighlight": "gutter" will be like

screen shot 2016-11-16 at 6 40 43 pm

It helps mitigate #3803 , cc @bgashler1

Right now I'm just using the same background color in gutter as highlighted current line but it can be different. The good part of using the same color for both line and gutter is that current line highlight color is a TM setting, we don't need to introduce a new concept.

@mention-bot
Copy link

@rebornix, thanks for your PR! By analyzing the history of the files in this pull request, we identified @alexandrudima, @bpasero and @jrieken to be potential reviewers.

@alexdima alexdima added this to the November 2016 milestone Nov 17, 2016
@alexdima
Copy link
Member

Awesome! 👍

@alexdima alexdima merged commit ddae048 into microsoft:master Nov 17, 2016
joaomoreno added a commit that referenced this pull request Nov 18, 2016
This reverts commit ddae048, reversing
changes made to e55b563.
alexdima added a commit that referenced this pull request Nov 18, 2016
@rebornix rebornix added the verification-needed Verification of issue is requested label Dec 5, 2016
@jrieken jrieken added the verified Verification succeeded label Feb 23, 2017
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants