Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Handling multiple matches more intuitively #538

Closed
kecsap opened this issue Jan 25, 2018 · 2 comments
Closed

Handling multiple matches more intuitively #538

kecsap opened this issue Jan 25, 2018 · 2 comments
Assignees
Labels

Comments

@kecsap
Copy link

kecsap commented Jan 25, 2018

Version: 2017.04.46
Platform: Ubuntu Xenial

  1. Search for a variable
  2. Multiple matches found inside a function
  3. Clicking on the edge (line) in Search view, Code view will navigate for the first match.

Problem:
There is no any indication that there are multiple matches inside the same function.

Proposed solutions:

  • Add a match count as a number to the edge in Search view if there are more matches than one.
  • Mark with bold font style the currently selected function (the source of the edge in Search) in Code view
  • Subsequent clicks on the same edge should move the focus in Code view to the later matches inside the same function (source of the edge).
@egraether
Copy link
Contributor

This is a similar problem as #453 for local variables.

I agree that we should look into this.

@egraether egraether self-assigned this Jan 26, 2018
@egraether
Copy link
Contributor

Implemented with 2018.2.117
Show on-demand local reference count and navigation in code view navigation bar.
Subsequent clicks on the same edge also iterate forward.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants