09bffb6745
### 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. |
||
---|---|---|
.. | ||
de_DE.json | ||
en_US.json | ||
es_ES.json | ||
it_IT.json | ||
ja_JP.json | ||
ko_KR.json | ||
pt_BR.json | ||
zh_CN.json | ||
zh_TW.json |