Place light classes finder before standard PsiElementFinderImpl

Source elements should have priority over libraries.
This commit is contained in:
Nikolay Krasko
2015-05-08 16:22:27 +03:00
parent 6f4cae03fe
commit 3c7e7ffda6
12 changed files with 152 additions and 22 deletions
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="xUTF-8"?>
<module 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="jdk" jdkName="IDEA_JDK" jdkType="JavaSDK" />
<orderEntry type="module" module-name="module2" />
</component>
</module>