Open aplteam opened 3 years ago
For example, define:
⎕FX' foo' (⎕ucs 9053 32 9484) (,'⍝') ' s ⍝ savsad' (' vdsa ⍝ ',(⎕ucs 9496))
)ed foo
foo
⍝ ┌
⍝
s ⍝ savsad
vdsa ⍝ ┘
Drag mouse from ┌ to ┘ and hit AC. Observe doubled ⍝ on first line. Hit AC repeatedly for mangled code.4
Describe the issue you are having
In the ODE the AC command (align comments) affects only lines that also carry code. In other words, lines that consists of nothing but comments are left alone, and that's what one usually wants.
The ODE does allow aligning pure comment lines by selecting them before issuing AC, but his is AFAIC less important though nice to have.
Paste the contents of Help → About (Shift+F1)