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

Detect external changes of tilesets #1785

Closed
issy123 opened this issue Oct 17, 2017 · 2 comments
Closed

Detect external changes of tilesets #1785

issy123 opened this issue Oct 17, 2017 · 2 comments
Labels
missing feature It's not just a feature, it's a feature that really should be there!
Projects

Comments

@issy123
Copy link

issy123 commented Oct 17, 2017

Tiled does detect external changes of the .tmx files but would be nice if it also detects changes on the .tsx files and auto reload.

@bjorn
Copy link
Member

bjorn commented Oct 17, 2017

Hmm, it only does that when the tileset is explicitly opened, rather than just being loaded as a dependency of a map. I agree it should be extended to reload as well in the latter case.

@bjorn bjorn added the missing feature It's not just a feature, it's a feature that really should be there! label Oct 17, 2017
@bjorn bjorn added this to Future in Roadmap Nov 21, 2017
@UliAbo
Copy link

UliAbo commented Aug 26, 2023

Hmm, it only does that when the tileset is explicitly opened, rather than just being loaded as a dependency of a map. I agree it should be extended to reload as well in the latter case.

Yes it would be great to have it auto-reloaded without it being opened.

bjorn added a commit to bjorn/tiled-dev that referenced this issue May 28, 2024
When a map is loaded as part of a world, or a tileset is loaded as part
of a map, but not open in its own editor, previously its file was not
watched for changes.

Now these files are also watched. When a change is detected and no
unsaved changes are present, the affected map or tileset will be reloaded.

Closes mapeditor#1785
bjorn added a commit to bjorn/tiled-dev that referenced this issue Jun 11, 2024
When a map is loaded as part of a world, or a tileset is loaded as part
of a map, but not open in its own editor, previously its file was not
watched for changes.

Now these files are also watched. When a change is detected and no
unsaved changes are present, the affected map or tileset will be reloaded.

Closes mapeditor#1785
@bjorn bjorn closed this as completed in 839d9b3 Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing feature It's not just a feature, it's a feature that really should be there!
Projects
Status: Done
Roadmap
  
Future
Development

No branches or pull requests

3 participants