All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.intellij.lang.XmlCodeFoldingSettings Maven / Gradle / Ivy

Go to download

A packaging of the IntelliJ Community Edition xml-psi-api library. This is release number 1 of trunk branch 142.

The newest version!
package com.intellij.lang;

public interface XmlCodeFoldingSettings {
  boolean isCollapseXmlTags();
  boolean isCollapseHtmlStyleAttribute();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy