rizinorg / cutter

Free and Open Source Reverse Engineering Platform powered by rizin
https://cutter.re
GNU General Public License v3.0
15.78k stars 1.15k forks source link

Add search widget for TextEdit widgets (Console, Decompiler, ...) #2117

Open ITAYC0HEN opened 4 years ago

ITAYC0HEN commented 4 years ago

Describe the solution you'd like Currently, there is no easy way to find text in the Console widget. The feature I'd like to see is a search widget with the following features:

image

image

Bonus Feature:

Please don't invent the wheel and check Qt based open-source projects for such implementations. For example, qconsole

karliss commented 4 years ago

Somewhat related to https://github.com/radareorg/cutter/issues/2230 . If it is the same search bar widget across everything it needs to support different data models since they are completely different for decompiler widget, console widget (rich text box), table widgets and graph widget.

Petross404 commented 2 years ago

I am trying to create a generic search widget for this issue. Ignore the window borders it's just an orphan widget ATM. Is this what we are looking to implement?

Screenshot 2021-12-18 at 5 05 46 PM

Right now I have only completed the visual aspect but as soon as I try to make it work with Cutter's widgets.