rizinorg/cutter

text search in SimpleTextGraphView

オープン

#2,284 opened on 2020/07/09

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (1,123 件のフォーク)batch import
EnhancementGraphUIgood first issue

Repository metrics

Stars
 (14,852 個のスター)
PR merge metrics
 (平均マージ 13d 23h) (30d で 20 merged PRs)

説明

Is your feature request related to a problem? Please describe.

#2273 Adds a graphview baseclass usable by many graphs. In large graphs like global callgraph or global reference graph it is hard to find a specific node.

Describe the solution you'd like

Pressing a Ctrl+F in SimpleTextGraphView opens a search bar which searches for a block with matching label. If there is match corresponding block needs to be selected and moved within view. Search needs to support find-next.

Describe alternatives you've considered

In some cases like callgraph node searching functionality can be avoided by searching the specific object in other widgets and using seek synchronization or "show in callgraph".

Additional context Depends on #2273

コントリビューターガイド