NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

IDE Question

 
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Users
View previous topic :: View next topic  
Author Message
Galen Henderson
Posted via mailing list.





PostPosted: Thu Mar 15, 2012 9:59 pm    Post subject: IDE Question Reply with quote

Hello all, I am a beginning java developer using netbeans on windows 7. I have looked over the documentation and all of the ide settings and cannot find an answer to a simple question. I am a visual studio guy and am used to using TAB for code completion. The documentation says that you can use TAB for code completion but when I do, it inserts a tab. I have to hit enter (which I hate) to complete the code. I know there has got to be a setting to change this but for the life of me I can’t find it. Any tips would be appreciated.

----
Regards,
Galen Henderson
Henderson Systems, Inc.
309 N. Broadway - Goreville, IL 62939
618-995-1992 (office)
877-887-2706 (fax)
Back to top
Ed Hillmann
Posted via mailing list.





PostPosted: Thu Mar 15, 2012 10:09 pm    Post subject: IDE Question Reply with quote

On Fri, Mar 16, 2012 at 7:41 AM, Galen Henderson <address-removed ([email]address-removed[/email])> wrote:
Quote:

Hello all, I am a beginning java developer using netbeans on windows 7.
Back to top
Galen Henderson
Posted via mailing list.





PostPosted: Thu Mar 15, 2012 10:12 pm    Post subject: IDE Question Reply with quote

Thanks for the quick response. I do like ctrl-space to open the code completion window just like VS but hate that I have to press enter to accept the suggestions. Hopefully there is a hidden setting or config file I can edit to change the accept code suggestion instead of enter. Anyone else have any ideas?

----
Regards,
Galen Henderson
Henderson Systems, Inc.
309 N. Broadway - Goreville, IL 62939
618-995-1992 (office)
877-887-2706 (fax)
NumbLock27 (Skype)

From: Ed Hillmann [mailto:address-removed]
Sent: Thursday, March 15, 2012 4:52 PM
To: address-removed
Subject: [nbusers] Re: IDE Question

On Fri, Mar 16, 2012 at 7:41 AM, Galen Henderson <address-removed ([email]address-removed[/email])> wrote:
Hello all, I am a beginning java developer using netbeans on windows 7. I have looked over the documentation and all of the ide settings and cannot find an answer to a simple question. I am a visual studio guy and am used to using TAB for code completion. The documentation says that you can use TAB for code completion but when I do, it inserts a tab. I have to hit enter (which I hate) to complete the code. I know there has got to be a setting to change this but for the life of me I can’t find it. Any tips would be appreciated.

----
Regards,
Galen Henderson
Henderson Systems, Inc.
309 N. Broadway - Goreville, IL 62939
[url=tel:618-995-1992]618-995-1992[/url] (office)
[url=tel:877-887-2706]877-887-2706[/url] (fax)





Hi Galen. As far as I can remember (and I've been using NB for a bit now) it's always been Ctrl-Space to bring up the code completion.

I actually found it quite simple to find this documentation. I went on to NetBeans' site, and just types "Code Completion" in the search field in the top right corner. It listed this page, which is a good reference for people new to the IDE.

http://netbeans.org/kb/docs/java/editor-codereference.html

I couldn't find anyplace to change this keymapping, but then it's not that big of a deal for me.

Thanks,
Ed
Back to top
Mark Barnes
Posted via mailing list.





PostPosted: Thu Mar 15, 2012 11:04 pm    Post subject: IDE Question Reply with quote

Is this what you are looking for?

Tools (menu) -> Options (menu item) -> Editor (button at top of dialog) -> Code Completion (tab) -> All Languages (drop-down) -> "Insert Single Proposals Automatically" (checkbox)

From: Galen Henderson [mailto:address-removed]
Sent: 15 March, 2012 5:55 PM
To: address-removed
Subject: [nbusers] Re: IDE Question



Thanks for the quick response. I do like ctrl-space to open the code completion window just like VS but hate that I have to press enter to accept the suggestions. Hopefully there is a hidden setting or config file I can edit to change the accept code suggestion instead of enter. Anyone else have any ideas?

----
Regards,
Galen Henderson
Henderson Systems, Inc.
309 N. Broadway - Goreville, IL 62939
618-995-1992 (office)
877-887-2706 (fax)
NumbLock27 (Skype)

From: Ed Hillmann [mailto:address-removed]
Sent: Thursday, March 15, 2012 4:52 PM
To: address-removed
Subject: [nbusers] Re: IDE Question

On Fri, Mar 16, 2012 at 7:41 AM, Galen Henderson <address-removed ([email]address-removed[/email])> wrote:
Hello all, I am a beginning java developer using netbeans on windows 7. I have looked over the documentation and all of the ide settings and cannot find an answer to a simple question. I am a visual studio guy and am used to using TAB for code completion. The documentation says that you can use TAB for code completion but when I do, it inserts a tab. I have to hit enter (which I hate) to complete the code. I know there has got to be a setting to change this but for the life of me I can’t find it. Any tips would be appreciated.

----
Regards,
Galen Henderson
Henderson Systems, Inc.
309 N. Broadway - Goreville, IL 62939
[url=tel:618-995-1992]618-995-1992[/url] (office)
[url=tel:877-887-2706]877-887-2706[/url] (fax)





Hi Galen. As far as I can remember (and I've been using NB for a bit now) it's always been Ctrl-Space to bring up the code completion.

I actually found it quite simple to find this documentation. I went on to NetBeans' site, and just types "Code Completion" in the search field in the top right corner. It listed this page, which is a good reference for people new to the IDE.

http://netbeans.org/kb/docs/java/editor-codereference.html

I couldn't find anyplace to change this keymapping, but then it's not that big of a deal for me.

Thanks,
Ed
Back to top
Glenn Holmer
Posted via mailing list.





PostPosted: Fri Mar 16, 2012 1:13 pm    Post subject: IDE Question Reply with quote

On Thu, 2012-03-15 at 16:54 -0500, Galen Henderson wrote:
Quote:
Thanks for the quick response. I do like ctrl-space to open the code
completion window just like VS but hate that I have to press enter to
accept the suggestions. Hopefully there is a hidden setting or config
file I can edit to change the accept code suggestion instead of enter.
Anyone else have any ideas?

Tools/Options. Editor/Code Completion.

--
____________________________________________________________
Glenn Holmer address-removed
Software Engineer phone: 414-908-1809
Weyco Group, Inc. fax: 414-908-1601
Back to top
Galen Henderson
Posted via mailing list.





PostPosted: Fri Mar 16, 2012 1:18 pm    Post subject: IDE Question Reply with quote

Thanks for the response. There does not seem to be a setting to change what key completes the code selection. It is set to a . to open the suggestions window, but I cannot find a place to change the key that accepts the suggested code. Looks like this is not going to happen Sad

----
Regards,
Galen Henderson
Henderson Systems, Inc.
309 N. Broadway - Goreville, IL 62939
618-995-1992 (office)
877-887-2706 (fax)
NumbLock27 (Skype)

-----Original Message-----
From: Glenn Holmer [mailto:address-removed]
Sent: Friday, March 16, 2012 7:56 AM
To: address-removed
Subject: [nbusers] Re: IDE Question

On Thu, 2012-03-15 at 16:54 -0500, Galen Henderson wrote:
Quote:
Thanks for the quick response. I do like ctrl-space to open the code
completion window just like VS but hate that I have to press enter to
accept the suggestions. Hopefully there is a hidden setting or config
file I can edit to change the accept code suggestion instead of enter.
Anyone else have any ideas?

Tools/Options. Editor/Code Completion.

--
____________________________________________________________
Glenn Holmer address-removed
Software Engineer phone: 414-908-1809
Weyco Group, Inc. fax: 414-908-1601
Back to top
Glenn Holmer
Posted via mailing list.





PostPosted: Fri Mar 16, 2012 1:32 pm    Post subject: IDE Question Reply with quote

On Fri, 2012-03-16 at 07:59 -0500, Galen Henderson wrote:
Quote:
Thanks for the response. There does not seem to be a setting to
change what key completes the code selection. It is set to a . to
open the suggestions window, but I cannot find a place to change the
key that accepts the suggested code. Looks like this is not going to
happen Sad

Haha, you'll survive. NetBeans will change your life! And you can always
file an enhancement request:

http://netbeans.org/community/issues.html

--
____________________________________________________________
Glenn Holmer address-removed
Software Engineer phone: 414-908-1809
Weyco Group, Inc. fax: 414-908-1601
Back to top
Galen Henderson
Posted via mailing list.





PostPosted: Fri Mar 16, 2012 3:21 pm    Post subject: IDE Question Reply with quote

Thanks. I did put in a feature request. Hopefully it will gain some traction!

----
Regards,
Galen Henderson
Henderson Systems, Inc.
309 N. Broadway - Goreville, IL 62939
618-995-1992 (office)
877-887-2706 (fax)
NumbLock27 (Skype)


-----Original Message-----
From: Glenn Holmer [mailto:address-removed]
Sent: Friday, March 16, 2012 8:15 AM
To: address-removed
Subject: [nbusers] Re: IDE Question

On Fri, 2012-03-16 at 07:59 -0500, Galen Henderson wrote:
Quote:
Thanks for the response. There does not seem to be a setting to
change what key completes the code selection. It is set to a . to
open the suggestions window, but I cannot find a place to change the
key that accepts the suggested code. Looks like this is not going to
happen Sad

Haha, you'll survive. NetBeans will change your life! And you can always file an enhancement request:

http://netbeans.org/community/issues.html

--
____________________________________________________________
Glenn Holmer address-removed
Software Engineer phone: 414-908-1809
Weyco Group, Inc. fax: 414-908-1601
Back to top
Glenn Holmer
Posted via mailing list.





PostPosted: Fri Mar 16, 2012 3:36 pm    Post subject: IDE Question Reply with quote

On Fri, 2012-03-16 at 10:02 -0500, Galen Henderson wrote:
Quote:
Thanks. I did put in a feature request. Hopefully it will gain some
traction!

Hint: paste the URL of the issue you created here, and ask people to
vote for it. Sometimes people don't get around to filing requests for
things that bother them, but they'll vote if someone else does. It's a
good way to quickly get an issue some visibility by the developers.

--
____________________________________________________________
Glenn Holmer address-removed
Software Engineer phone: 414-908-1809
Weyco Group, Inc. fax: 414-908-1601
Back to top
Galen Henderson
Posted via mailing list.





PostPosted: Fri Mar 16, 2012 3:41 pm    Post subject: IDE Question Reply with quote

Thanks, Glen. Here is the url: http://netbeans.org/bugzilla/show_bug.cgi?id=209667

----
Regards,
Galen Henderson
Henderson Systems, Inc.
309 N. Broadway - Goreville, IL 62939
618-995-1992 (office)
877-887-2706 (fax)
NumbLock27 (Skype)


-----Original Message-----
From: Glenn Holmer [mailto:address-removed]
Sent: Friday, March 16, 2012 10:18 AM
To: address-removed
Subject: [nbusers] Re: IDE Question

On Fri, 2012-03-16 at 10:02 -0500, Galen Henderson wrote:
Quote:
Thanks. I did put in a feature request. Hopefully it will gain some
traction!

Hint: paste the URL of the issue you created here, and ask people to vote for it. Sometimes people don't get around to filing requests for things that bother them, but they'll vote if someone else does. It's a good way to quickly get an issue some visibility by the developers.

--
____________________________________________________________
Glenn Holmer address-removed
Software Engineer phone: 414-908-1809
Weyco Group, Inc. fax: 414-908-1601
Back to top
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Users All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo