As usual, I am not sure if it is some weird config on my end, but today when I tried to copy and paste an action (something I have done hundreds of times before), the Paste is greyed out in the menu. Ctrl-V does not work. Using Ctrl-C instead of right-click and Copy does not help either.
Is there a setting that controls whether you can paste? I was able to add actions manually, so it is not a generic “you cannot edit the project” problem.
This is going to be hard to resolve - Copy/Paste enabled is handled differently depennding on which part of the application has the focus. When you click on an action, the action list frame receives the focus, an it register’s itself as as the “clipboard controller” - so the code that updates the buttons/menu items enabled state is routed to the action list frame. When click on the project tree it takes over as the clipboard controller.
So to diagnose this, we would need exact steps. I checked the code an nothing has changed in that area in quite some time.