Skip to content

Conversation

tulinkry
Copy link
Contributor

fixes #1634
screenshot from 2017-07-10 18-08-39

@tulinkry tulinkry added this to the 1.1 milestone Jul 10, 2017
@tulinkry tulinkry self-assigned this Jul 10, 2017
case 50: // 2
if (that.symbol) {
that.unhighlight(that.symbol).length === 0 && that.highlight(that.symbol);
that.unhighlight(that.symbol).length === 0 && that.highlight(that.symbol, 'yellow');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

naming the styles in color-agnostic way would be better I think (second/third/... comes to mind)

@tulinkry
Copy link
Contributor Author

I changed the names to highlight-color-<n> where n is 1, 2 or 3. And I updated the polished and offwhite styles.

@vladak vladak merged commit e0eb89e into oracle:master Jul 13, 2017
@tulinkry tulinkry deleted the xref-highlights branch July 13, 2017 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

More highlighting colors in xref!

2 participants