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

Fix #89 #106

Merged
merged 4 commits into from Sep 28, 2019
Merged

Fix #89 #106

merged 4 commits into from Sep 28, 2019

Conversation

gin-ahirsch
Copy link

Fixes (and implements the change proposed in) #89.
I found the marron (dark red) arrow stylistically more pleasing than a violet one for lines that are simultaneously marked and matched.

One more thing that needed changing, which did not become apparent in #89, is adding "missing" flags on the filteredItemsCache_ when a visibility-mode is inactive (commit 9c3e926).
This issue manifested, for example, in just the regular red circle showing in the filtered view when only viewing matches (not "MarksAndMatches") and making a new search. Even if the line is marked, which should display a maroon arrow, it displayed a red circle, since insertNewMatches() simply sets LineTypeFlag::Match.

Further, introduce a maroon arrow for marked and matched lines.
The line types did not take inactive visibility modes into account, but
we need correct / complete flags since display behavior relies on their
differentiation now.
@gin-ahirsch
Copy link
Author

The Travis CI failure is due to an networking error.

@variar variar merged commit f962679 into variar:master Sep 28, 2019
@variar
Copy link
Owner

variar commented Sep 28, 2019

Thanks! I've changed marked match color to be little lighter, so it is more noticable

@gin-ahirsch gin-ahirsch deleted the line-type-flags branch October 15, 2019 13:23
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.

None yet

2 participants