Package org.sylfra.idea.plugins.revu.settings

Examples of org.sylfra.idea.plugins.revu.settings.AbstractReviewFilesRevuSettingsComponent.loadState()


    List<String> reviewFiles = state.getReviewFiles();
    int index = reviewFiles.indexOf(RevuVfsUtils.buildRelativePath(project, oldFile));
    if (index != -1)
    {
      reviewFiles.set(index, RevuVfsUtils.buildRelativePath(project, newFile));
      settingsComponent.loadState(state);
    }
  }

  public boolean isContentModified(@NotNull Review review)
  {
View Full Code Here


    List<String> reviewFiles = state.getReviewFiles();
    int index = reviewFiles.indexOf(RevuVfsUtils.buildRelativePath(project, oldFile));
    if (index != -1)
    {
      reviewFiles.set(index, RevuVfsUtils.buildRelativePath(project, newFile));
      settingsComponent.loadState(state);
    }
  }

  public boolean isContentModified(@NotNull Review review)
  {
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.