I've been thinking about my experience with NodeRED for a long time, and I finally realized that the inability to quickly switch between function nodes really irritates me.
While thinking about possible ways to fix this, I come up with an idea that it would be really convenient to have the ability to "undock" the sliding panel on the right, turning it into a popup window. Obvious pros:
- Speeds up developing iterations, because there will be no need in constant node reopenings
- That way we could open and edit multiple function nodes side by side (which sounds especially neat)
This has been raised before. Personally, I would like any node config panel to be able to be opened along side others, not just Function nodes.
I think it requires quite a few core changes though so not sure how feasible it is. Obviously, core dev time is limited so sometimes these things are a matter of either priorities or other people chipping in with pull requests (after discussion with the core devs of course).
To summarise the many previous conversations on this topic, there are deep-rooted architectural difficulties with having multiple edit dialogs open, and being able to keep them open whilst making changes across multiple nodes. Choices made 13 years ago around the whole edit lifecycle would need to be unpicked through-out the editor plus all existing 5000+ nodes.
So we can expect it in node-red v5.1 then! 