|
If you modify the following method as follows:
BlConfigurableFormatter >> formatMethodBodyFor: aMethodNode self indentAround: [ Transcript show: 'x'. self newLines: self newLinesAfterMethodPattern. self formatMethodCommentFor: aMethodNode. self formatPragmasFor: aMethodNode. self visitNode: aMethodNode body ]
RBParser parseMethod: (Point sourceCodeAt: #degrees).
This method is invoked and this is really unclear why. The formatter should not be invoked during simple parsing
|
|
|
Priority: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Later
|
Go to Case
|
|