Skip to main content

All Questions

0 votes
1 answer
68 views

Scala Script works in REPL but it fails on Scala IDE

I am new on Scala, I am test a script for converting measurements. it implement by implicit objects. I prepared it using REPL but when I tried to use in Eclipse Scala IDE there is a error indicats ...
dannisis's user avatar
  • 472
0 votes
0 answers
320 views

SBT - Scala version mismatch

I have the latest Scala IDE 3.0 installed on Eclipse 4.2.2 I installed the latest SBT using brew install sbt When I run SBT and type the command console this is what I get > console [info] ...
Nabegh's user avatar
  • 3,299
1 vote
1 answer
736 views

How to change background color in REPL in Eclipse's Scala plugin?

How to change background color in REPL in Eclipse's Scala plugin? My Scala syntax coloring scheme is configured to work with a dark background and is currently unusable with the REPL's white ...
Lukasz Gieron's user avatar