notify
                                
                                 notify copied to clipboard
                                
                                    notify copied to clipboard
                            
                            
                            
                        Fix blender save
- FIX: ordering of debounced events when multiple files are modified and renamed (eg. during a safe save performed by Blender)
The debouncer is getting increasingly complicated. It took me a few tries to design this change as defensively as possible. I hope it doesn't break anything.
This PR is based on #569.
I think we will need way more documentation to keep this usable in the future
Agreed. I will add more comments as I work on it.
We can merge this for now, if you want. I just would like to document this, because I fear we will otherwise have a ton of regressions in the future.
Then let's not merge it for now. I will document it better and try to fix the original issue.
While the PR does improve the behavior of the debouncer, it doesn't actually fix the blender issue.