restart pycharm

已回答

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

com.intellij.openapi.application.Application#restart

0

Great, thx..., the call is:

ApplicationManager.getApplication().restart();
0

请先登录再写评论。