Closed datalogics-kam closed 7 years ago
Thanks!
Thanks for such a quick fix! I'd like to try i tout. I'm trying to build the plugin myself, but I'm having trouble with it. I'm not really an expert.
Is there a good set of build instructions? Or could you push out a release?
It works! Most excellent! Thank you.
IntelliJ IDEA 2017.1 Build #IC-171.3780.107, built on March 22, 2017 JRE: 1.8.0_112-release-736-b13 x86_64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Mac OS X 10.12.4
Thanks for the plugin! It's allowing me to set up one of our projects to work with both Eclipse and Intellij IDEA. Not having to conform two different formatting systems is a real help.
If I use the
org.eclipse.jdt.ui.prefs
file containing this line......then the catchall imports (from, say
mockit.*
) go at the end, instead of beforeorg
(note the two semicolons with nothing between them).But, if I export the import order from Eclipse, and use the resulting file that looks like this:
...it works.
Basically I tried all the things, and this workaround works for me. Hopefully the report will be useful.