Perforce changes view displays multi-line CL comments as one line without space between the original lines.
Here is how to reproduce this bug:
1. Create a CL with multi-line comment using "p4 change", e.g.
Description:
line 1
line 2
2. Start IDEA in the same Perforce client, wait till Perforce changes view is synchronized and check the comment of the CL you just created. It will be as follows:
line 1line 2
Expected result: either display multi-line comments as multiple lines or insert a space between the lines so the above CL should have the comment "line 1 line 2" in IDEA.
Thanks,
Maxim.