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

Key: IDEA-15940
Type: New Feature New Feature
Status: Open Open
Assignee: Maxim Shafirov
Reporter: Bjørn T Johansen
Votes: 6
Watchers: 3
Operations

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

Reformat should be able to remove line breaks inside method call sequences

Created: 22 Oct 07 17:19   Updated: 23 Oct 07 18:09
Component/s: Code Formatting and Code Style

Environment: Linux

Build: 7,361
Severity: Extreme


 Description  « Hide
The following code is not changed when running "Reformat Code"..:

object.method().method()
.method();

What "Reformat code" should do here, is to remove the line wrap and keep it all on one line, since the length of the line does not exceed the max line length!
This is a feature that Eclipse has had for a long time and I am a bit ashamed to say that I envy Eclipse users...... :-|

Regards,

BTJ



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.