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

Support highlighting of line number on caret row #122

Closed
arcticicestudio opened this issue Feb 15, 2020 · 0 comments · Fixed by #133
Closed

Support highlighting of line number on caret row #122

arcticicestudio opened this issue Feb 15, 2020 · 0 comments · Fixed by #133

Comments

@arcticicestudio
Copy link
Contributor

The line number on the current caret row is currently highlighted with the same color (nord3) like all other line numbers. This will be changed to use nord4 instead for lines with active caret(s) by adding support for the LINE_NUMBER_ON_CARET_ROW_COLOR editor scheme key added to the IDE platform code in JetBrains/intellij-community@8641fed.

@arcticicestudio arcticicestudio added this to the 0.11.0 milestone Feb 15, 2020
@arcticicestudio arcticicestudio self-assigned this Feb 15, 2020
@arcticicestudio arcticicestudio removed this from the 0.11.0 milestone Feb 15, 2020
@arcticicestudio arcticicestudio removed their assignment Feb 15, 2020
@arcticicestudio arcticicestudio added this to the 0.11.0 milestone Feb 15, 2020
@arcticicestudio arcticicestudio self-assigned this Feb 15, 2020
arcticicestudio added a commit that referenced this issue Feb 15, 2020
The line number on the current caret row was previously highlighted with
the same color (`nord3`) like all other line numbers.
This has been changed to use `nord4` instead for lines with active
caret(s) by adding support for the `LINE_NUMBER_ON_CARET_ROW_COLOR`
editor scheme key added to the IDE platform code in
JetBrains/intellij-community@8641fed.

GH-122
arcticicestudio added a commit that referenced this issue Feb 15, 2020
The line number on the current caret row was previously highlighted with
the same color (`nord3`) like all other line numbers.
This has been changed to use `nord4` instead for lines with active
caret(s) by adding support for the `LINE_NUMBER_ON_CARET_ROW_COLOR`
editor scheme key added to the IDE platform code in
JetBrains/intellij-community@8641fed.

Closes GH-122
arcticicestudio added a commit that referenced this issue Feb 15, 2020
The line number on the current caret row was previously highlighted with
the same color (`nord3`) like all other line numbers.
This has been changed to use `nord4` instead for lines with active
caret(s) by adding support for the `LINE_NUMBER_ON_CARET_ROW_COLOR`
editor scheme key added to the IDE platform code in
JetBrains/intellij-community@8641fed.

Closes GH-122
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant