-
Notifications
You must be signed in to change notification settings - Fork 50
Description
Issue description or question
I've only briefly seen Wallaby V2 and I think it has lots of potential, I also really appreciate (as a Sublime Text user) some of the features like reverse debugging now being generally available to me.
One of the things I'm less keen on in the new UI though is the amount of information presented, and the space to do so. For example in this screenshot the general errors pane is so small - it was often small in the old UI where I'd give it about a quarter of the screen space (mostly due to big/long error messages).
It'd be really great if we could manage our own views and place appropriate tabs on them (and persist the selection across them). I'm thinking for example:
I can create some custom tabs at the top of the screen and name them (e.g. tests
, debugging
, logging
, coverage
). These tabs control the whole view, within each one of these tabs I can customize the panels present so I might add the file-viewer
and test-list
onto my first tab. On my debugging tab I might add the test timeline
. Selecting a test on my first tab, and switching to the debugging tab would automatically process and display the test timeline output just for that test (I don't need to see the test list when drilling into a test for example).
Hope that makes sense!