wisp-forest / gadget

Debugger's Delight
https://modrinth.com/mod/gadget
GNU Lesser General Public License v3.0
44 stars 6 forks source link

[Bug] Packet Dump Inspector does not wrap text #27

Open davidmayr opened 1 year ago

davidmayr commented 1 year ago

Extremely long text(e.g. text components) doesn't wrap around the screen boundaries and overflows. To properly inspect text components, it is basically required to play at the smallest scale as of now.

davidmayr commented 1 year ago

Note: This might occur because the json formatting of components(in e.g. items) does not include spaces and makes it hard for wrapping. The text will probably need to be split in the middle of the text for this to work

BasiqueEvangelist commented 1 year ago

This is more because the underlying UI framework doesn't really support this, as it requires a fair bit of work to work properly (and isn't an issue on mods other than gadget) I play on UI scale 2 so I don't notice this :trollface: