1
0
mirror of synced 2024-12-12 16:01:06 +01:00
ImHex/plugins/builtin/romfs
SparkyTD 09bffb6745
impr: Add a link to the "Find" view in the search popup (#1665)
### Problem description
This PR adds a shortcut link on the Search (Ctrl+F) popup to the more
advanced "Find" view that is normally accessible at the `View > Find`
menu.

### Implementation description
I added a simple `ImGuiExt::IconHyperlink` link to the `draw()` function
of the `PopupFind` class to display the hyperlink. Clicking the link
will open the Find view, bring it into focus and close the current
popup.

### Screenshots
Before:

![image](https://github.com/WerWolv/ImHex/assets/45818400/0961f594-0548-426a-8622-20093d4a165e)

After:

![image](https://github.com/WerWolv/ImHex/assets/45818400/d40d78f4-1a5d-4bf6-97a4-ff7ab40d0cef)


### Additional things
- Localization keys were added to all .json files, but only `en_US` is
populated for now.
2024-05-11 10:15:17 +02:00
..
assets impr: Added support for SVG loading, improved texture loading API 2024-05-01 20:36:10 +02:00
auto_extract/workspaces feat: Allow workspaces to be deleted the same way as layouts 2024-02-28 22:10:48 +01:00
lang impr: Add a link to the "Find" view in the search popup (#1665) 2024-05-11 10:15:17 +02:00
layouts feat: Implement Myers' diffing algorithm (#1508) 2024-01-21 18:39:13 +01:00
licenses refactor: Rework features that use external libraries into optional plugins (#1470) 2023-12-23 21:09:41 +01:00
themes impr: Convert all hex editor popups to floating, movable windows (#1658) 2024-05-10 21:21:19 +02:00
logo.ans feat: Added command line interface support (#1172) 2023-07-13 14:08:23 +02:00
tips.json tips: Add tip about unicode symbols (#838) 2022-12-02 16:30:28 +01:00