Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Ctrl+Space for Code Assistant and Template code generation not working
Ctrl+Space for Code Assistant and Template code generation not working [message #10118] Wed, 30 April 2003 19:31 Go to next message
Eclipse UserFriend
Originally posted by: anilpatel.mailcity.com

I upgrated to Eclipse 2.1. Since moving to version
Ctrl+Space to enable content assist Is not working.

Can some body help in fixing this.

Regards
Anil
Re: Ctrl+Space for Code Assistant and Template code generation not working [message #10140 is a reply to message #10118] Wed, 30 April 2003 20:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jed_anderson.us.ibm.com

Anil,

In which editor is this failing? I have been running 2.1 since
it was released, and I haven't seen this. I'm thinking that
maybe you have a third party editor that was designed for 2.0 and
it doesn't work with 2.1. Could that be the case?

jkca

Anil Patel wrote:
> I upgrated to Eclipse 2.1. Since moving to version
> Ctrl+Space to enable content assist Is not working.
>
> Can some body help in fixing this.
>
> Regards
> Anil
>
Re: Ctrl+Space for Code Assistant and Template code generation not working [message #10176 is a reply to message #10140] Wed, 30 April 2003 21:24 Go to previous messageGo to next message
Eclipse UserFriend
Anil,

Are there any conflicts showing in Window>Preferences>Keys>Edit>Content
Assist

What third party plugins have you installed?
Have you tried removing these? Some third party plugins have caused command
conflicts

HTH
Darins

"Jed Anderson" <jed_anderson@us.ibm.com> wrote in message
news:b8poac$ufl$1@rogue.oti.com...
> Anil,
>
> In which editor is this failing? I have been running 2.1 since
> it was released, and I haven't seen this. I'm thinking that
> maybe you have a third party editor that was designed for 2.0 and
> it doesn't work with 2.1. Could that be the case?
>
> jkca
>
> Anil Patel wrote:
> > I upgrated to Eclipse 2.1. Since moving to version
> > Ctrl+Space to enable content assist Is not working.
> >
> > Can some body help in fixing this.
> >
> > Regards
> > Anil
> >
>
Re: Ctrl+Space for Code Assistant and Template code generation not working [message #10955 is a reply to message #10118] Thu, 01 May 2003 12:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Kevin.clark.accessbc.com.nospam

This problem is caused by the X-Men XML plug-in. If you look in your
Windows>Preferences>Workbench>Keys menu, you'll see two null entries near
the bottom. One of these null entries is bound to CTRL+space, causing the
key conflict. There are two ways to fix this. Delete the X-Men XML
plug-in, or remove the key accelerator from X-Men's plugin.xml file. I
suggest just blowing it away and getting XML Buddy instead.

See bugs:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=35874
https://bugs.eclipse.org/bugs/show_bug.cgi?id=36267

Please vote for the bug since you are experiencing these problems.

Kevin


Anil Patel wrote:

> I upgrated to Eclipse 2.1. Since moving to version
> Ctrl+Space to enable content assist Is not working.

> Can some body help in fixing this.

> Regards
> Anil
Re: Ctrl+Space for Code Assistant and Template code generation not working [message #11045 is a reply to message #10118] Thu, 01 May 2003 14:32 Go to previous messageGo to next message
Eclipse UserFriend
You have to hit ctrl+space without entering space after the word.
e.g. for(ctrl+space) not for (ctrl+space).

That worked for me. May be you have a different problem.

Anil Patel wrote:
> I upgrated to Eclipse 2.1. Since moving to version
> Ctrl+Space to enable content assist Is not working.
>
> Can some body help in fixing this.
>
> Regards
> Anil
>
Re: Ctrl+Space for Code Assistant and Template code generation not working [message #11492 is a reply to message #10118] Thu, 01 May 2003 19:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: KingD.TCE.com

"Anil Patel" <anilpatel@mailcity.com> wrote in message
news:b8pmbs$tp5$1@rogue.oti.com...
> I upgrated to Eclipse 2.1. Since moving to version
> Ctrl+Space to enable content assist Is not working.
>
> Can some body help in fixing this.


It works in general for me, but occasionally I find that it doesn't work for
me. I know that sometimes it can get screwed up if there are too many errors
in the source file, but when I see it the only error is the incomplete name
I am trying to complete. I haven't found a reproducible test case. Wondering
if anyone else has seen that.

And FYI, the only plug-ins I have added are checkstyle and Jalopy.
--
Dale King
Re: Ctrl+Space for Code Assistant and Template code generation not working [message #12373 is a reply to message #11492] Fri, 02 May 2003 12:24 Go to previous message
Eclipse UserFriend
Originally posted by: Kevin.clark.accessbc.com.nospam

Dale, in your case the content assist isn't working because of the errors
in your files. If the content assist cannot find a logical path through
your code, it can't suggest any completions. For example, if you have
accidentally misprinted an import statement, content assist will not be
able to see any classes or methods from the mispelt package.

I believe Anil was describing the problem where content assist never
works. Which I am certain is because of X-Men XML or another plug-in that
declares CTRL+Space as a key accelerator.

Anyways, I hope this helps to clarify your content assist probs. :)

Kevin




Dale King wrote:

> "Anil Patel" <anilpatel@mailcity.com> wrote in message
> news:b8pmbs$tp5$1@rogue.oti.com...
> > I upgrated to Eclipse 2.1. Since moving to version
> > Ctrl+Space to enable content assist Is not working.
> >
> > Can some body help in fixing this.


> It works in general for me, but occasionally I find that it doesn't work for
> me. I know that sometimes it can get screwed up if there are too many errors
> in the source file, but when I see it the only error is the incomplete name
> I am trying to complete. I haven't found a reproducible test case. Wondering
> if anyone else has seen that.

> And FYI, the only plug-ins I have added are checkstyle and Jalopy.
> --
> Dale King
Previous Topic:jsp editing
Next Topic:AntRunner and Console output
Goto Forum:
  


Current Time: Thu May 08 23:21:14 EDT 2025

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

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

Back to the top