Questions tagged [scala-ide]

The Scala IDE is the Eclipse plugin for Scala

The Scala IDE is the Eclipse plugin for Scala.

The official homepage is scala-ide.org.

To raise bugs against the Scala IDE, see Assembla bug tracker.

If you wish to contribute to scala-ide, see scala-ide on github.

339 questions
1
vote
1 answer

Scala-IDE 3.0: 2.9.2 -> 2.10.0

I installed scala-IDE 3.0 on my Linux VM and after the installation the new version converted all my scala projects to 2.10.0. How do I manage the scala version from eclipse on a project by project basis. scala-IDE 3.0 is claimed to be both 2.9.2…
comamitc
  • 831
  • 1
  • 9
  • 14
1
vote
0 answers

making changes in the lift app in eclipse

I am working with lift webframe work integrated with eclipse. I have downloaded one sample app from github and now I'm trying to add more lines to it. If any error occured in the project, the localhost:8080 showing some errors even after I have…
isc
  • 526
  • 1
  • 5
  • 17
1
vote
1 answer

jvm-1.6 is not a valid choice for -target in eclipse

I imported an android App written in Scala to eclipse but I got this error when I tried to run it: 'jvm-1.6' is not a valid choice for '-target' Does anyone know how to fix this?
James
  • 11
  • 2
1
vote
1 answer

Unable to install Scala IDE plug-in for Eclipse Juno

I tried installing the following plugin for Eclipse Juno M20120914-1800: http://download.scala-ide.org/nightly-scala-ide-3.0.x-210x Am running Mountain Lion (OS X 10.8.2) and my Java & Scala versions are as follows: java version "1.6.0_41" Java(TM)…
PacificNW_Lover
  • 4,746
  • 31
  • 90
  • 144
1
vote
1 answer

Play 2.0 eclipsify command removes Scala nature

I have added Scala nature to play project in eclipse by project->configure->add scala nature. If I call the eclipsify command then it converts the eclipse project nature back to Java. I am using Play Framework version 2.04. I have updated the Scala…
Necip
  • 13
  • 1
  • 3
1
vote
1 answer

Compile Play templates on save

How can I tell Play to compile templates immediately after saving the template file? This would be useful to pick up changes of template constructor without leaving Eclipse to hit refresh in the browser.
deamon
  • 89,107
  • 111
  • 320
  • 448
1
vote
1 answer

When Package Explorer is pinned open Eclipse takes a long time to redraw itself when restored

I'm out of ideas so I'm posing the question to StackOverflow. I recently started a scala project. I setup Eclipse 3.7.2 on Windows 7 and downloaded the latest stable release of the Scala IDE 2.0.2. The problem I'm experiencing is that when the…
Sean Glover
  • 1,766
  • 18
  • 31
1
vote
1 answer

How to get only some files to the Eclipse 'Package Explorer' tree (for Scala)

I find the "Package Explorer" or "Project Explorer" (are they the same?) in Eclipse Juno weird. In IDEs s.a. Visual Studio and XCode, I can select which files are "in the project" and thus shown in the IDE tree view. With Eclipse Juno, I get all the…
akauppi
  • 17,018
  • 15
  • 95
  • 120
1
vote
1 answer

Is there a way to compile with Java 7 in Scala IDE?

I downloaded Typesafe's Scala IDE bundle, and now I try to make it work with my project, which uses Scala 2.9.2 and Java 7. My problem is, Eclipse still compiles it with Java 6, and I get those nasty errors about javax.swing.JComboBox does not take…
Rogach
  • 26,050
  • 21
  • 93
  • 172
1
vote
3 answers

How to configure scaladoc in eclipse juno?

I'm new to scala. I've installed the nightly build since I use eclipse juno. The problem I'm facing is I do not see scaladoc when the cursor is on a class/trait and I press F2(like in java).
Harshal Kshatriya
  • 5,630
  • 11
  • 44
  • 60
1
vote
1 answer

Unable to save after editing eclipse.ini (OS Ubuntu 12.04 LTS). How to make changes in eclipse.ini file or in anyother .ini file?

Unable to save after editing eclipse.ini (OS Ubuntu 12.04 LTS). How to make changes in eclipse.ini file or in anyother .ini file? Eclipse and Scala IDE requires to set Heap Size atleat to 1024 MB. Current Heap size shows 371MB So I need to modify…
Optimight
  • 2,989
  • 6
  • 30
  • 48
1
vote
3 answers

Scala error defining object

I've been trying to get a Scala hello world example running on Eclipse using the Scala plugin. Writing the following: package scala_test object Test { def main(args: Array[String]) { println("Hello, World") } } produces the following…
user1419636
0
votes
1 answer

Different color for Types/methods in syntax highlighting in Eclipse for Scala

Is anyone able to use Scala IDE in Eclipse with syntax highlighting showing different colors for types and methods definition? For me, variables/values, method definitions and class names are all same color no matter what. I would really like…
Felipe Hummel
  • 4,674
  • 5
  • 32
  • 35
0
votes
5 answers

Play framework 2.0, Eclipse Helios, Scala IDE 2.0 plugin - Getting build errors out of the box

I'm trying out 'Play Framework 2.0' on Scala IDE plugin 2.0, for Eclipse Helios (fully supported by Scala IDE plugin). When I create a play application and choose Scala template, it does work. That is,"play run". When running 'play eclipsify' and…
jsidlosky
  • 407
  • 1
  • 5
  • 17
0
votes
1 answer

Scala plugin and Rational Developer for System z with Java not working

Hi all you clever people. I'm a Scala enthusiast which fully believe in Scala as a tool which will raise productivity, compared to Java in many areas. I have been a happy user of the eclipse scala plugin for some time. However now the time has come…
StefanE
  • 817
  • 6
  • 20