Pavel Fatin
- 活动总数 547
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 227
-
创建于 A new way to compile
Info on the new compilation subsystem:http://blog.jetbrains.com/scala/2012/12/28/a-new-way-to-compile/ -
创建于 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... -
创建于 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. -
创建于 IntelliJ Scala plugin blog
Now IntelliJ Scala plugin has its own blog: http://blog.jetbrains.com/scala/ -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 Learn about type-aware highlighting
http://confluence.jetbrains.net/display/SCA/Type-aware+highlighting -
创建于 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... -
创建于 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...