Skip to content

onResourceChange #995

Closed
Closed
@LosFaul

Description

@LosFaul

Is your feature request related to a problem? Please describe.

Always when you do refresh or refreshall on server, you have always have to do additional user interaction in your managment resources to update all the changed resources. I would like an event that gets called when the refresh command has done it's job and gives a table of all changes resources.

Describe the solution you'd like

add an event "onResourceChange" that gives a table of all resources that changed
{ {resName1, changeInfo}, {resName2, changeInfo}, ... }
changeInfo should be a string with an information such as:
"loaded", "unloaded", "meta changes", "file changes", "error loading", ...

Describe alternatives you've considered

you always have to loop through all resources, which is annoying and can block the main thread when there are thousands of resources

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions