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

On-screen searching in graph and code view #79

Closed
egraether opened this issue May 17, 2016 · 7 comments
Closed

On-screen searching in graph and code view #79

egraether opened this issue May 17, 2016 · 7 comments
Assignees
Labels

Comments

@egraether
Copy link
Contributor

by just starting to type, pressing cmd-f, or maybe by using /, similar to searching in vim/less/… on unix

@payload
Copy link

payload commented Jan 17, 2017

Isn't this the case already with Ctrl + F ?

@egraether
Copy link
Contributor Author

@payload No, this feature should work like 'Ctrl + F' in a web browser. It should only search in the currently visible contents on the screen. That way you can quickly find any piece of text in the currently visible file or graph.

@egraether
Copy link
Contributor Author

+1 by mail

@egraether egraether self-assigned this Aug 21, 2017
@egraether
Copy link
Contributor Author

+1 by mail

1 similar comment
@egraether
Copy link
Contributor Author

+1 by mail

@egraether
Copy link
Contributor Author

Implemented with 2017.3.61

Currently it works like this:

  • Use menu action Edit -> Find in View or Ctrl + D to display search bar at bottom of the main window. (Ctrl + D was used for creating bookmarks so far, which is now Ctrl + S)
  • All node names in the graph window and displayed source code in the code window will be searched. There are check-boxes for removing the results for either view.
  • Use Return or the buttons < and > to iterate through matches. Graph and Code window will scroll to the currently active match. Graph window results are always iterated first.
  • Use ESC or the x button within the bar to close

@egraether
Copy link
Contributor Author

Also open screen search when pressing / or ? similar to vim.

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