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
0
votes
0 answers

Scala IDE(Eclipse) not picking up the latest code

I have just started with scala plugin for Eclipse(Mars)and was able to run some example programs. I then modified one of the programs and tried to run it. Strangely the IDE is still running an older version of code and doesn't reflect the changes I…
Tariq
  • 34,076
  • 8
  • 57
  • 79
0
votes
0 answers

Could not find or load main class in eclipse using maven and scala

I am using the Scala IDE. I have created one Scala project and wrote simple scala object i.e. object Test { def main(args: Array[String]): Unit = { eprintln("hi") }} It's running as expected. After that I have converted my project to a maven…
Sai
  • 1,075
  • 5
  • 31
  • 58
0
votes
2 answers

Not able to import Specs2 in eclipse (scala-ide) project

Kindly consider if there's something very stupid I am missing, I am very new to this. Creating this example on Eclipse (Scala-ide). When I create the CorrelationJobTest.scala class, there's a problem in importing classes from specs2 package. import…
Piyush Shrivastava
  • 1,046
  • 2
  • 16
  • 43
0
votes
1 answer

Testing playframework 2.4 with spring-data injection out of Eclipse Scala IDE

I want to learn and try to set up a project using play framework 2.4 JAVA Spring data Eclipse IDE I took 'my inspiration' from play-scala-spring-data-jpa showing how to load spring data via guice. multiproject showing sub-project configuration…
ITL
  • 422
  • 1
  • 5
  • 17
0
votes
0 answers

Rescuing eclipse from bad workspace/project data

I would like to take a step backwards opening eclipse without it automatically opening the source files which were last open, nor the projects which were last loaded, I have reason to believe this might clear it all up. Motivation being that as of…
matanster
  • 15,072
  • 19
  • 88
  • 167
0
votes
1 answer

install scala 2.10.4 plugin on scalaide

I installed scalaIDE on ubuntu. as installed, it has both scala 2.11.6 and 2.10.5 build in. The version I need is 2.10.4. How do I add that version into scalaIDE?
bhomass
  • 3,414
  • 8
  • 45
  • 75
0
votes
1 answer

ScalaTest option not available under "Run As" Menu in Scala IDE

I have recently switched computers and am trying to get ScalaTest to run in my ScalaIDE again. When I right click on the file in the project explorer, or when I right click on the code in the editor, I can see the "Run As" option in the drop down…
rhamilton
  • 473
  • 3
  • 13
0
votes
1 answer

Filtering eclipse's project explorer view from library entries

How can I remove those lines shaded in blue? Working with multiple open projects in eclipse becomes a nightmare with this verbosity... it is very hard to navigate between the projects' sources with this excessive screen estate.
matanster
  • 15,072
  • 19
  • 88
  • 167
0
votes
1 answer

Why is my System.out.println not printing anything in my eclipse plugin?

Using eclipse PDE, I'm running into this very strange error. I start up my plugin by right clicking on the project, Run As -> Eclipse Application. The target eclipse seems to start up just fine, and in my development eclipse, a console view shows up…
Verdagon
  • 2,456
  • 3
  • 22
  • 36
0
votes
0 answers

Scala IDE 4.1 and SBT

We have a project that uses Scala macros. Scala IDE 4.1 supports Scopes to ease compilation of projects with macros. However, when I use sbt eclipse, the generated project does not show macros as a source folder and does not create separate outputs…
Wickoo
  • 6,745
  • 5
  • 32
  • 45
0
votes
2 answers

eclipse scala IDE doc - automatic insert of @param and @author tags

Hi I am looking how to add such tags automatically when i type /** on any class or methods. for example in java you automatically gets following when you type /** and press enter on method. /** * * @param str */ public static…
nir
  • 3,743
  • 4
  • 39
  • 63
0
votes
1 answer

Error while adding SCALA IDE with eclipse juno

I get the Following Error while installing plugin of SCALA IDE. The same happened for Eclipse Juno and Eclipse Juno(ADT) Cannot complete the install because one or more required items could not be found. Software being installed: Scala IDE for…
Rituraj Singh
  • 579
  • 1
  • 5
  • 16
0
votes
1 answer

scala script execution in IDE

I have just started Scala programming. This is basic example which is most popular I believe. I am using Eclipse Scala IDE. I don't understand what type of file I should create for Scala Script from Menu. Is Scala script a Scala File or Scala Class…
chandra
  • 1
  • 1
0
votes
1 answer

Where do I find and install the template editor for ScalaIDE?

From the searching I've done, I've managed to find these two links that are relevant: Answered question on Stack Overflow that is similar to mine The problem with the first link is that the answer doesn't explain how to find and install the template…
Greg
  • 441
  • 3
  • 7
0
votes
1 answer

Text mining with Scala

I have a .txt file with the following data: L666371 +++$+++ u9030 +++$+++ m616 +++$+++ DURNFORD +++$+++ Lord Chelmsford seems to want me to stay back with my Basutos. L666370 +++$+++ u9034 +++$+++ m616 +++$+++ VEREKER +++$+++ I'm to take the Sikali…