A question about code assist [message #250715] |
Sun, 20 January 2008 06:36  |
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
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03313 seconds