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

Let Tiled remember the last active layer on exit #905

Closed
xerosugar opened this issue Mar 18, 2015 · 5 comments
Closed

Let Tiled remember the last active layer on exit #905

xerosugar opened this issue Mar 18, 2015 · 5 comments
Assignees
Labels
feature It's a feature, not a bug.

Comments

@xerosugar
Copy link

This is kind of tied to another issue; Tiled doesn't always update the tilesheet image I'm working with.
This is my workflow atm: I paint some tiles, look at the result, make adjustments to tilesheet in drawing program, back to Tiled, close map, open map (to see changes), change layer to the one I'm working with, repeat...

So yeah, two issues in one here :p

@bjorn
Copy link
Member

bjorn commented Mar 18, 2015

Remembering the active layer is a very reasonable request, thanks for opening an issue about it.

Regarding the auto-reload of the tilesheet image, are you affected by issue #44? Note that you can press Ctrl+T to manually trigger a reload, which should be faster than reopening the map.

@xerosugar
Copy link
Author

Yes, #44 feels familiar. Btw, there's a Ctrl+R command which is also reload, (Ctrl+T isn't even an option in my version), is this for when the user is editing the map outside of Tiled?
Maybe these events should be triggered as soon as Tiled becomes the new active window again? Sublime Text comes to mind when talking about auto-updating open files, maybe Tiled could do the same?

@bjorn
Copy link
Member

bjorn commented Mar 18, 2015

Ctrl+T is a hidden shortcut (doesn't appear in any menu) for reloading the tileset images.

Ctrl+R reloads the map file itself, and may not reload the tileset images. A Sublime-Text like automatic reload is already done for maps since Tiled 0.10, though it does not wait until the window becomes active again. Are you missing something there?

@xerosugar
Copy link
Author

Ok, got it. Good luck with your work!

@bjorn
Copy link
Member

bjorn commented Sep 14, 2015

I was just thinking that Tiled already did this, but then I realized it's only doing that for the open maps when you close and reopen Tiled, not when you close and reopen a map while keeping Tiled open. So I'll keep this issue as a reminder to implement the last part as well.

@bjorn bjorn added the feature It's a feature, not a bug. label Sep 14, 2015
@bjorn bjorn self-assigned this May 8, 2016
@bjorn bjorn closed this as completed in 71fa6fe Dec 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature It's a feature, not a bug.
Projects
None yet
Development

No branches or pull requests

2 participants