Package org.eclipse.egit.ui.internal.dialogs

Examples of org.eclipse.egit.ui.internal.dialogs.CommitMessageComponentState


    if (!indexDiffAvailable)
      return; // only try to restore the stored repo commit message if
          // indexDiff is ready

    CommitHelper helper = new CommitHelper(currentRepository);
    CommitMessageComponentState oldState = null;
    if (repositoryChanged
        || commitMessageComponent.getRepository() != currentRepository) {
      oldState = loadCommitMessageComponentState();
      commitMessageComponent.setRepository(currentRepository);
      if (oldState == null)
View Full Code Here

TOP

Related Classes of org.eclipse.egit.ui.internal.dialogs.CommitMessageComponentState

Copyright © 2018 www.massapicom. 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.