Hello Valentin,

> > 1)
> > IDEA always removes empty lines when inserting constructors,
> > getter/setter. This is VERY annoying to me.
> 
> Why not configure it in IDE Options | Code Style | Blank Lines?

Because it does not do what I expect. Short example (the comments are
separators we use to group related methods/fields together):

  // Setup ====================

  |

  // Accessing ================

Inserting a constructor at the caret '|' results in

  // Setup ====================
  public Test() {
  }
  // Accessing ================

instead of my expected

  // Setup ====================

  public Test() {
  }

  // Accessing ================


> > 2)
> > For some unknown reasons, IDEA sometimes inserts useless empty lines
> > when extracting a method.
> 
> Could you please some example to reproduce this?

Sorry, cannot reproduce at the moment. If it happens again, I'll send
an example (if it is reproducible outside my project).

Best regards,
Tom


On Thu, 18 Jul 2002 15:28:06 +0400, "Valentin Kipiatkov"
<[EMAIL PROTECTED]> wrote:

> > 1)
> > IDEA always removes empty lines when inserting constructors,
> > getter/setter. This is VERY annoying to me.
> 
> Why not configure it in IDE Options | Code Style | Blank Lines?
> >
> > 2)
> > For some unknown reasons, IDEA sometimes inserts useless empty lines
> > when extracting a method.
> 
> Could you please some example to reproduce this?
> 
> --
> Valentin Kipiatkov
> JetBrains, Inc
> http://www.intellij.com
> "Develop with pleasure!"
> 
> 
> "Thomas Singer" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > 1)
> > IDEA always removes empty lines when inserting constructors,
> > getter/setter. This is VERY annoying to me.
> >
> > 2)
> > For some unknown reasons, IDEA sometimes inserts useless empty lines
> > when extracting a method.
> >
> > Tom
> 
> 

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

Reply via email to