I prefer ctrl+enter. I think for consistency reasons IDEA should always use enter or tab for normal/minimum completions and ctrl+enter/tab for full completion. It should be true for other completions too imho. Make it a general rule!
Ara. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On > Behalf Of Noah Nordrum > Sent: Thursday, April 04, 2002 5:55 PM > To: [EMAIL PROTECTED] > Subject: RE: [Eap-list] Auto javadocs > > let me clarify this a little as I wrote the original response quite > early/late :) > > I think it would be optimal if the following worked: > > /**[ENTER] > public void someMethod(String someArgument) { > ... > > gives you: > > /** > * <end-here /> > */ > public void someMethod(String someArgument) { > ... > > and: > > /**[TAB] > public void someMethod(String someArgument) { > ... > > gives you: > > /** > * <end-here /> > * > * @param someArgument > */ > public void someMethod(String someArgument) { > ... > > > This is more intuitive because the [TAB] key is used for live-templates > since this is kinda similar to a live-template. This allows you to > maintain > the expected behavior of /**[ENTER] and, more importantly, will allow Hani > to stop ripping his hair out by the fistful. > > Thinking more clearly now, > Noah > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > > Behalf Of Noah Nordrum > > Sent: Thursday, April 04, 2002 4:30 AM > > To: [EMAIL PROTECTED] > > Subject: RE: [Eap-list] Auto javadocs > > > > > > how about [TAB]? this is very similar to an template and that's how they > > expand. > > > > Noah > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] [mailto:eap-list- > [EMAIL PROTECTED]]On > > > Behalf Of Ara Abrahamian > > > Sent: Wednesday, April 03, 2002 1:16 PM > > > To: [EMAIL PROTECTED] > > > Subject: RE: [Eap-list] Auto javadocs > > > > > > > > > +1, please define another keymap for full javadoc (ctrl+enter?). Let > > > enter just append /** and **/ signs. Also it's handy to be able to > > > update an existing javadoc comment when new params/exceptions/etc are > > > added (again ctrl+enter but inside an existing javadoc comment block). > > > > > > Ara. > > > > > > > -----Original Message----- > > > > From: [EMAIL PROTECTED] [mailto:eap-list- > [EMAIL PROTECTED]] > > > On > > > > Behalf Of Hani Suleiman > > > > Sent: Wednesday, April 03, 2002 7:38 AM > > > > To: [EMAIL PROTECTED] > > > > Subject: [Eap-list] Auto javadocs > > > > > > > > Can this please, PLEASE be put on a flag? It's driving me insane, > I'm > > > > unable > > > > to put in javadocs because of all the pressure I feel as seeing all > > > those > > > > empty @param and @throws tags. It's making me not do any > documentation > > > at > > > > all unless I'm prepared to dedicate a lot more time to filling every > > > > single > > > > bit of info. > > > > > > > > I realise the alternative is to delete all the autoadded stuff, but > > > that > > > > also is quite a hassle. > > > > > > > > I'm sure lots of people like having their javadocs spelled out for > > > them, > > > > and > > > > textbook java tells us all about having to document every single > > > attribute > > > > of a method, however, this is often not needed, and a simple javadoc > > > tag > > > > is > > > > sufficient and succint enough by itself, more often than not. > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Eap-list mailing list > > > > [EMAIL PROTECTED] > > > > http://www.intellij.com/mailman/listinfo/eap-list > > > > > > > > > _________________________________________________________ > > > Do You Yahoo!? > > > Get your free @yahoo.com address at http://mail.yahoo.com > > > > > > > > > _______________________________________________ > > > Eap-list mailing list > > > [EMAIL PROTECTED] > > > http://www.intellij.com/mailman/listinfo/eap-list > > > > > > > > > _______________________________________________ > > Eap-list mailing list > > [EMAIL PROTECTED] > > http://www.intellij.com/mailman/listinfo/eap-list > > > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
