When on a line below an existing command, if I use CTRL-SPACE, it shows the additional parameters that could be coded for that command. If I pick on of the parameters, it adds it on the current line but it doesn't add the + at the end of the previous line to show that the command is continued.
For example, start with this
Put the cursor on the line below the crtlib command, do CTRL-SPACE, and choose TEXT. It gives this:
PGM
crtlib lib1
TEXT()
ENDPGM
It should give this:
PGM
crtlib lib1 +
TEXT()
ENDPGM
When on a line below an existing command, if I use CTRL-SPACE, it shows the additional parameters that could be coded for that command. If I pick on of the parameters, it adds it on the current line but it doesn't add the + at the end of the previous line to show that the command is continued.
For example, start with this
Put the cursor on the line below the crtlib command, do CTRL-SPACE, and choose TEXT. It gives this:
It should give this: