You cannot post messages because only members can post, and you are not currently a member.
Description:
For questions and discussion of the Scala IDE for Eclipse. Aimed at users of the Scala IDE for Eclipse. For discussion of the internals and contributions see scala-ide-dev
|
|
|
scala-ide not formatting source
|
| |
I am (and have been for awhile) using Eclipse Juno with Scala-Ide 3 (from [link]) and scala 2.10 and am developing on a mac. I have a project with numerous files but two of them will not format no matter what I try. I have even tried cutting text, placing into a pure text... more »
|
|
New scala debugger for AndroidProguardScala plugin?
|
| |
Hi dear colleagues,
I have a project under android where I use the AndroidProguardScala plugin from Moore.
When I debug a scala application, I am able to use the new scala debugger,
however, this option does not show in my configuration "Android application". How can I enforce the use of the scala debugger for my... more »
|
|
Can't use "case classes" from Java in Eclipse
|
| |
Hi, I have something like this in Scala: ...sealed trait BasicMessage ...And I know that if I want to use GetIP from Java, I have to do something like: import com.messages.GetIP$; GetIP$.MODULE$ However, Eclipse stay saying error on the import statement in the Java code. And so when I'm accesing to GetIP$ later on.... more »
|
|
Some problems / bugs with Scala IDE for Eclipse
|
| |
Hi, first, thank you for providing Scala IDE for Eclipse to the community. Working with it is much fun for us. We are using Scala IDE Version 3.0.0.rc3-2. We have the following small problems and I would like to ask whether they are already known or if there are any workarounds: 1. We have a mixed Java/Scala project. Our Java indent setting is to use 4... more »
|
|
Play2 v0.2.0 for Eclipse released!
|
| |
The Scala IDE team is happy to announce a new preview release of the Play2 support plugin in Scala IDE for Eclipse!
In this release we focused on improving the route file support: * code completion for every section of the route file
* rename refactoring for URLs
* hyperlinking to controller methods for Scala too... more »
|
|
New run configuration generated for each run?
|
| |
Hi, I've been using the Scala IDE plugin (3.0.0-rc3-2) with Eclipse 4.2.2 on my Mac 10.6.8. I don't know whether this is normal behaviour but every time I run one of my Scala programs (by either pressing the green run button or using the right-click run as Scala Application method) it adds a new run... more »
|
|
Should I be able to hover-over and see ScalaDoc in Scala-IDE?
|
| |
I'm new to Scala and Scala-IDE, but it was my expectation that it would work in a manner very similar to how the Java editor works. In my little "Hello" application, I am surprised that I cannot see the ScalaDocs for print, println, etc when I hover-over a function call. Is this correct or did I dork my deployment somehow?... more »
|
|
Sharing my IDE Splash
|
| |
Thought I'd share the Splash screen I'm using when booting up Eclipse. "Dirty Idea Toolmaker" may not be your cup of tea, but if you have a better tagline I can change it. If anyone knows the original author of that background I do want to credit them. J
|
|
"too many arguments for method copyMemory: " in
|
| |
Hi, I tried the following scala code with eclipse "Scala IDE build of Eclipse SDK Build id: 3.0.0-vfinal-20130326-1453-Typ esafe" under Ubuntu LTS 12.03 object T extends App { val unsafe: sun.misc.Unsafe = { val unsafeField = classOf[sun.misc.Unsafe].getDe claredField("theUnsafe") unsafeField.setAccessible(true )... more »
|
|
|