Skip to content

Enteraction appending text before the new line #83196

Open

Description

EnterAction Should allow appending text before the new line as well.

What I want to do is when a user press enter in the middle of a string to break it into two lines and concat the string with +

eg:

convert this,

string s = "Press enter here -> <- there"

to

string s = "Press enter here ->" 
    + " <- there"

But I can only append + " to the string below. No way to add " to the string above :(

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

Metadata

Assignees

Labels

editor-commandsEditor text manipulation commandsfeature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions