gcarmix / HexWalk

Hex Viewer/Editor/Analyzer compatible with Linux/Windows/MacOS
https://www.hexwalk.com
GNU General Public License v3.0
733 stars 30 forks source link

Missing 'Close' #11

Closed learn-more closed 1 year ago

learn-more commented 1 year ago

Currently the UI starts with no file loaded. Files can be opened from the menu or with drag n drop, but it is not possible to return to the initial state with no file loaded.

gcarmix commented 1 year ago

What is the use of returning to blank??

learn-more commented 1 year ago

What is the use of returning to blank??

When I have a file open and I want to quickly drop some text in the ascii column, or binary data in the data column to inspect it, this would save me from having to start a new instance.

gcarmix commented 1 year ago

Ok, clear, it seems correct, I'll put it in next release

gcarmix commented 1 year ago

Issue resolved in v1.4.0

learn-more commented 1 year ago

Thanks!