Enhanced ConstructEditor:
- added `cs.Compressed`, `cs.Prefixed`
- show Infos about the construct object, when hovering over the type in the DVC
- changed "->" to "." as path seperator
Enhanced HexEditor:
- added read_only mode
Enhanced ConstructHexEditor:
- Show multiple HexEditor's when nested streams are used. This is a usefull feature, if the construct switches from byte- to bit-level to see the single bits. Or when using `cs.Tunnel` for `cs.Compressed` or encryption. So you can see also the uncompressed/decrypted data.
-------------------------------------------------------------------------------