Search Discussions
-
hi I have a strange error. I can start a JUnit test in normal mode but not in debug mode. I use "Scala JUnit 4" launcher. java.lang.ClassCastException: java.lang.String cannot be cast to ...
Arnaud
Jun 17, 2016 at 10:02 am
Jun 17, 2016 at 12:29 pm -
So the code worked OK in Sbt. package DbApp import slick.driver.H2Driver.api._ import scala.concurrent.ExecutionContext.Implicits.global object DBApp extends App { //val db = ...
Rich Oliver
Jun 11, 2016 at 9:52 pm
Jun 11, 2016 at 11:50 pm -
I use worksheets a lot in my data science dev workflow. One of my key reasons for using Eclipse over IntelliJ is that currently, I can use Spark in my Eclipse Scala worksheets but not in the IntelliJ ...
Anonygrits
Jun 7, 2016 at 6:04 am
Jun 8, 2016 at 12:37 pm -
I just recently updated to the 4.4.1 version, and I've noticed that my worksheets don't do any automatic formatting (like completing the closing parenthesis, etc.) I can't actually remember if they ...
Anonygrits
Jun 7, 2016 at 6:03 am
Jun 8, 2016 at 1:55 pm -
Hello, I am trying to add Scala Features to my Eclipse product, but when I try to install from my update site I get error: Missing requirement: Scala IDE for Eclipse I can locate ...
Alex Kravets
Jun 7, 2016 at 12:23 am
Jun 7, 2016 at 12:23 am -
Hello, Update site for my product includes feature for Scala IDE. When I am trying to install from update site I get the following error: Missing requirement: Scala IDE for Eclipse Any ideas what am ...
Alex Kravets
Jun 7, 2016 at 12:23 am
Jun 7, 2016 at 2:56 pm -
I'm using SBT for developing, but it lacks debug features, so I'd like to use the Scala IDE for debugging. As for editing I'm happy with simple editor I've already have, so it is my first experience ...
Scala solist
Jun 6, 2016 at 10:04 am
Jun 15, 2016 at 7:18 am -
Hello, I installed the latest Scala IDE for Eclipse and I noticed that behavior for closing curly braces has changed. When I insert the first curly brace the closing brace is added automatically ...
MC
May 31, 2016 at 1:34 am
Jun 9, 2016 at 5:21 am -
Hello, I'm trying to use pureconfig https://github.com/melrief/pureconfig The code can compile and run using sbt, but Scala IDE 4.4.0 keep showing an error. Here is the screenshot ...
Pishen tsai
May 29, 2016 at 4:51 pm
Jun 2, 2016 at 2:24 am -
Hi. I've recently started using Scala IDE to prototype a little project and also to learn scala. It seemed to be working fine for most of the time but over the last couple of days, it's been ...
JCDClark
May 27, 2016 at 1:52 pm
May 31, 2016 at 8:29 am -
hi Is it possible to have warnings for unused imports directly in Scala editor (like Java)? I have tried "-Ywarn-unused-imports" in "Additional command line parameters" in Compiler panel but it is ...
Arnaud
May 22, 2016 at 7:54 am
May 22, 2016 at 11:48 am -
Code can be folded by clicking on the "-" sign on the left. If code is folded, the "-" is still shown and not the "+", as expected. I use Scala IDE 4.4.2 with Eclipse Mars 4.5.2 and OpenJDK 8 on ...
Boris Hollas
May 18, 2016 at 10:55 am
May 18, 2016 at 10:55 am -
My worksheets don't run all the time. When the worksheet does run, I can try to run the exact same worksheet again, and it doesn't work. I keep the println("Welcome to the Scala worksheet") at the ...
Brenn Kucey
May 18, 2016 at 7:38 am
Jun 7, 2016 at 6:03 am -
Typing :t to show the type doesn't work in the REPL. I use v 4.4.1. Is this a bug or do I need to configure something? val x = 1 x: Int = 1 :t x <console :1: error: illegal start of definition :t x ^ ...
Boris Hollas
May 17, 2016 at 5:55 am
Jun 6, 2016 at 10:57 am -
Hi I am looking for maven plugin for scala ide use. unable to get the plugin from http://alchim31.free.fr/m2e-scala/update-site Any pointers please. Thanks Binayak -- You received this message ...
Binayakd
May 15, 2016 at 2:09 am
May 15, 2016 at 6:59 am -
I was getting ready to prepare a project for 2.12, but couldn't find any 2.12 options. I see that 2.12 support was added last year (4.2). Has it been removed again? Can't find anything in the change ...
Nils Kilden-Pedersen
May 13, 2016 at 5:29 pm
May 13, 2016 at 7:16 pm -
-
Hi Everyone, Firstly - Thanks. Thanks to everyone involved in turning out a Scala IDE that only gets better with every release, sincerely. I have installed the Scala IDE as a plugin to a Eclipse ...
Gavin Baumanis
May 8, 2016 at 6:14 am
May 16, 2016 at 7:23 am -
We just released Scala IDE 4.4.1. As usual, this release can be consumed both from the regular update sites <http://scala-ide.org/download/current.html , and as a standalone Eclipse distribution ...
Scala IDE
May 5, 2016 at 2:11 pm
May 26, 2016 at 4:45 pm -
I've discovered that, unfortunately, Scala Worksheet seems to fail to execute any code if there are spaces in the project name. (This is not a space in the path on the filesystem, but on the display ...
Sarah Gerweck
Apr 25, 2016 at 11:27 pm
Apr 26, 2016 at 5:58 pm -
Hi all, I'm a seasoned dev (and long time Eclipse user) but new to Scala / sbt / Scala-IDE so the below might just be some "problem between keyboard and chair": I downloaded Scala IDE 4.4.0 ...
Attila-Mihaly Balazs
Apr 25, 2016 at 12:51 pm
Apr 25, 2016 at 4:59 pm -
Hi I'm scala building test.. test maven project is geomesa develop project used. jdk - 7 version scala - 2.11.7 version why build error I don't know... This setting is wrong? Tell me solve the ...
이승현
Apr 25, 2016 at 11:27 am
Apr 25, 2016 at 11:34 am -
Hi everyone. I currently use an Intel i5-750 processor, which has 4 cores and 4 threads, and which runs at 2.66Ghz. When I do a build of my Scala project under Eclipse, compile times are rather long ...
Jacques Lemieux
Apr 23, 2016 at 11:49 am
Apr 27, 2016 at 11:57 pm -
I'm having a problem in which I can build a Scala project enough to run or debug a class, but Scala code in an editor window is full of red underline error markers. The claimed errors seem to ...
Danielbarclay Oss
Apr 19, 2016 at 3:56 pm
Apr 20, 2016 at 7:18 am -
I recently updated from a relatively older version of Scala IDE to the latest 4.4. I love many things about it, but Scala IDE seems to have grown its own templating system somewhere along the line ...
Sarah Gerweck
Apr 16, 2016 at 5:40 am
Apr 17, 2016 at 1:19 am -
I am currently working on a not-so-small system whose server side is written in Scala with Play. Everybody here uses IntelliJ as their IDE because it has decent Scala and Play support. I really like ...
Felix Mayer
Apr 11, 2016 at 7:05 pm
May 2, 2016 at 7:52 am -
5
[scala-ide-user] Slick @StaticDatabaseConfig annotation does not compile in ScalaIDE but does in SBT
I wanted to report a bug, but didn't want to sign up for an account with Assembla. When I use this code (forked from a an activator tutorial template), it compiles fine and runs in SBT, but I get the ...Daniel Toone
Apr 6, 2016 at 5:36 pm
Apr 14, 2016 at 2:48 pm -
I've been running the latest version of Scala IDE: Build id: 4.4.0-vfinal-2016-04-01T10:15:29Z-Typesafe, and it had been running very well. However when I click on the Scala compiler menu option in ...
Rich Oliver
Apr 3, 2016 at 8:22 am
Apr 3, 2016 at 10:15 am -
Hi, I'm very new to this community, I'm a postgraduate student, my field study is graph parallel computing using Spark GraphX. Eclipse was my first thought when I started searching for an IDE to use ...
Houssem Eddine Khelili
Mar 27, 2016 at 10:02 am
Mar 28, 2016 at 8:51 am -
hi guys i am facing an issue with scala ide 4.3.0 . I downloaded a fresh copy created a new scala prpoject. I created a scala object file . I dont see any auto completion with scala doc support but i ...
Som Shankar Bhattacharyya
Mar 25, 2016 at 8:46 am
Mar 25, 2016 at 8:56 am -
Hello, I'm trying circe for Json, and the presentation compiler is reporting false errors, as soon as I tried to do... well, almost anything related to circe jsons decoder :) For example: 1. // ...
Francois
Mar 22, 2016 at 1:58 pm
Mar 23, 2016 at 10:29 am -
Hi there, We've been busy over the best part of a year rewriting a core module; a language parser based on ANTLR4 which uses Scala to define the semantic-model classes and perform validation etc. So ...
Luke Usherwood
Mar 21, 2016 at 8:04 am
Mar 25, 2016 at 2:13 am -
Great progress! It's probably the first release with a focus on improving refactoring, and I want to congratulate the team (Simon, Wieslaw, Mathias, in no particular order) for pulling this off ...
Iulian dragos
Mar 9, 2016 at 10:27 pm
Mar 18, 2016 at 8:28 pm -
The just-released 4.4 RC1 does not appear to be based on 2.11.8 either, is that correct? If so, when can we expect a 2.11.8 based RC2? Thanks, -- You received this message because you are subscribed ...
Nils Kilden-Pedersen
Mar 9, 2016 at 9:38 pm
Mar 10, 2016 at 12:51 am -
I just made a Typo: case class String(s : String) extends AnyVal As you can see a "redefined" String. This little typo lets go scala ide in circles. I had to finish workbench and correct it before ...
Karsten Droste
Mar 2, 2016 at 10:44 am
Mar 2, 2016 at 11:01 am -
I am trying to build the Spark Examples that I downloaded from: https://github.com/apache/spark The problem is I keep getting the error: [WARNING] Rule 0 ...
Sam Jones
Feb 25, 2016 at 5:37 pm
Feb 26, 2016 at 12:34 am -
Just tried to install the ScalaIDE into my Eclipse (Mars.1 Release (4.5.1) on Linux Ubuntu 15.04 x86_64) When I use the URL published on http://scala-ide.org/download/current.html which is ...
Johann Petrak
Feb 24, 2016 at 12:38 pm
Feb 24, 2016 at 8:53 pm -
Not sure if this is an Eclipse issue or a problem with Scala IDE, but for some time now have been plagued by an annoying "feature". What happens is that while editing a source file like the ...
Virtualeyes
Feb 21, 2016 at 5:23 pm
Feb 22, 2016 at 1:33 pm -
Hi I have a Java JUnit test that eventually invokes Scala code. I am able to set a breakpoint an step through the java code. However, I cant set a breakpoint or steop through the Scala code. I have ...
Pratima Nambiar
Feb 5, 2016 at 4:44 pm
Feb 7, 2016 at 12:06 pm -
Hi I have a Java JUnit test that eventually invokes some Scala code. I am able to step through the Java code. However, I cant set a breakpoint or step through the Scala code. I have the Scala IDE ...
Pratima Nambiar
Feb 5, 2016 at 4:44 pm
Feb 9, 2016 at 10:20 am -
I cannot find any option for worksheet in Eclipse Mars.I have installed Scala IDE version 4.2.x for Eclipse. I right click on my project package and click the option 'new' in the drop down list, ...
Akash Gupta
Feb 3, 2016 at 8:56 am
Feb 3, 2016 at 9:21 am -
Hi, Is there a command in Scala IDE to generate Scaladoc for a project? I understand there is most likely a way to do this via a suitably configured run configuration but I'm wondering if there is ...
Janek Bogucki
Jan 25, 2016 at 7:49 am
Jan 25, 2016 at 8:57 am -
I am using the scala-ide plugin for eclipse Luna. I get errors showing up in the ide even though the code compiles clean from the command line. I tried restarting the presentation compiler but that ...
Jack Widman
Jan 21, 2016 at 8:38 am
Apr 20, 2016 at 1:51 pm -
This still seems to be an issue. Any progress in the last 3.5 years? -- You received this message because you are subscribed to the Google Groups "Scala IDE User" group. To unsubscribe from this ...
Scott Carey
Jan 19, 2016 at 7:30 am
Jan 19, 2016 at 10:09 am -
Was trying to capture scala-ide logs to hunt down slowness of workspace build when I noticed error "failing to load class org.slf4j.impl,StaticLoggerBinder ..." in the scala-ide.log file even though ...
Colin Bester
Jan 15, 2016 at 12:42 pm
Jan 15, 2016 at 5:42 pm -
I get the error : Error: Could not find or load main class org.test.spark.SparkTest :: when i run this code in Scala IDE package org.test.sparkimport org.apache.spark.mllib.tree.DecisionTreeimport ...
Navin Manaswi
Jan 15, 2016 at 7:53 am
Jan 15, 2016 at 8:25 am -
Hi All, I thought It's a good place to propagate this information. We are organizing ScalaSphere (https://scalasphere.org/) - a Scala DevTools event and we have free invitations to give away. If you ...
Rafał Pokrywka
Jan 8, 2016 at 2:29 pm
Jan 8, 2016 at 6:20 pm -
Hi, I'm getting a compilation error that only occurs in the IDE. If I use sbt or the Eclipse project scala console it compiles fine. Also, I can see that it generates the .class file even though it ...
Renato Garcia
Jan 6, 2016 at 4:58 am
Jan 16, 2016 at 5:48 pm -
Is there any way to pause a Timeout when hitting a breakpoint with the Async debugger? I've always ended up using some sort of hacky source changes whenever I need inspect something. -- You received ...
Daniel Toone
Jan 5, 2016 at 8:37 pm
Jan 11, 2016 at 11:15 am -
Is there a build option to create JAR files from project folders? (Using Scala) Hi, im using mac and i find using sbt a bit difficult, is there any alternatives to create Jar file from project ...
Pytha goras
Dec 28, 2015 at 8:37 am
Dec 28, 2015 at 11:55 am
Group Overview
group | scala-ide-user |
categories | scala |
discussions | 655 |
posts | 3,344 |
users | 447 |
website | scala-ide.org |
irc | #scala |
Top users
Archives
- June 2016 (55)
- May 2016 (61)
- April 2016 (51)
- March 2016 (40)
- February 2016 (34)
- January 2016 (55)
- December 2015 (43)
- November 2015 (28)
- October 2015 (69)
- September 2015 (94)
- August 2015 (27)
- July 2015 (96)
- June 2015 (59)
- May 2015 (89)
- April 2015 (58)
- March 2015 (65)
- February 2015 (102)
- January 2015 (78)
- December 2014 (55)
- November 2014 (32)
- October 2014 (123)
- September 2014 (77)
- August 2014 (135)
- July 2014 (63)
- June 2014 (1)
- May 2014 (22)
- April 2014 (28)
- March 2014 (34)
- February 2014 (42)
- January 2014 (70)
- December 2013 (34)
- November 2013 (81)
- October 2013 (109)
- September 2013 (110)
- August 2013 (65)
- July 2013 (136)
- June 2013 (67)
- May 2013 (73)
- April 2013 (87)
- March 2013 (180)
- February 2013 (94)
- January 2013 (85)
- December 2012 (96)
- November 2012 (74)
- October 2012 (142)
- September 2012 (128)