peterkovac

- Total activity 66
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 22
-
peterkovac created a post, is scalatest 1.0 supported?
dear jetbrains team,i am trying to use scalatest 1.0 with a 2.7.5 project but i get the following exception:Exception in thread "main" java.lang.IllegalArgumentException: Cannot specify an F (prese... -
peterkovac created a post, "Wrong access to private or protected members now marked red" is not working properly
dear jetbrains team,given the simple example below intellij marks "serve" with red saying "element serve has private access from this place" even though it compiles (and runs) just fine.class MyLis... -
peterkovac created a post, project view is buggy in the latest maia scala plugins?
Hi all,I am not sure if it is just me but in the recent maia scala plugins the project view became unusable for scala packages:- scala packages with classes/traits in them sometimes can not be unf... -
peterkovac created a post, plugin 0.2.25499 (maia10558) throws Compiler internal errors
Dear JetBrains Team,I am getting Compiler internal errors after upgrading from 0.2.25444 (9m1) to 0.2.25499(maia10558). (the same classes compiled with 0.2.25444)I tried to empty my cache etc. et... -
-
-
peterkovac created a post, background indexing in Maia?
Dear JetBrains Team,Could you please elaborate on the background indexing feature?As far as I can tell the startup procedure is the same as in Diana (splash screen, "loading components" pop up, "sc... -
peterkovac created a post, Maia support?
Dear JetBrains Team,Could you please tell when support for Maia is going to be available?Thanks in advance, Peter -
peterkovac created a post, type inference+auto-completion in trivial scenarios stopped working?
my setup:--------------------------------diana9843-os x-jdk 1.5-scala plugin - latest (0.2.24088)-project is using maven+scala 2.7.4- auto completion for java libs (while editing scala) seems to b... -
peterkovac created a post, annotation on primary constructor blows up intellij
Dear Dev Team,I am using scala with Guice and when I tried to set an annotation on the primary constructor it blew up intellij completelyhere is the ticket:http://www.jetbrains.net/jira/browse/SCL-...