Package org.eclipse.php.ui.folding

Examples of org.eclipse.php.ui.folding.IPHPFoldingPreferenceBlock.performOk()


    fStore.propagate();
    for (Iterator it = fProviderPreferences.values().iterator(); it
        .hasNext();) {
      IPHPFoldingPreferenceBlock prefs = (IPHPFoldingPreferenceBlock) it
          .next();
      prefs.performOk();
    }
    // TODO - Might need a fix after the WST will support code folding
    // officially.
    boolean foldingEnabled = fStore
        .getBoolean(PreferenceConstants.EDITOR_FOLDING_ENABLED);
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.