Open ytzemih opened 5 years ago
Reproduce with: right-click on package > refactoring > split ... > select all > (give name) > ok
Exception trace in runtime happens in:
circus.robocalc.robochart.textual.formatting2.RoboChartFormatter
after the corresponding EMF resource is saved in
/circus.robocalc.robochart.refactoring/src/circus/robocalc/robochart/refactoring/RefactoringServices.java
Some problems with newlines created lead to
org.eclipse.xtext.formatting2.ConflictingFormattingException: Conflicting values for 'newLineMax': '1' and '2'.
Reproduce with: right-click on package > refactoring > split ... > select all > (give name) > ok
Exception trace in runtime happens in:
after the corresponding EMF resource is saved in
Some problems with newlines created lead to