Hanns Holger Rutz
- 活动总数 212
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 74
-
-
Hanns Holger Rutz 进行了评论, -
-
Hanns Holger Rutz 创建了一个帖子, 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... -
Hanns Holger Rutz 创建了一个帖子, 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... -
Hanns Holger Rutz 创建了一个帖子, "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... -
Hanns Holger Rutz 创建了一个帖子, "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... -
Hanns Holger Rutz 创建了一个帖子, 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... -
Hanns Holger Rutz 创建了一个帖子, 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... -
Hanns Holger Rutz 创建了一个帖子, 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...