public void apply() throws ConfigurationException {
   myEditor.apply();
   DaemonCodeAnalyzer.getInstance(myProject).restart();
 }