Re: Feature request: To plugin API, add hook to inform about plugin having moved in structure editor

2020-09-24 Thread Petr Klus
Sounds like a good idea! In terms of naming, I think after_move or move_after sounds a bit better, is there any example of similar functionality that we can align the naming with? On Thu, 24 Sep 2020 at 16:35, Jacob Rief wrote: > After a plugin has been moved inside the structure editor, no hoo

Feature request: To plugin API, add hook to inform about plugin having moved in structure editor

2020-09-24 Thread Jacob Rief
After a plugin has been moved inside the structure editor, no hook method is called to inform the plugin that is has been moved inside the tree. This would be very useful in some situations, for instance to recompute the grid widths, etc. Implementing this is a no-brainer, just one additional li