+10

I keep on asking for this.  PLEASE!!!

cc

David Mankin wrote:

> There are two differences between the IDEA implementation of Join
> (control-shift-J) and vi's Join (J command).  These differences are what
> makes the vi join command so useful.
>
> First, the whitespace isn't removed after the join command. All but one
> space should be removed between the two pieces of the joined lines.
> Second the cursor isn't moved to the join point.  The cursor movement is
> important to enable the removal of the single remaining space, if
> desired.
>
>   Before (cursor at |):
>
>  | public void method(String arg1,
>                       String arg2);
>
>   #624, press control-shift-J:
>
>  | public void method(String arg1,                    String arg2);
>
>   Vi, press J:
>
>    public void method(String arg1,| String arg2);

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

Reply via email to