Still valid for #629

Tom


On Fri, 24 May 2002 07:45:25 GMT, [EMAIL PROTECTED] (Thomas
Singer) wrote:

> Still valid for #624. Why IDEA removes empty lines? I'm sure, it would
> be easier without.
> 
> Any feedback from IntelliJ?
> 
> Tom
> 
> 
> On Wed, 24 Apr 2002 15:57:21 GMT, [EMAIL PROTECTED] (Thomas
> Singer) wrote:
> 
> > Example:
> > 
> > public class MyClass {
> >   ...
> >   // Setup ===================================
> > 
> >   |
> > 
> >   // Accessors ===============================
> >   ...
> > }
> > 
> > If one wants to create a new constructor with the cursor at |, IDEA
> > still removes the empty lines before and after:
> > 
> > public class MyClass {
> >   ...
> >   // Setup ===================================
> >   public MyClass() {
> >   }
> >   // Accessors ===============================
> >   ...
> > }
> > 
> > 
> > That is really annoying for us, because we use these line comments to
> > separate blocks of code. This bug/feature was already reported in the
> > past, but nothing happend yet. Why not just insert the code
> > immediately before the current line?
> > 
> > Maybe removing of empty lines should be an option for Layout code?
> > 
> > Tom
> 

_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to