In PB 5.60 IDE for Windows,
Ctrl+E and
Ctrl+Shift+E don't affect comments following inline ASM using the `!` symbol.
Example:
Code:
Procedure.l Test_multi_spaced()
! MOV rax, 3 ; some comment
ProcedureReturn ; The returned value will be 3
EndProcedure
... selecting the two comments lines and trying to align the comments fails on the ASM line.
This also affects the auto-format indentation (Ctr+I), which doesn't take into account the comment of a `!` ASM line when aligning the comment of the following line.