Aalto-LeTech / aplus-courses

A+ Courses is a plugin for IntelliJ IDEA, used in programming courses at Aalto University
https://plugins.jetbrains.com/plugin/13634-a-courses
MIT License
17 stars 6 forks source link

Add a “Relaunch REPL and run all of the previous session’s commands” button. #821

Closed stellatsv closed 2 months ago

stellatsv commented 2 years ago

Basically, the same feature that Eclipse’s Scala IDE (R.I.P.) has.

stellatsv commented 2 years ago

Let's try to contact JetBrains about it?

OlliKiljunen commented 1 year ago

@Taikelenn: The current implementation supports auto-executing code in the REPL. How to design the UI, is non-trivial.

@jaakkonakaza: User could store a state when using a REPL and then return to that later.

jaakkonakaza commented 2 months ago

Moved to https://github.com/Aalto-LeTech/REPLace/issues/1