From 107ba88754673e08b030b9ba1c8f4e6f1eefd13d Mon Sep 17 00:00:00 2001 From: Andrew Richards Date: Thu, 22 Feb 2018 04:15:42 +0000 Subject: GenIdea updates including a fix for #147 (#149) * extract JDK version so you don't have to keep resetting it * give modules a base path looks much nicer in IntelliJ - the module is now in bold * exclude sbt target directories stops sbt artifacts appearing in search * Fix #147 - add IntelliJ scala library * exclude root sbt project and target folders from IJ search * only resort to full long path names for jars if the name is a duplicate duplicates are hard to find unless you are pulling the same thing from different repos (therefore different path) * update GenIdea tests * tidy GenIdea --- scalalib/test/resources/gen-idea/idea_modules/iml | 6 +++--- scalalib/test/resources/gen-idea/idea_modules/root.iml | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'scalalib/test/resources/gen-idea') diff --git a/scalalib/test/resources/gen-idea/idea_modules/iml b/scalalib/test/resources/gen-idea/idea_modules/iml index 10c9fe26..1fe9be83 100644 --- a/scalalib/test/resources/gen-idea/idea_modules/iml +++ b/scalalib/test/resources/gen-idea/idea_modules/iml @@ -2,14 +2,14 @@ - + - - + + diff --git a/scalalib/test/resources/gen-idea/idea_modules/root.iml b/scalalib/test/resources/gen-idea/idea_modules/root.iml index dcf5f7fc..46fd8c3b 100644 --- a/scalalib/test/resources/gen-idea/idea_modules/root.iml +++ b/scalalib/test/resources/gen-idea/idea_modules/root.iml @@ -1,7 +1,10 @@ - + + + + -- cgit v1.2.3