Thomas Vultura

Avatar
  • Total activity 103
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 39
  • Created

    Setting up a dependency as a module

    I try to factor my projects into smaller sbt-based modules. Then it happens often that I am working on a project A and need to change code in one of the dependency projects (call it X). I don't wan...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Problems with CPS plugin and external build

    I'm not able to get the CPS plugin working when using external build mode; it keeps saying "unknown option: '-P:continuations:enabled'.I managed to compile and run my stuff when disabling external ...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    View Scaladoc in browser

    Is it possible to use `View -> External Documentation` with libraries that have a documentation jar with scaladoc attached? For me this option is always greyed out, while it is working with javadoc...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    How to exclude classes from having a package prefix enforced (collection.mutable, java.util)

    Reading through the commits and looking at the plugin source I thought you added support for this. E.g. you have excluded `ArrayBuffer` inside the source code of the plugin.But I cannot find a way ...
    • 3 followers
    • 3 comments
    • 0 votes
  • Created

    Search method completion by return type

    Often I invoke the completion list to view all available methods (on an object) and am looking for a particular return type. It would be great if I could somehow filter down the list by return type...
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    What is the schedule for moving to IDEA 11?

    Please tell us ahead of time how the migratition is planned (like: development switches to 11 on X, 10.5 will receive bugfixes until Y).And also once you switch over, announce it in the forum or on...
    • 3 followers
    • 2 comments
    • 0 votes
  • Created

    IDEA stopped recognizing entry points in my scala objects

    For several versions IDEA doesn't recognize objects containing a main method as executable. All my old run configs are marked invalid and I can't right-click on objects to execute them anymore. Do ...
    • 3 followers
    • 10 comments
    • 0 votes
  • Created

    Error marks in the complete body when method return type is wrong

    Currently, the complete body of a method is marked red when the return type of the method is not the specified return type.This is very annoying because when initially writing a method, everything ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Completion: factory methods vs. new

    Something that occurs quite often to me is the following.I need to create a new object of some type. But I don't know whether it is a case class/has a factory method or I have to instantiate it usi...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Problem compiling with 2.9.0: (No such file or directory)

    Hi there,after I've managed to compile my project using 2.9.0.RC4 (fixing some presumed errors that went undetected in 2.8.1), I'm confronted with the following problem:Idea outputs over 800 errors...
    • 2 followers
    • 2 comments
    • 0 votes