Konstantinos Kougios

- Total activity 98
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 30
-
Created how to find the Module of a VirtualFile?
I've a VirtualFileEvent from VirtualFileManager.getInstance.addVirtualFileListener() but I can't trace the Module for the VirtualFile, searching on these forums revealed nogood way, so what's the b... -
Created dependency injection for menu / AnAction
How can I inject a component into an AnAction instance and how does DI work for plugin development? -
Created java: javacTask: source release 8 requires target release 1.8 (sbt project)
I have an sbt project:name := "experiments"scalaVersion := "2.10.4"javacOptions ++= Seq("-source", "1.8","-target","1.8")version := "1.0"This imports ok and I can see in the java compiler settings ... -
Created sbt modules, doesn't detect source folders
I created an sbt project and then added an other sbt module. For the sbt module, src/main/scala folder didn't exist, so I created it manually. Even so, intellij didn't detect it as a source folder.... -
Created 16 core workstation, 16GB RAM, multi module java/scala project, how to speed up compilation
I.e. when I do a clean build, 1-2 cores are used during compilation (I've enabled "compile independent projects in parallel"). Is there something I can do to use more processors and speed up compil... -
Created Scala compiler breaks groovy module
I'm working on a multi-module project. Some modules are scala based and some java & groovy. The groovy modules depend on scala & java modules. Hence intellij sets the scala module for the groovy pr... -
Created 12.1.1 : no parallel compilation for scala projects slows down 2x the compilation
Scala projects can't be compiled with the parallel compilation flag on.Is there a workaround for that (except than reverting to 12.0.x)?Rebuilding my project now takes 9 minutes instead of 4 that i... -
Created IntelliJ 12: running it on X via ssh, ide getting stuck
I am connecting remotelly to my PC viassh -C -o CompressionLevel=9 -X MY_PC_IPand then running idea. It starts and I can see the ide window and everything. But as soon as a popup window is about to... -
Created maven and path variables issue
I am trying to create a path variable VM_PARAMS with a value of :-Dprop1=v1 -Dprop2=v2 -D.....I got a lot of properties and I need them in 1 place.Now I can use this variable to create java run con... -
Created mvn multimodule project: "ignoring" modules classpath issue
I've a multimodule project with a parent pom andchildren modules like:parent : child1 child2 depends on child1... many more modulesWhen I was using eclipse, I tend to install child1 to .m2 and th...