mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-03 15:50:52 +07:00
1. Added gutter sizes invalidation after fold region expansion via click on placeholder; 2. Modified IJ modules configuration in order to locate 'boot' module before jdk classes at classpath. That makes debugger navigate to correct source of the class that belongs to 'boot' module and replaces standard JDK class (standard IJ configurations add 'boot' module's content to boot class path);
37 lines
1.6 KiB
XML
37 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module relativePaths="true" type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
</content>
|
|
<orderEntry type="module" module-name="boot" />
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="util" />
|
|
<orderEntry type="module" module-name="openapi" />
|
|
<orderEntry type="library" name="Trove4j" level="project" />
|
|
<orderEntry type="library" name="OroMatcher" level="project" />
|
|
<orderEntry type="library" name="commons-collections" level="project" />
|
|
<orderEntry type="module" module-name="xml" />
|
|
<orderEntry type="module" module-name="java-runtime" />
|
|
<orderEntry type="module" module-name="lang-impl" />
|
|
<orderEntry type="module" module-name="compiler-openapi" />
|
|
<orderEntry type="module" module-name="jsp-openapi" />
|
|
<orderEntry type="module" module-name="jsp-spi" />
|
|
<orderEntry type="module" module-name="execution-openapi" />
|
|
<orderEntry type="library" name="asm" level="project" />
|
|
<orderEntry type="module" module-name="dom-openapi" />
|
|
<orderEntry type="module" module-name="dom-impl" />
|
|
<orderEntry type="module" module-name="vcs-impl" />
|
|
<orderEntry type="module" module-name="icons" />
|
|
<orderEntry type="library" name="jcip" level="project" />
|
|
</component>
|
|
<component name="copyright">
|
|
<Base>
|
|
<setting name="state" value="1" />
|
|
</Base>
|
|
</component>
|
|
</module>
|
|
|