Skip to content

Add prompt string support for REPL #84

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

Closed
daviwil opened this issue Dec 17, 2015 · 0 comments
Closed

Add prompt string support for REPL #84

daviwil opened this issue Dec 17, 2015 · 0 comments
Labels
Issue-Enhancement A feature request (enhancement).
Milestone

Comments

@daviwil
Copy link
Contributor

daviwil commented Dec 17, 2015

The Editor Services REPL should provide prompt string, much like what you see in the ISE today:

PS C:\Users\daviwil>

This prompt gets updated based on the state of the user's session. For example, when script execution breaks into the debugger, the prompt gets a [DBG] prefix:

[DBG]: PS C:\Users\daviwil>>

The prompt implementation should also support custom user prompts my invoking the prompt function to get the user's prompt string.

@daviwil daviwil added this to the 0.4.0 milestone Dec 17, 2015
@daviwil daviwil added the Issue-Enhancement A feature request (enhancement). label Dec 17, 2015
@daviwil daviwil closed this as completed in b4fb564 Jan 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Enhancement A feature request (enhancement).
Projects
None yet
Development

No branches or pull requests

1 participant