Plugin 0.5.417 broken auto import

I can't be sure but I think the plugin published yesterday might have broken the auto import of classes in the standard java library.

Anyone else seeing this or is a problem with my setup?

Thanks, Nick.

0

Can you add some specific examples to check?

Best regards,
Alexander Podkhalyuzin.

0
Avatar
Permanently deleted user

Sure:

{code}

object Scratch {
  def main(args:Array[String]) {

    val f = new File()

  }
}
{code}


I don't see any popup to let me import the File class.

0

Yes, thank you, same for me. Ok, then I'll upload new plugin version tomorrow with this problem fix.

Best regards,
Alexander Podkhalyuzin.

0
Avatar
Permanently deleted user

Cool, thanks for the quick turnaround.

Nick.

0
Avatar
Permanently deleted user

cough cough :)

0

Fix was added yesterday. Nightly build is here: http://confluence.jetbrains.net/display/SCA/Scala+Plugin+Nightly+Builds+for+Nika
The same build (0.5.428) will be available to install from plugin manager (I hope it will be today, but it depends not only from me).

Best regards,
Alexander Podkhalyuzin.

0

0.5.427 is available from plugin manager now.

Best regards,
Alexander Podkhalyuzin.

0
Avatar
Permanently deleted user

thanks

0

请先登录再写评论。