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

Sessions: Document tabs out of order sometimes #485

Closed
jamshark70 opened this issue Sep 10, 2012 · 1 comment
Closed

Sessions: Document tabs out of order sometimes #485

jamshark70 opened this issue Sep 10, 2012 · 1 comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. env: SCIDE

Comments

@jamshark70
Copy link
Contributor

I've seen in some cases that the list of open documents in a session changes order when reopening the session later. I don't know exactly what causes it, but I think it has to do with closing documents before the session info is updated on disk.

E.g., if I have documents a, b, c and d open, in that order in the tabs bar, sometimes they will reopen as a, c, b, d. I group document tabs by the code functionality inside. It's mildly irritating to have to fix the order the next time.

@jleben
Copy link
Member

jleben commented Sep 10, 2012

This should now be fixed.
NOTE: The fix breaks restoring open documents in previously saved sessions!

@jleben jleben closed this as completed Sep 10, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. env: SCIDE
Projects
None yet
Development

No branches or pull requests

2 participants