Hanns Holger Rutz

- Total activity 212
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 74
-
Edited Can't register FileEditorProvider that handles directories?
So I want to handle directories with extension `.mllt`. I already registered a `FileTypeFactory`, and now I'm trying to use a `FileEditorProvider`. I monitored the invocation `accept` calls, and it... -
Created How to populate a project with a new virtual file system?
I'm trying to describe what I aim to achieve, and I need advise if this is feasable and how. So I have my `ProjectTemplate` and my `ModuleBuilder`. I would like my project root not to be a 1:1 refl... -
Created "quasi-headless" Scala editor?
Hi there, I want to evaluate the possibility of integrating as much of the Scala plugin / code editor in my own (non-IDEA based) "IDE" or desktop application. Does the API offer a way to initialise... -
Created "Can't register given path of type 'RESOURCE' because it's out of content root"
Hi,I am having trouble importing an sbt project with the following build file: https://github.com/Sciss/weblaf/blob/sbtfied/build.sbtThe error I'm getting is this:[ 254166] WARN - nal.AbstractExt... -
Created Resources are not on class path of run configs (sbt projects)
I noticed that none of my `src/main/resources` is found with the run configs created by IDEA. If I start my project via `sbt run` from the terminal, the class path is correct. Should I file a bug r... -
Created New plug-in 1.3 - open project: NoSuchMethodError: sbt.ModuleReport.<init>
Hi,just updated to CE 14.0.3 and Scala Plug-In 1.3. This is what I get when I open a project:Error:Error while importing SBT project:... at sbt.MainLoop$$anonfun$runWithNewLog$1.apply(MainLoop.s... -
Created sbt-imported project: libraryDependencies not seen by Java code
There seems to be a problem with sbt based projects that are purely Java: The `libraryDependencies` are not seen by the compiler. For example:autoScalaLibrary := falsecrossPaths := falsemainC... -
Created sbt-build has eviction bug / duplicate libraries
Hi,there is a severe problem with the built-in sbt compilation / dependency-model. I have a library A that is published with a dependency on library B version 1.7.0. Now I have an application C tha... -
Created Another caching (?) problem, "invalid dependency detected"
hi,I'm having more "caching" problems with sbt-idea support. For example:Error:(129, 36) missing or invalid dependency detected while loading class file 'NodeGraph.class'.Could not access term topo... -
Created sbt-imported project: scalacOptions not updated?
hi,I have more problems with the sbt-imported / auto-import projects.I had, tentatively added the following flags to my build.sbt: -Xlint and -Xfatal-warnings. Now these produce a couple of stupid ...