Skip to content

Using ctrl-space to add more command keywords on subsequent lines fails to add a + on the previous line #40

@bmorris1

Description

@bmorris1

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

PGM

crtlib lib1


ENDPGM

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions