There is a small visual bug in the JSF pageflow editor
if you have a navigation case like:
<navigation-case>
<from-outcome>gocreate</from-outcome>
<to-view-id>
/usermanagementbe/UsersCreateForm.faces
</to-view-id>
</navigation-case>
the pageflow editor takes the trailing spaces into the visual part and makes
the page names too big because it shows the entire target name with all the spaces and tabs, the beautfier however seems also not to have the option of being able to format the source of the pageflow that way so that the trailing and ending spaces/tabs are removed
<navigation-case>
<from-outcome>gocreate</from-outcome>
<to-view-id>/usermanagementbe/UsersCreateForm.faces</to-view-id>
</navigation-case>
like in this example
it seems to linebreak it although I have given it a line length of 160 (the xml editor that is).