Skip to content

[Feature] Be able to paste multiple lines at once at the >>> prompt #353

Description

@alankilborn

Consider these lines of text in a Notepad++ tab:

a=3
b=4
c=5

I'd like to be able to select these lines, copy them via Ctrl+c, move input focus to the PythonScript console window's >>> prompt box, and paste via Ctrl+v, with the intention that when I press Enter after that, all three of these lines would be executed, one after the other.

Currently when I attempt to paste those lines, all that gets placed in the prompt box is a=3.

Behavior current to the 3.019 pre-release.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions