Replies: 1 comment 11 replies
-
thats odd. i tried to make the size of the rom file you posted in the other issue smaller and it got smaller, but not to the size i specified. I only use resize when i create new files which are always sized zero. While I agree it is potentially dangerous and a warning about possible data destruction should be popping out there is an undo menu item that will recover the file as it was originally. Maybe the warning can also state that as a reminder. This is not something I can fix though, just sharing my opinion. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The "Resize" operation operates directly on the underlying file (for efficiency reasons, I presume), which breaks my expectations of "nothing is changed until I press save".
I actually used it by accident from the Right-click menu thinking that it was for changing width and instantly garbled up the file I was looking at. (I later found the unmarked slider saying "16" in the bottom right that actually does this).
What also makes the menu not nice (and contributed to my misunderstanding of it as a width-changing command) is the fact that it doesn't fill in the original size of the file, instead just being
0x0
initially.I guess what could have helped is an additional warning before running the resize? Maybe also rename it to "Resize file" for less confusion? (less confident about that)
Beta Was this translation helpful? Give feedback.
All reactions