Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Eugene Vigdorchik
Follow
New posts
New posts and comments
Total activity
25
Last activity
January 17, 2016 16:18
Member since
June 11, 2008 14:01
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
11
Activity overview
Posts (1)
Comments (13)
Sort by recent activity
Recent activity
Votes
Created
May 11, 2011 09:33
Well, if you think the compiler has problems, why don't you write the test that demonstrates the problem? Otherwise I don't think there's going to be any activity on the presentation compiler fron...
Community
Scala
Latest Scala IDE for Eclipse uses new compiler interface
0 votes
Created
May 10, 2011 19:36
Hi Alex,Sorry to hear that IntelliJ failed to incorporate the presentation compiler. Eclipse is currently stable and doesn't require presentation compiler restart. So something might be different/n...
Community
Scala
Latest Scala IDE for Eclipse uses new compiler interface
0 votes
Created
September 08, 2010 19:08
http://confluence.jetbrains.net/display/SCA/Scala+Plugin+Nightly+Builds+for+MaiaOr there's a link to idea X version from that page. The sky is blue, you see?:)
Community
Scala
cannot call java-method from scala class
0 votes
Created
September 08, 2010 16:27
If the method is not public chances are it was fixed yesterday:)
Community
Scala
cannot call java-method from scala class
0 votes
Created
October 24, 2009 17:30
Some thoughts on the subject:1) There could be software bugs that could yield invalid caches. In this case some consistency check could be run on startup (asynchronously) to verify it. This could i...
Community
IntelliJ IDEA Users
How to improve the performance to rebuild index?
0 votes
Created
May 15, 2009 20:11
Alexander,the first example is just an example of a general method type parameters type inference:def apply [A](xs : A*) : List[A]So if you implement a general case, then it should be picked automa...
Community
Scala
type inference+auto-completion in trivial scenarios stopped working?
0 votes
Created
January 20, 2009 07:44
The performance of foreach for arrays is kind of optimal if jit is not dumb enough which is probably true. Let's consider the example java code:void foo(Integer[] is) { for (Integer i : is) { S...
Community
IntelliJ IDEA Users
what is faster - for or foreach?
0 votes
Created
November 28, 2008 09:12
You can have the dependencies both ways as far as compilation is concerned (we launch scalac externally, giving it the full source/classpath). However when highlighting java code that uses scala yo...
Community
Scala
Using mixed Java and Scala source - where to start?
0 votes
Created
November 25, 2008 21:37
Hello, Wallaby,Thank you for your suggestions. We'll try to fix the bugs in the first place, but Ctrl-P feature seems really high-priority and we'll try to add it soon. The development is basically...
Community
Scala
Wishlist :)
0 votes
Created
July 01, 2008 13:25
The feature you ask works for smart completion only, i.e. if you type List l = new then you are presented with ArrayList]]> variant. Otherwise if String is not known from the context, then it seem...
Community
IntelliJ IDEA Users
Generics
0 votes
1
2
›
»