Page 1 of 1

Bug with Source as Typed?

Posted: Fri May 17, 2024 1:29 pm
by Rav
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:

Code: Select all

     ∇ foo
[1]    'fm' ⎕WC 'Form'
     ∇
If I now )ed that function and change line [0] to goo and save it, goo looks like this:

Code: Select all

     ∇ goo
[1]    'fm'⎕WC'Form'
     ∇
Is there a reason the spacing isn't being retained? Thanks / Rav

Re: Bug with Source as Typed?

Posted: Wed Jun 05, 2024 4:23 pm
by Vince|Dyalog
Thanks for reporting this, Rav.

I have logged it as an issue, 21424.

Regards,

Vince