Releases: timrid/construct-editor
Releases · timrid/construct-editor
v0.0.15
Enhanced ConstructHexEditor:
- added support for
cs.Default
: when right clicking an object with default value the option "Set to default" is availabe - fixed issue: when sub-hex-panels are created (eg. for bitwiese data), the data is not visible in the root-hex-panel when selecting an item.
- fixed issue: the GUI can completely crash, when the building/parsing takes its time and the user slowly double clicks somewhere else in the DataViewControl
v0.0.14
v0.0.13
v0.0.12
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
forcs.Compressed
or encryption. So you can see also the uncompressed/decrypted data.
v0.0.11
v0.0.10
v0.0.9
v0.0.8
v0.0.7
Enhanced ConstructEditor:
- added support for
cs.GreedyBytes
cs.Bytes
andcs.GreedyBytes
are now changeable in the ConstructEditor- when an object in the ConstructEditor is changed and the binary data is recalculated, then the binary data is parsed again, to recalculate all values that may depend on the changed object (eg. for
cs.Peek
) - fixed dependency error. wxPython>=4.1.1 is needed. see #2
cs.GreedyRange
now also supports "List View"- some other small bugfixes