Examples of dropTemporarySettings()


Examples of com.intellij.psi.codeStyle.CodeStyleSettingsManager.dropTemporarySettings()

    protected void tearDown() throws Exception {
        final CodeStyleSettingsManager manager = CodeStyleSettingsManager.getInstance(getProject());
        myTempSettings.getIndentOptions(PbFileType.PROTOBUF_FILE_TYPE).INDENT_SIZE = 200;
        myTempSettings.getIndentOptions(PbFileType.PROTOBUF_FILE_TYPE).CONTINUATION_INDENT_SIZE = 200;
        myTempSettings.getIndentOptions(PbFileType.PROTOBUF_FILE_TYPE).TAB_SIZE = 200;
        manager.dropTemporarySettings();
        myTempSettings = null;

        super.tearDown();
    }
}
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.