Yes, Scala is few orders of power more complicated rather Java
I stepped away from Scala-IDE for a year and came back just this week. But still no ScalaDoc hover-over in the Scala-IDE? Really? I'm running the Scala-IDE in Eclipse Kepler. I see this as a feature of Scala-IDE 3.0 (http://scala-ide.org/docs/current-user-doc/features/typingviewing/javadoc.html) but I don't seem to get the function on my machine. Where did I go wrong?
To view this discussion on the web visit https://groups.google.com/d/msgid/scala-ide-user/b92fdca5-5fdc-4c89-b7fe-80411bfc8412%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It is still not implemented or better: it is implemented but still doesn't work in a manner that it could be merged to master.
On 05/30/2014 01:48 AM, Robert Kuhar wrote:
I stepped away from Scala-IDE for a year and came back just this week. But still no ScalaDoc hover-over in the Scala-IDE? Really? I'm running the Scala-IDE in Eclipse Kepler. I see this as a feature of Scala-IDE 3.0 (http://scala-ide.org/docs/current-user-doc/features/typingviewing/javadoc.html) but I don't seem to get the function on my machine. Where did I go wrong?
One of the main problems is that the UI code of Eclipse is horrible designed - it is practically impossible to extend it with all the features an IDE needs to provide. I know, this is no excuse that it is still not working, but that is the current situation. I tried it several times to get the UI integration to work, but always failed so far due to the complexity. And I don't want to see an implementation to be merged that shows you a black window box with ugly unformatted text.
To view this discussion on the web visit https://groups.google.com/d/msgid/scala-ide-user/5387CFA5.9000801%40antoras.de.
I stepped away from Scala-IDE for a year and came back just this week. But still no ScalaDoc hover-over in the Scala-IDE? Really? I'm running the Scala-IDE in Eclipse Kepler. I see this as a feature of Scala-IDE 3.0 (http://scala-ide.org/docs/current-user-doc/features/typingviewing/javadoc.html) but I don't seem to get the function on my machine. Where did I go wrong?
To view this discussion on the web visit https://groups.google.com/d/msgid/scala-ide-user/b92fdca5-5fdc-4c89-b7fe-80411bfc8412%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/scala-ide-user/CAOwe9fYAKqU3Vy33BPMmxDdgUqh0OOFW%2BPWy0ViuEde4LCs%3DfA%40mail.gmail.com.
It seems there are two different problem: Scala methods not showing in the Javadoc view; and scala editors not showing any javadoc (even for Java APIs) on hover.
To view this discussion on the web visit https://groups.google.com/d/msgid/scala-ide-user/CANpg8PB0YBRyiFKLFJ1Un9aEOLyripyE%3DXhicbFtVqCOxFrV%2BA%40mail.gmail.com.
Hi
In Eclipse in a Maven Java project (having the M and the J letter marking in the Package Explorer), when I hover over a reference to a scala class, trait or function the generated javadoc is automatically displayed in a tooltip and if the cursor is on the reference and I press F2 (in my keymapping) then the tooltip is open without using the mouse.
When I do the same in a Maven Scala (mixed java/scala) project then nothing happens on mouse over and using the cursor and pressing F2 opens a tooltip with a text saying "Occurences of 'xxx'" where xxx is my class trait or function name.
What may cause behavior and can I do anything about it to make it work?
To view this discussion on the web visit https://groups.google.com/d/msgid/scala-ide-user/7dcf8035-b3e6-4b6f-999a-77a7e76b2824%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "Scala IDE User" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/scala-ide-user/ap_e43woDAQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to scala-ide-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scala-ide-user/555EF157.7020008%40antoras.de.
Hi
Thanks for your very quick answer.
I was using
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
but I tried to change this to (and deleted the maven scala project from Eclipse and imported it again using "Existing maven project" wizard)
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.2.0</version>
This has the same behavior.
I am using Eclipse
Version: Luna Service Release 2 (4.4.2)
Build id: 20150219-0600
It can be noted that a "simple" scala trait (having a single .class file) shows the javadoc very nicely, but scala classes resulting in more e.g. two .class files has no documentation shown.
It is even worse if two scala classes are defined in the same .scala file and I refer to them, here I can hardly import them without errors in Eclipse, but the tooltip is missing as well.
To view this discussion on the web visit https://groups.google.com/d/msgid/scala-ide-user/555F012C.8020305%40sigmat.dk.
To view this discussion on the web visit https://groups.google.com/d/msgid/scala-ide-user/555F0678.6090907%40antoras.de.