Pavel Fatin

- 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/ -
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... -
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. -
Created IntelliJ Scala plugin blog
Now IntelliJ Scala plugin has its own blog: http://blog.jetbrains.com/scala/ -
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... -
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... -
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... -
Created Learn about type-aware highlighting
http://confluence.jetbrains.net/display/SCA/Type-aware+highlighting -
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... -
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...