Using search/find dialogs

Answered

Hello,

in my plugin, I would like to search in my internal list of Strings. It is not part of an editor tab. I would especially  like to reuse the GUI for searching (Cmd+F in editor tab), and not implement it on my own.

Using FindManager, I get a dialog, but it spawns over all files, projects, and so on.

Is there a possibility to reuse the Find-GUI apperaring when pressing Cmd+F in an editor without underlying editor tab?

Kind regards

0
1 comment

This functionality operates on actual files and not arbitrary data. You'll need to provide your own dialog to search.

0

Please sign in to leave a comment.