-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Replace Existing TAP/SNA on Open #1416
Comments
It could check if its timestamp or checksum has changed and reload it only if so. |
m8, that would be awesome
…On Wed, 27 Nov 2024 at 15:45, Andrew Dunbar ***@***.***> wrote:
It could check if its timestamp or checksum has changed and reload it only
if so.
—
Reply to this email directly, view it on GitHub
<#1416 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACJB2CN7DUPKMCWVB7QO2T2CXSJNAVCNFSM6AAAAABSTC2W26VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBUGIYDGNRQHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
There seems to be a |
Thanks Thomas
I wonder if when you try to open a document it does a check to see if it is
already loaded and then doesn’t open the file if it is.
Really appreciate the hard work that has gone in to this
…On Sun, 1 Dec 2024 at 00:02, Thomas Harte ***@***.***> wrote:
There seems to be a func presentedItemDidChange() on NSDocument and
therefore I could easily override that on my MachineDocument, make sure I
ignore metadata changes and... I'm not sure. It's probably correct to wait
for user action before doing a machine restart; I'll have to see whether I
can catch a second attempt to open the same document. No doubt there's
something on NSDocumentController.
—
Reply to this email directly, view it on GitHub
<#1416 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACJB2H3VH2CTXZZTSDQKWT2DJGYFAVCNFSM6AAAAABSTC2W26VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBZGQ4DEMRXHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I am using the excellent CLK for ZX Spectrum development.
If I reassemble and then Open my TAP/SNA file, and CLK is currently displaying the TAP/SNA, it doesn't replace the existing tab with the new image.
It would be great if when I click "Open With" on the TAP/SNA, if it is already running, the tab is closed or replaced.
Currently I need to close CLK, then click Open for the new image to appear
The text was updated successfully, but these errors were encountered: