You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the method to the plugin fixes the problem.
This should be added to SpyderPluginMixin so definig the method is optional. Same with apply_plugin_settings for example, which should be a no-op by default.
From contrebasse on 2015-01-15T04:44:22Z
Spyder Version: 2.4.0dev (4711+: rb5a5ef2bb4d5 )
Python Version: 3.4.2
Qt Version : 4.8.6, PyQt4 (API v2) 4.11.3 on Linux
pyflakes >=0.6.0: 0.7.3 (OK)
pep8 >=0.6 : 1.5.7 (OK)
IPython >=1.0 : 2.3.1 (OK)
zmq >=2.1.11 : 14.4.1 (OK)
pygments >=1.6 : 2.0.1 (OK)
pandas >=0.13.1 : 0.15.2 (OK)
sphinx >=0.6.6 : 1.2.3 (OK)
psutil >=0.3 : 2.1.3 (OK)
jedi >=0.8.1 : 0.8.1-final0 (OK)
rope >=0.9.2 : 0.9.4-1 (OK)
matplotlib >=1.0: 1.4.2 (OK)
sympy >=0.7.0 : 0.7.6 (OK)
pylint >=0.25 : 1.4.0 (OK)
What steps will reproduce the problem?
What is the expected output? What do you see instead?
I expect to have the same files opened as before closing spyder. Instead, I see the files that were open when starting spyder the previous time.
I tried to remove the .spuder2-py3 directory, and now each time I start spyder, I see only the dummy temp.py.
Please provide any additional information below
.
Same problem with pyqt and pyside.
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=2117
The text was updated successfully, but these errors were encountered: