Bug with Source as Typed?
Posted: Fri May 17, 2024 1:29 pm
I love the new Source as Typed feature. I've noticed one thing through. When I have a function that has the spacing the way I want it and I want to make a copy of that function with another name by editing it and changing the name, the new function doesn't retain the spacing. For example:
If I now )ed that function and change line [0] to goo and save it, goo looks like this:
Is there a reason the spacing isn't being retained? Thanks / Rav
Code: Select all
∇ foo
[1] 'fm' ⎕WC 'Form'
∇
Code: Select all
∇ goo
[1] 'fm'⎕WC'Form'
∇