wmyywm / eclipse-code-formatter-intellij-plugin

Automatically exported from code.google.com/p/eclipse-code-formatter-intellij-plugin
0 stars 0 forks source link

Line wrapping does not works with "Only VCS changed text" setting #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Line wrapping does not works if the "Only VCS changed text" setting is selected 
from the Idea "Reformat code" dialog.

Original issue reported on code.google.com by tonin...@gmail.com on 3 Oct 2013 at 9:41

GoogleCodeExporter commented 9 years ago
example?

Original comment by vojta.kr...@gmail.com on 3 Oct 2013 at 11:41

GoogleCodeExporter commented 9 years ago
1. Open a project which uses some VCS (ex. Git).
2. Open some java file.
3. Write a line of code which exceeds the configured "Maximum line width".
4. Open the "Reformat code" dialog and select the "Only VCS changed text" 
option.
5. Click on the "Run" button
As a result the entered line is not wrapped. The other code formatings are 
applied but not the line wrapping.

Original comment by tonin...@gmail.com on 3 Oct 2013 at 12:19

GoogleCodeExporter commented 9 years ago
problem is, that the call is delegated to IJ formatter, I will fix it.

Original comment by vojta.kr...@gmail.com on 3 Oct 2013 at 1:24

GoogleCodeExporter commented 9 years ago
fixed, sorry for inconveniences.

Original comment by vojta.kr...@gmail.com on 14 Oct 2013 at 10:31