1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:57:35 +00:00

HexEditor: Add 'Find All' option to Find Dialog to find all matches

This commit is contained in:
Brendan Coles 2021-05-27 15:51:21 +00:00 committed by Andreas Kling
parent d7797c8bf8
commit 6aa766f8ca
9 changed files with 238 additions and 30 deletions

View file

@ -34,8 +34,13 @@
layout: @GUI::HorizontalBoxLayout
@GUI::Button {
name: "ok_button"
text: "OK"
name: "find_button"
text: "Find"
}
@GUI::Button {
name: "find_all_button"
text: "Find All"
}
@GUI::Button {