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

[Feature] Enhancement REPL window handling / nREPL menu button #337

Closed
cfehse opened this issue Sep 22, 2019 · 1 comment
Closed

[Feature] Enhancement REPL window handling / nREPL menu button #337

cfehse opened this issue Sep 22, 2019 · 1 comment

Comments

@cfehse
Copy link
Contributor

cfehse commented Sep 22, 2019

Motivation
Inspired from the conversation about the usage of the REPL window for experienced users in issue #326, #325 the intention is to enhance the REPL window handling and the "nREPL" menu. There are commands to open the different REPL windows but for inexperienced users like me it may be difficult to find - in fact at the beginning I closed the REPl accidentally and did not find a quick way do get it back. There are in fact 2 commands and you have to now the right type of REPL window to open. Choosing the wrong type leads to a strange error message telling of some undefined object.

Implementation Proposal
Bundling all nREPL related commands into the nREPL command selection (pressing the "nREPL" button in the status bar). Depending on the state of the extension different commands will be included in the selection. A new disconnect command was added to provide a quick way to terminate the current REPL session. Meaningful error messages were added in case a command could not be executed.

@PEZ
Copy link
Collaborator

PEZ commented Sep 25, 2019

This has been fixed with v2.0.40, right?

@PEZ PEZ closed this as completed Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants