Pavel Fatin

Avatar
  • Total activity 547
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 227
  • Created

    A new way to compile

    Info on the new compilation subsystem:http://blog.jetbrains.com/scala/2012/12/28/a-new-way-to-compile/
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Collection type highlighting (poll)

    Though I like the concept of collection mutability differentiation per se, the current implementation has several flaws: There's too much of unnecessary noise for immutable code. Highlighting is ex...
    • 5 followers
    • 10 comments
    • 0 votes
  • Created

    Sclathon suggestions

    As we're going to attend Scalathon to represent the Scala plugin for IntelliJ IDEA, suggestions on the hackathon and our presentation are welcome.
    • 3 followers
    • 2 comments
    • 0 votes
  • Created

    IntelliJ Scala plugin blog

    Now IntelliJ Scala plugin has its own blog: http://blog.jetbrains.com/scala/
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    New stable versions of Scala plugin released

    We've released new stable versions of Scala plugin (including a version for IDEA 10.5).New features: Type-aware highlighting Introduce Parameter refactoring By-name arguments highlighting 15 method...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Highlighting of arguments to by-name parameters

    In Scala it's not always obvious when some expression is an argument to a by-name parameter.New highlighting helps to easily spot such expression:Scala plugin 0.4.670 or later is required (download...
    • 6 followers
    • 8 comments
    • 0 votes
  • Created

    Signature matters! Control side effects with 15 new method signature inspections.

    In Scala, method signature semantics goes beyond method name, parameters and result type.The signature can also tell about whether a method has side effects, or whether a method represents a proper...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Learn about type-aware highlighting

    http://confluence.jetbrains.net/display/SCA/Type-aware+highlighting
    • 3 followers
    • 3 comments
    • 0 votes
  • Created

    Project configuration explained

    Although the work on new Scala project configuration is still in progress, here's a brief clarification. A module that requires compiling with Scalac should have a Scala facet attached. Facet refer...
    • 7 followers
    • 22 comments
    • 0 votes
  • Created

    Project configuration redesign [OUTDATED INFO]

    A lot of feedback (tracker, forum, twitter, blogs) suggest that the legacy (facet-based) way of configuring Scala in IDEA is too confusing for most new users. Moreover, such approach has several in...
    • 5 followers
    • 11 comments
    • 0 votes