Action triggering at startup

已回答

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

0

No, the easiest way would be to use StartupActivity and trigger your Action's code programmatically from there.

0

请先登录再写评论。