You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pressing Ctrl-D to close a clj-swingrepl window sometimes propagates the key/close event to another window, closing more than the REPL than you intended to close. This happens even if the other REPL is in another process.
Tested on Windows; might not happen elsewhere.
The text was updated successfully, but these errors were encountered:
Looks like a Ctrl-D in another application entirely can make clj-swingrepl quit (as long as clj-swingrepl receives focus next). I guess there's some keyup/keydown logic that needs fixing.
Pressing
Ctrl-D
to close a clj-swingrepl window sometimes propagates the key/close event to another window, closing more than the REPL than you intended to close. This happens even if the other REPL is in another process.Tested on Windows; might not happen elsewhere.
The text was updated successfully, but these errors were encountered: