Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command editor should allow multi-line commands to be typed without using && #2780

Closed
bmicklea opened this issue Oct 13, 2016 · 2 comments
Closed
Assignees
Labels
kind/enhancement A feature request - must adhere to the feature request template.

Comments

@bmicklea
Copy link

Today we allow people to create multi-line commands by either:

  1. Adding "&&" between commands on a single line in the command editor.
  2. Creating a multiline command outside the command editor and pasting it in.

There is no ability to add a return in the command editor itself. It would be better to allow Shift-Enter to be used for a return and Enter to accept the dialog.

@bmicklea bmicklea added the kind/enhancement A feature request - must adhere to the feature request template. label Oct 13, 2016
@slemeur
Copy link
Contributor

slemeur commented Oct 13, 2016

This will also be improved by refactoring the Commands Manager from a popup wizard, to a Command Explorer + Command Editor.
#2681

@bmicklea
Copy link
Author

bmicklea commented Oct 13, 2016

Closing as it will be fixed by #2681

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template.
Projects
None yet
Development

No branches or pull requests

3 participants