Package org.eclipse.ui.internal.editors.quickdiff

Examples of org.eclipse.ui.internal.editors.quickdiff.RestoreAction.update()


        TextEditorAction revertDeletion= new RestoreAction(this, true);

        revertSelection.update();
        revertBlock.update();
        revertLine.update();
        revertDeletion.update();

        // only add block action if selection action is not enabled
        if (revertSelection.isEnabled())
          menu.appendToGroup(ITextEditorActionConstants.GROUP_RESTORE, revertSelection);
        else if (revertBlock.isEnabled())
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.