conda update spyder (or pip, if not using Anaconda)spyder --resetWhen a new file is saved the first time upon exit, it is not opened the next time Spyder is opened. Holds for both master and 3.3.4. (Not a major issue, but you notice these things when you develop and open/close Spyder a lot...)
Probably the storing of open files happens before any edited files checks are done.
That the new file should be open. It can be argued if it should be active or not (if it wasn't active), but I think at least it should open.
pygments >=2.0 : 2.4.2 (OK)
qdarkstyle >=2.6.4: 2.7 (OK)
sphinx >=0.6.6 : 2.1.0 (OK)
pyls >=0.27.0 : 0.27.0 (OK)
nbconvert >=4.0 : 5.5.0 (OK)
pandas >=0.13.1 : 0.24.2 (OK)
numpy >=1.7 : 1.16.4 (OK)
sympy >=0.7.3 : 1.4 (OK)
cython >=0.21 : 0.29.10 (OK)
qtconsole >=4.5.0 : 4.5.1 (OK)
IPython >=4.0 : 7.5.0 (OK)
matplotlib >=2.0.0: 3.1.0 (OK)
pylint >=0.25 : 2.3.1 (OK)
@oscargus, do you plan to solve this issue? If that's the case (for this and future problems you find), there's no need for you to first open an issue about it. Instead, please push directly your PR.
Hard to say. The main reason for opening an issue is not that I will get to close it shortly after (I typically leave the same type of comments of not having to open an issue to motivate a PR in e.g. SymPy). Even though I understand that it may look like it, considering the activity in the last few days. Typically, I just wander away browsing the code and sometimes I see an obvious fix for it, although it is not really planned for. But I haven't got a PR ready (nor have browsed the code) when opening an issue.
So, no, I do not have any immediate plans for it. Which doesn't mean that it won't happen...
@ccordoba12 I know this part of the code well, I think I can take care of that one. Thanks for the bug report @oscargus.
@jnsebgosselin if you could give us a hand with this one, that would be great!
Thanks :-)