History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-7351
Type: Bug Bug
Status: Resolved Resolved
Resolution: Obsolete
Priority: Normal Normal
Assignee: Alexey Kudravtsev
Reporter: Nat
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Ctrl+Shift+Up AND Ctrl+Shift+Down doesn't work properly with multiple variable declaration

Created: 08 Jun 06 18:00   Updated: 02 Aug 08 17:36
Component/s: Editor. Editing Text
Fix Version/s: Diana Final

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 5,321


 Description  « Hide
int a,b;
    int c;

if i'm at "int c;" and hit Ctrl+Shift+Up, it will got changed to

int a,    int c;
 
 
    b;
int c;
    int a,b;

Ctrl+Shift+Down will do this...

int a    int c;
    ,b;


 All   Comments   Work Log   Change History      Sort Order:
Dmitry Jemerov - 02 Aug 08 17:36
Works correctly in current version.