1
0
mirror of synced 2024-12-13 16:31:07 +01:00
ImHex/plugins/builtin/romfs/lang
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
..
de_DE.json impr: Add a link to the "Find" view in the search popup (#1665) 2024-05-11 10:15:17 +02:00
en_US.json impr: Add a link to the "Find" view in the search popup (#1665) 2024-05-11 10:15:17 +02:00
es_ES.json impr: Add a link to the "Find" view in the search popup (#1665) 2024-05-11 10:15:17 +02:00
it_IT.json impr: Add a link to the "Find" view in the search popup (#1665) 2024-05-11 10:15:17 +02:00
ja_JP.json impr: Add a link to the "Find" view in the search popup (#1665) 2024-05-11 10:15:17 +02:00
ko_KR.json impr: Add a link to the "Find" view in the search popup (#1665) 2024-05-11 10:15:17 +02:00
pt_BR.json impr: Add a link to the "Find" view in the search popup (#1665) 2024-05-11 10:15:17 +02:00
zh_CN.json impr: Add a link to the "Find" view in the search popup (#1665) 2024-05-11 10:15:17 +02:00
zh_TW.json impr: Add a link to the "Find" view in the search popup (#1665) 2024-05-11 10:15:17 +02:00