Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opening file after changes does not refresh view #30

Open
Rochet2 opened this issue May 4, 2021 · 0 comments
Open

Opening file after changes does not refresh view #30

Rochet2 opened this issue May 4, 2021 · 0 comments

Comments

@Rochet2
Copy link

Rochet2 commented May 4, 2021

When a .wasm file is opened with the extension you can see a text representation of the binary.
If the file changes, the changes are not reflected on the opened view automatically.
Furthermore, if the file is then opened again while still open in the editor, then the changes still do not show up and you still see the outdated translation of the textual representation.
Currently, it seems that the way to refresh the contents is to always explicitly close the file and then open it again.

It would be great and less confusing if opening a file that is already open would not keep showing the old file. Or would at least open in a separate new view instead of merging with the previous one.

You can test this by creating a wasm binary, opening it with the extension, creating a new wasm binary in place of the old one with different contents, opening the new binary. The new contents are not shown.

The way I am opening files is by double-clicking on them on the desktop on Ubuntu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant