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

Save name not remembered when loading the assembler file directly from the commandline #15

Open
Ray-Hoo opened this issue Nov 29, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Ray-Hoo
Copy link

Ray-Hoo commented Nov 29, 2022

When you load konpass with the name of the asm file you want to load directly from the command line, it will not remember its name when saving. You will have to provide the name again to be able to save to the correct file.

@Konamiman Konamiman added the help wanted Extra attention is needed label Jan 19, 2025
@Konamiman
Copy link
Owner

Hi, the problem here is that the code is implicitly executing an include statement to load the file, and thus the disk menu is not involved. This was already the case in Compass, so implementing this would be an enhancement (and not a trivial one I think) rather than a bug fix. I'll leave the issue open in case someone wants to contribute a pull request with an implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants