Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Pavel Fatin
Total activity
547
Last activity
June 29, 2018 11:43
Member since
January 29, 2010 12:16
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
227
Activity overview
Posts (11)
Comments (309)
Sort by recent activity
Recent activity
Votes
Created
August 25, 2010 14:45
It looks like you have no Scala standard library in module dependencies.To make sure that the problem have nothing to do with parsing, try to run a script like "println(List(1, 2, 3))"Please, use t...
Community
Scala
Scala newbie: ide not properly parsing simple .scala class
0 votes
Created
August 06, 2010 10:38
There's a dilemma here: normal users want configuration to be simple (zero-configuration is an ideal one); most setting are predictable and uniform, thus we can catch and report all "errors" advan...
Community
Scala
Project configuration explained
0 votes
Created
August 06, 2010 21:23
All Maven dependencies should be handled automatically."Corruption" looks like some bug with character encoding, that is hardly related to Scala plugin itself.SCL-2088 assigne changed, I hope the i...
Community
Scala
Project configuration explained
0 votes
Created
August 08, 2010 10:24
Dependency is a claim that your code wants to use classes from a library, it have nothing to do with compilation.So, the following declaration adds Scala compiler classes to your project classpath:...
Community
Scala
Project configuration explained
0 votes
Created
August 08, 2010 10:30
There's "all-or-none" wizard only.Either delete a facet from a module and run "Add framework support..." wizard, or manually create a library with "scala-compiler.jar" and "scala-library.jar" attac...
Community
Scala
Project configuration explained
0 votes
Created
August 11, 2010 13:15
Global Scala compiler settings will be removed soon.Several places for the compiler settings is an excessive complication. The same is true for inheritance of global (system-wide) settings by modul...
Community
Scala
Project configuration explained
0 votes
Created
December 22, 2010 19:43
I've created "daily nighty build" (393) that should fix the problem: http://confluence.jetbrains.net/display/SCA/Scala+Plugin+Nightly+Builds+for+IDEA+X
Community
Scala
plugin failure between 378 and 382
0 votes
Created
December 18, 2010 16:18
done: language injection annotation for vals, vars, assignments and class parameterstodo: method and constructor parameters
Community
Scala
Using Language Injection in Scala Code
0 votes
Created
December 03, 2010 12:19
The same issue is here.
Community
Scala
cannot add Scala facet in latest Idea build
0 votes
Created
November 28, 2010 09:08
Not that it's impossible to develop a plugin for IDEA 9, but while some parts of IDEA X API become incompatible with API of IDEA 9, we have to choose a version to "link" our code with. Because Scal...
Community
Scala
Which version for Intellij 9.0.x ?
0 votes
«
First
‹
Previous
Next
›
Last
»