This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Eclipse Plugin: Content Assist

2 replies
mvackel
Joined: 2009-08-03,
User offline. Last seen 1 year 39 weeks ago.

The Content Assist is showing a strange behavior. If you type the code bellow
(in a Scala project or in an Scala Class in a Java Project):

object Test01 extends Application {
val ls = List(1, 2, 3)

ls.for|
}

and (at the "cursor" | position) type Ctrl-Space, the code completion
writes:

ls.format(text, xs) (I was looking for
"foreach")

but if you type "ls.fo" and type Ctrl-Space, the code completion window
shows up with the correct options (including the desired "foreach"). If you
then type "r", the options are correctly reduced, but if at this point you
type Ctrl-Space to circle through other templates like SWT or JPA, the
default Scala template does not show the correct options anymore, listing
only "format".

Is this a bug? Should be reported?

Marcos Ackel

milessabin
Joined: 2008-08-11,
User offline. Last seen 33 weeks 3 days ago.
Re: Eclipse Plugin: Content Assist

On Tue, Apr 13, 2010 at 10:13 PM, M.Ackel wrote:
> Is this a bug? Should be reported?

It's a bug. It should be reported.

Cheers,

Miles

mvackel
Joined: 2009-08-03,
User offline. Last seen 1 year 39 weeks ago.
Re: Eclipse Plugin: Content Assist

Ok, I've created a ticket:

https://lampsvn.epfl.ch/trac/scala/ticket/3287

Miles Sabin wrote:
>
> On Tue, Apr 13, 2010 at 10:13 PM, M.Ackel wrote:
>> Is this a bug? Should be reported?
>
> It's a bug. It should be reported.
>
> Cheers,
>
>
> Miles
>

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland