nxt_editor icon indicating copy to clipboard operation
nxt_editor copied to clipboard

Option to open newer files

Open matthew-schiller opened this issue 3 years ago • 1 comments

ERROR: You are attempting to open a file saved with a newer version of nxt (1.18). Please update nxt! ERROR: Failed to open reference layer in file:

The only compatibility checking NXT seems to do, is just looking at the version number and punts on opening the file completely if it is a newer than the current NXT version. Please just prompt the user with the concern, and allow them to open it anyway if they wish to at the editor level. At the api level an "ignore version" option would be nice.

A flexible editor gives users enough rope to hang themselves if they wish.

matthew-schiller avatar Aug 25 '21 13:08 matthew-schiller

Love it, agree we should do it.

I'm sure you know, but you can change the text of the save file and swap the version number to fool nxt. Just a few more steps to find the rope to hang yourself 😉.

We have notes for this problem, as it's very related to allowing you to re-select broken layer reference paths as well. Working on a partially-interruptable loading process is the challenge.

MichaelAldrich avatar Aug 26 '21 15:08 MichaelAldrich