Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Disabling Auto-Complete
Disabling Auto-Complete [message #176905] Fri, 27 October 2006 00:32 Go to next message
Eclipse UserFriend
Originally posted by: elbirt.buffalo.edu

Hello,

I find it very annoying that Eclipse will automatically fill in things as
I type which often causes things to appear twice as I type faster than it
can respond sometimes.

For example, I'll be creating some Java object and it will try and fill in
the parameters being passed based on the object definition... I WANT IT TO
STOP DOING THIS!!!!!

Can anyone tell me how to turn this off in preferences?

Thanks a ton.

Ben
Re: Disabling Auto-Complete [message #176913 is a reply to message #176905] Fri, 27 October 2006 05:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wharley.bea.com

"Benjamin Elbirt" <elbirt@buffalo.edu> wrote in message
news:c32b68e336a6c796ccfbe94e0bac22d1$1@www.eclipse.org...
> Can anyone tell me how to turn this off in preferences?

Window -> Preferences

Java -> Editor -> Content Assist
Re: Disabling Auto-Complete [message #177402 is a reply to message #176905] Mon, 30 October 2006 14:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse4.rizzoweb.com

Benjamin Elbirt wrote:
> Hello,
>
> I find it very annoying that Eclipse will automatically fill in things
> as I type which often causes things to appear twice as I type faster
> than it can respond sometimes.
>
> For example, I'll be creating some Java object and it will try and fill
> in the parameters being passed based on the object definition... I WANT
> IT TO STOP DOING THIS!!!!!

I don't understand - you invoke Content Assist by hitting Ctrl+Space. If
you don't want it, you can simply not invoke it.
Are you saying that Content Assist is invoking by itself even when you
don't use Ctrl+Space?

Eric
Re: Disabling Auto-Complete [message #178284 is a reply to message #177402] Fri, 03 November 2006 20:49 Go to previous messageGo to next message
Jerry Cox is currently offline Jerry CoxFriend
Messages: 8
Registered: July 2009
Junior Member
Eric Rizzo <eclipse4@rizzoweb.com> wrote in news:ei53p2$o8l$2
@utils.eclipse.org:

> Benjamin Elbirt wrote:
>> Hello,
>>
>> I find it very annoying that Eclipse will automatically fill in things
>> as I type which often causes things to appear twice as I type faster
>> than it can respond sometimes.
>>
>> For example, I'll be creating some Java object and it will try and fill
>> in the parameters being passed based on the object definition... I WANT
>> IT TO STOP DOING THIS!!!!!
>
> I don't understand - you invoke Content Assist by hitting Ctrl+Space. If
> you don't want it, you can simply not invoke it.
> Are you saying that Content Assist is invoking by itself even when you
> don't use Ctrl+Space?

Don't know when this feature was added, but at 3.2, Window -> Preferences
-> Java -> Editor -> Content Assist has an auto-activation feature that
will trigger content assist during typing without having to use Ctrl+Space.
'.' is the default trigger character.

Jerry Cox
Re: Disabling Auto-Complete [message #178452 is a reply to message #178284] Mon, 06 November 2006 01:13 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse4.rizzoweb.com

Jerry Cox wrote:
> Eric Rizzo <eclipse4@rizzoweb.com> wrote in news:ei53p2$o8l$2
> @utils.eclipse.org:
>
>> Benjamin Elbirt wrote:
>>> Hello,
>>>
>>> I find it very annoying that Eclipse will automatically fill in things
>>> as I type which often causes things to appear twice as I type faster
>>> than it can respond sometimes.
>>>
>>> For example, I'll be creating some Java object and it will try and fill
>>> in the parameters being passed based on the object definition... I WANT
>>> IT TO STOP DOING THIS!!!!!
>> I don't understand - you invoke Content Assist by hitting Ctrl+Space. If
>> you don't want it, you can simply not invoke it.
>> Are you saying that Content Assist is invoking by itself even when you
>> don't use Ctrl+Space?
>
> Don't know when this feature was added, but at 3.2, Window -> Preferences
> -> Java -> Editor -> Content Assist has an auto-activation feature that
> will trigger content assist during typing without having to use Ctrl+Space.
> '.' is the default trigger character.

Well yes, that feature has been there for a long time. But your example
of creating a new object (I assume with a call like SomeType object =
new SomeObject()) does not seem to include the . character that would
trigger Content Assist.
Also, the . character that would trigger automatic Content Assist popup
would never have only one possible choice; when there is more than one
choice, Content Assist will always show a list to allow you to choose or
escape from.

I guess we need a more detailed description (or better yet, screen-cast)
of what you're doing to garner the unwanted behavior.

Hope this helps,
Eric
Previous Topic:Can not clear Problem View
Next Topic:change default jvm
Goto Forum:
  


Current Time: Thu Apr 25 16:29:38 GMT 2024

Powered by FUDForum. Page generated in 0.08641 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top