Project
IntelliJ IDEA
Priority
Normal
Type
Usability Problem
Fix versions
No Fix versions
State
Open
Assignee
Alexey Kudravtsev
Subsystem
Editor. Editing Text
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Nikolay Chashnikov
    2 years ago (03 Mar 2009 11:58)
  • Updated by   root
    2 years ago (17 Jan 2010 21:12)
  • Jira: IDEADEV-35060
    (history, comments)
 
IDEA-48075 "Join Lines" action doesn't join declarations with same type
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Invoking "Join Lines" action for the following code
    int x = 0;
    int y = 0;

results in
    int x = 0; int y = 0;

whereas
    int x = 0, y = 0;

expected.
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments