We changed this to associate all preceding comments (with no blank lines in between) to the method in #516. Let's see how goot thos criteria is...
Best regards, Valentin Kipiatkov ----------------------------------------------------------- IntelliJ Software, http://www.intellij.com/ "Develop with pleasure" ----------------------------------------------------------- ----- Original Message ----- From: "Edoardo Comar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 08, 2001 2:26 PM Subject: RE: [Eap-list] Implement Methods Bug > Yes it is! > > > -----Original Message----- > > From: Valentin Kipiatkov [mailto:[EMAIL PROTECTED]] > > Sent: 08 November 2001 11:19 > > To: [EMAIL PROTECTED] > > Subject: Re: [Eap-list] Implement Methods Bug > > > > > > Isn't associating all comments before a method (with no blank lines in > > between!) with the method a good idea? > > > > Best regards, > > Valentin Kipiatkov > > ----------------------------------------------------------- > > IntelliJ Software, http://www.intellij.com/ > > "Develop with pleasure" > > ----------------------------------------------------------- > > > > ----- Original Message ----- > > From: "Bluntpeak" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Wednesday, November 07, 2001 8:29 PM > > Subject: [Eap-list] Implement Methods Bug > > > > > > > Hi, > > > > > > I know there have been many discussions about how to treat > > non javadoc > > > comments at the start of methods and I will agree that most of the > > time > > > a javadoc comment is the way to go. > > > > > > However, I have just implemented a method (ctrl-alt-i) and had the > > > resulting method placed _between_ the // style comments and > > the method > > > they refereed to. > > > > > > eg. > > > > > > Original content of file > > > > > > // some comments > > > // about the following method > > > public int aMethod() { > > > ... > > > ... > > > } > > > > > > File content after implement methods > > > > > > // some comments > > > // about the following method > > > > > > public void theNewMethodJustImplemented() { > > > > > > } > > > > > > public int aMethod() { > > > ... > > > ... > > > } > > > > > > > > > I think this is a bug or at least we should have the option > > of how the > > > // style comments are treated. Maybe a simple toggle option - > > associate > > > // with previous / next method ? > > > > > > > > > H > > > > > > > > > > > > _______________________________________________ > > > 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 _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
