restart pycharm

Answered

Hi,

in my Pycharm plugin, I have settings that require restart of the IDE to take effect. How do I restart the IDE from the plugin? Or even better, show the same window as Pycharm shows:

 

0
2 comments

com.intellij.openapi.application.Application#restart

0

Great, thx..., the call is:

ApplicationManager.getApplication().restart();
0

Please sign in to leave a comment.