beefytech / Beef

Beef Programming Language
http://www.beeflang.org
Other
2.47k stars 126 forks source link

[Enhancement] Collapsing/hiding windows #578

Open xposure opened 3 years ago

xposure commented 3 years ago

Relates to https://github.com/beefytech/Beef/issues/577

Allow the docked windows to auto hide/collapse like vscode/studio.

bfiete commented 3 years ago

How do you auto-hide in VSCode? I see a Hide but then it seems you manually have to pull the splitter back open. Also does VSCode support different layout configurations for editing/debug? I didn't see a way to do that there...

xposure commented 3 years ago

Actually there us a plugin that you can install on VSCode that enables auto-hiding. Its a little bit gimmicky now that I think about it. Ideally it would work like Visual Studio.

bfiete commented 3 years ago

What about different layout configs for editing/debug- does VSCode do something like that?

xposure commented 3 years ago

VSCode is sort of limited to a left bar and a bottom bar that holds the integrated console (I had another enhancement on that).

This is what it looks like prior to launching the debugger in VSCode.

image

This is what it looks like after, it will auto switch the left dock to the debugger which can be turned off and it will auto open the output window below.

image