Problem with autoformatting of the parameter list of a method

I’ve noticed that if you change the text in a method’s parameter list the change can sometimes cause the byref or byval term to no longer have a space between it and the parameter. This seems linked to the autoformatting that is done in the parameter list. For example, if my parameter is “byRef Target, etc” and “byRef” happens to be on a different line than “target” and I make some change that causes them to be on the same line the result might be “byRefTarget” with no space between which will of course generate an error.

File a feedback report so Xojo will know about it.