goplayspace icon indicating copy to clipboard operation
goplayspace copied to clipboard

FeatureRequest: Add tabs

Open rustysys-dev opened this issue 4 years ago • 1 comments

I found recently that I want to try multiple different things at once. It would be wonderful if the placespace supported editor tabs.

workarounds I can do but prefer not to.

  • open another playspace browser tab ( in an already cluttered browser... )
  • save the script as a share link ( need to manage a list.. )
  • erase one script and start another.. ( lose the code I was testing previously )

Some thoughts regarding possible implementation:

  • allow tabs to compile together ( interesting idea, although I personally do not need it )
  • allow tabs to compile apart ( definitely would like to see. )
  • each tab has a separate share link ( would prefer )
  • all tabs ( workspace ) have a common share link ( interesting do not need )
  • output pane is saved per tab

rustysys-dev avatar Sep 06 '19 02:09 rustysys-dev

I think this is exactly what browser tabs are for. You can open a new browser window for your coding experiments and keep several tabs open, then discard the entire window once you're done.

iafan avatar Sep 06 '19 03:09 iafan