Bug 53713 - The Ctrl + Space
Summary: The Ctrl + Space
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M9   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-04 01:56 EST by Ken CLA
Modified: 2004-04-14 10:14 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ken CLA 2004-03-04 01:56:35 EST
I try to create a class that will implements an ActionListener.
After I have created it, I type public void action(follow by Ctrl+Space) and 
the next thing I know is, I been given this message.
  
"void is an invalid type for the variable act".

 private class CancelAction implements ActionListener {
        public void actionPerformed(ActionEvent ae){
        }
 }

As you can see here, I try to create the actionPerformed using the friendly
Ctrl+Space but, eventually it end up...I need to type myself.
Comment 1 Thomas M??der CLA 2004-03-04 04:07:31 EST
Content assist, not search.
Comment 2 Jerome Lanneluc CLA 2004-03-04 05:54:12 EST
This works for me. Which build are you using? Do you have steps to reproduce 
the problem?
Comment 3 Philipe Mulet CLA 2004-03-04 06:08:22 EST
If you want to enable method declaration completion, do not type the return 
type, it will be found for free. In your case, simply write: act<CODEASSIST>
Comment 4 Olivier Thomann CLA 2004-03-24 11:21:55 EST
ok to close?
Comment 5 Jerome Lanneluc CLA 2004-04-14 10:14:02 EDT
Closing