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

Open the source file when the rehex-meta file is opened (allow associating the file type with the program) #207

Closed
Poikilos opened this issue Jun 28, 2023 · 1 comment
Labels
feature A new feature
Milestone

Comments

@Poikilos
Copy link

Poikilos commented Jun 28, 2023

Actual behavior:

  • When the program opens a rehex-meta file, it opens the project file itself (such as 'something.bin.rehex-meta")--The JSON is displayed as binary.

Expected behavior:

  • If the opened file is a rehex-meta file, open the corresponding binary file (such as "something.bin") if present.

Steps to reproduce issue:

  1. Create a file named "something.bin" and save it using rehex to generate a "something.bin.rehex-meta" file.
  2. To test on a command line, run rehex something.bin.rehex-meta then skip steps 3-4 below.
  3. Associate rehex-meta file with rehex.
  4. Double-click the rehex-meta file.
@solemnwarning
Copy link
Owner

Implemented in a6f3dd1

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

No branches or pull requests

2 participants