jasongilman / proto-repl

A Clojure Development Environment package for the Atom editor
https://atom.io/packages/proto-repl
MIT License
565 stars 50 forks source link

Tab handling #258

Open moxaj opened 7 years ago

moxaj commented 7 years ago

2 minor suggestions:

  1. When I open atom, there's usually a Console tab open from a previous coding session. Starting proto-repl however does not reuse the Console tab, but opens a Proto-REPL tab next to it. I believe this is a recent change, either in proto-repl or atom.

  2. When the REPL tab is active, and I select a file to open, it'd be nice if the new tab didn't pop up next to the REPL tab. This is probably the default atom behaviour, but maybe there's a way to override it?

moxaj commented 7 years ago

The first issue is better described at #254 (note: I'm using boot, so it's not related to lein).