eerohele / Tutkain

A Sublime Text package for interactive Clojure development

Home Page:https://tutkain.flowthing.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Side by side semi-transient REPL view

pedrorgirardi opened this issue · comments

A side-by-side semi-transient REPL view could work similarly to the existing output REPL view, with these differences:

  • it's a 'regular view' so it's possible to copy its content
  • it's semi-transient and it opens to the side

How it could work

  • whenever the user evals a form, Tutkain presents the result in the side-by-side semi-transient REPL view
  • the user might close the view but the 'REPL history' is still preserved
  • REPL history is separated from 'how to present it'
  • introduces a new command to clear the REPL history