IDEA-56893 Right line in editor not rendered properly after unfolding.

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);
This commit is contained in:
Denis Zhdanov
2010-09-30 16:19:43 +04:00
parent de4629ea53
commit ff551849ae
8 changed files with 69 additions and 6 deletions
+1 -1
View File
@@ -5,6 +5,7 @@
<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" />
@@ -19,7 +20,6 @@
<orderEntry type="module" module-name="jsp-openapi" />
<orderEntry type="module" module-name="jsp-spi" />
<orderEntry type="module" module-name="execution-openapi" />
<orderEntry type="module" module-name="boot" />
<orderEntry type="library" name="asm" level="project" />
<orderEntry type="module" module-name="dom-openapi" />
<orderEntry type="module" module-name="dom-impl" />