Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » A question about code assist
A question about code assist [message #250715] Sun, 20 January 2008 06:36 Go to previous message
Eclipse User
Originally posted by: neverov.andrey.gmail.com

Hi all,

I'm seeing some strange behavior with the code assist for variable names
in Eclipse.

Suppose I have an interface called "Element" and I'm trying to
auto-complete some variable's name:

First:

Element my<code assist>

==> "myElement" is inserted correctly

But:

Element service<code assist>


==> "servicElement" which is incorrect because the last letter was cut

As you can see from this example, in the case when the first part of
variable's name ends with the same letter as the type's name starts from,
one letter from the original variable's name gets cut. This happens also
for the other types.

I'm seeing this in 3.3.1.1 and 3.4M4.

Is it a bug? If so, should I open it?

Thank for your attention!


Best Regards,

Andrii
 
Read Message
Read Message
Read Message
Previous Topic:eclipse does not start
Next Topic:How to let Eclipse without prompt when encountered a read-only file ?
Goto Forum:
  


Current Time: Sun May 19 15:59:33 EDT 2013

Powered by FUDForum. Page generated in 0.01681 seconds