Package krasa.formatter.plugin

Examples of krasa.formatter.plugin.ProjectSettingsComponent.loadState()


    private void changeFormatter(Project project, Settings.Formatter lf) {
        ProjectSettingsComponent instance = ProjectSettingsComponent.getInstance(project);
        final Settings state = instance.getState();
        state.setFormatter(lf);
        instance.loadState(state);
    }

    protected boolean isEnabled() {
        return true;
    }
View Full Code Here


  private void changeFormatter( Project project, Settings.Formatter lf )
  {
    ProjectSettingsComponent instance = ProjectSettingsComponent.getInstance( project );
    final Settings state = instance.getState();
    state.setFormatter(lf);
    instance.loadState(state);
  }

  protected boolean isEnabled() {
        return true;
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.