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

Highlighting across multiple tabs #198

Open
KyferEz opened this issue Mar 18, 2019 · 2 comments
Open

Highlighting across multiple tabs #198

KyferEz opened this issue Mar 18, 2019 · 2 comments

Comments

@KyferEz
Copy link

KyferEz commented Mar 18, 2019

Currently highlighting is "sticky" per open file / tab - in other words, if I highlight one word on tab1, and another word on tab2, the work on tab 1 is still highlighted.

I would like the option to modify this behavior. When working on a multiple file project, it's often useful to be able to find all occurrences across all open files. When I highlight a word in one tab, I would like the word to be highlighted in all open files.

@richrace
Copy link
Member

You want the functionality to be like with a split pane, but with tabs instead?

This might be tricky as the Tabs keep the selection of your previous state. We'd need double check if an event is fired (on tab change is a selection event fired?)

We would also need to record which selection was last and use that to get the String out of it.

@KyferEz
Copy link
Author

KyferEz commented Mar 18, 2019

Yes. Thanks for looking at it!

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

No branches or pull requests

2 participants