Skip to content

Releases: timrid/construct-editor

v0.0.5

19 May 19:02
Compare
Choose a tag to compare

Enhanced ConstructEditor:

  • added cs.Padded, cs.Padding and cs.Aligned
  • added "ASCII View" Button to ContextMenu for cs.Bytes
  • fixed bug, when the root construct has a name
  • fixed bug, when an exception was thrown, while trying to edit a read-only field

v0.0.4

03 May 19:16
Compare
Choose a tag to compare

Enhanced ConstructEditor:

  • edit entrys directly in the DataViewCtrl
  • show docs directly in the DataViewCtrl as Tooltip
  • show byte position, offset and the path to the selected object in a StatusBar
  • added undo/redo
  • added a ListView for cs.Array
  • added shortcuts for copy/paste/expand/collapse
  • added the possibility to add custom cs.Adapter constructs to the GUI

Enhanced ConstructHexEditor:

  • HexEditor Panel can be collapsed to make the ConstructEditor larger

v0.0.3

14 Apr 18:36
Compare
Choose a tag to compare

reduce wxPython dependency to >=4.1.0

v0.0.2

11 Apr 20:17
Compare
Choose a tag to compare

Enhanced HexEditor:

  • corrected selection of a byte sequence
  • added cut/copy/paste of byte sequences
  • added undo/redo
  • added status bar to show the size and the current selection

v0.0.1

05 Apr 20:05
c66c426
Compare
Choose a tag to compare

Initial Version