When a user double clicks an item in one of my files, it opens a temporary file for them to edit using DTE. Once they are done editing that temporary file they close it and it adds to the parent file. That works great.
My issue is, is that when they go to close the temporary file, it asks them if they want to save. In this situation clicking no is the right thing to do else it asks you to save the file as something. Is there a way of changing this so that it doesn't ask the user and always just closes the file without saving it?
Thanks in advance.