On 07/15/2014 06:48 AM, Rothrock wrote:
I've updated to 2.3 and the name is now temp.py (no leading .) but the
behavior is still just as annoying. Is this really the desired behavior?
And why doesn't it bother anybody else? What am I missing?
Every other app I use -- Office suite, Photoshop, Dreamweaver, even
browsers -- either start with no document open or a default (that can
usually be set). I can't think of any other thing I do that has a
special hidden file that isn't related to the default untitled (new)
document.
Can someone explain to me what it is and why it must be there? And why
it can't be made to go away?
Well you could do source modification.
At line 438 of spyderlib/spyderlib/plugins/editor.py is:
else:
self.__load_temp_file()
you could do:
else:
pass
#self.__load_temp_file()
I tested it here and I got a blank Editor in which I could open a file
of my choosing.
--
--
Adrian Klaver
[email protected]
--
You received this message because you are subscribed to the Google Groups
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.