-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: path lost when swittching source buffer in disk menu
Compass originally saved path and file names entered for each source buffer in the disk menu, so that they would be restored after switching to a different source buffer, for Asm files. When the same feature was implemented for Ascii files, the existing code was removed and a completely new implementation was put in place. However this was storing only the file names, not the paths. This commit restores the old code and extends it to properly work with both Asm and Ascii files, saving both the path and the file name.
- Loading branch information
Showing
2 changed files
with
99 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters