Action triggering at startup
Answered
Is there a way to have my action trigger on project startup and run its code? To be precise, after "Loading project..." window is gone.
I am aware of ProjectComponent, but I need to know if there's an option of doing this via action system
Please sign in to leave a comment.
No, the easiest way would be to use StartupActivity and trigger your Action's code programmatically from there.