Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Spyder remember tab order #4839

Closed
gabrielclow opened this issue Jul 28, 2017 · 7 comments
Closed

Make Spyder remember tab order #4839

gabrielclow opened this issue Jul 28, 2017 · 7 comments

Comments

@gabrielclow
Copy link

With Spyder 3.2 we gained the ability to sort tabs on the Editor by dragging and dropping. I love this feature. The problem is that it doesn't remember the order I chose when I close and reopen. This makes this feature less useful because I have to sort it every time I open Spyder.

Thanks in advance.

@ccordoba12
Copy link
Member

@rlaverde, is this possible?

@rlaverde
Copy link
Member

I'm not sure, I don't know how this data is saved/loaded when closing/opening spyder, I will try to address it with #4831

@ccordoba12
Copy link
Member

Please don't. Leave this for another PR.

@goanpeca
Copy link
Member

@rlaverde, is this possible?

It should be, but we will need a separate entry on the config for these

@rlaverde
Copy link
Member

rlaverde commented Aug 1, 2017

I'm testing and spyder remembers the tab order, files are saved and loaded in the tab order.

@gabrielclow could you give a reproducible example of when the file order changes?

@gabrielclow
Copy link
Author

  1. Open Spyder and have this tab order:
    21
  2. Do nothing, close Spyder, open again and now this tab order:
    22
  3. Do nothing, close Spyder, open again and once more, another tab order:
    23

But there is more information: I tested some more and apparently this problem only happens when I have a project open. It looks like the problem does not occur when all projects are closed.

@ccordoba12
Copy link
Member

I tested some more and apparently this problem only happens when I have a project open. It looks like the problem does not occur when all projects are closed.

Good catch! This could be the source of the problem then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants