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

Key: IDEADEV-13318
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Alexey Kudravtsev
Reporter: adam
Votes: 0
Watchers: 2
Operations

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

Comment disappearing when joining lines

Created: 08 Jan 07 15:36   Updated: 17 Jan 07 17:32
Component/s: Editor. Editing Text
Fix Version/s: None

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

Build: 6,141
Severity: Low


 Description  « Hide
In the following code:
String a = null;
a = "sss"; //stupid test

if you put the cursor at the end of first line and invoke "Join lines" (Ctrl+Shift+J)
the lines will be properly merged to:
String a = "sss";

but the comment is lost!



 All   Comments   Work Log   Change History      Sort Order:
Jon Steelman - 17 Jan 07 17:32
What should join do if both lines have a trailing comment?