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

Option to deactivate editor frame on REPL command #1562

Closed
spieden opened this issue Oct 12, 2016 · 1 comment
Closed

Option to deactivate editor frame on REPL command #1562

spieden opened this issue Oct 12, 2016 · 1 comment
Labels
released Marks issues which have had the fixes released in a stable build
Milestone

Comments

@spieden
Copy link

spieden commented Oct 12, 2016

I'm using tools.namespace to reload code (instead of the inbuilt Cursive file reloading) via a REPL command bound to a key combination. Files aren't saved in Intellij until an editor frame is deactivated, so running "refresh" via the REPL command doesn't pick up changes just made. (You instead have to switch editor frames or activate the REPL to deactivate and flush the frame you modified.)

This ticket is to add an option to deactivate and reactivate the current editor frame when running a REPL command.

@cursive-ide cursive-ide added this to the 1.4.0-eap4 milestone Oct 13, 2016
@cursive-ide
Copy link
Owner

Just to clarify - the requirement is actually that all files should be saved before running a REPL command, correct? This makes perfect sense, I'll do that.

@cursive-ide cursive-ide added the released Marks issues which have had the fixes released in a stable build label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Marks issues which have had the fixes released in a stable build
Projects
None yet
Development

No branches or pull requests

2 participants