terminus icon indicating copy to clipboard operation
terminus copied to clipboard

feat: render terminals in the bottom dock

Open akonwi opened this issue 5 years ago • 4 comments

@the-j0k3r If we want to support moving the terminals to other docks and the center of the workspace, it's the resize logic that needs to be updated and I'm not sure where to start with that.

akonwi avatar Nov 21 '19 05:11 akonwi

I see another thing here, the keyboard icon wasnt moved to the statusbar so there's actual more usable space.

Capture

The original coffescript PR iirc this was moved to statusbar , but its strange you can add the title to the docks but cant fit the keyboard in there too?

EDIT: I dont get it. Linux/macOS looks like above scrrenshot and Windows doesnt have the keyboard icon anywhere while in dock mode.

Capture

the-j0k3r avatar Nov 21 '19 13:11 the-j0k3r

Since there is already a way to have a terminal in the bottom dock (open a terminal and drag it to the bottom dock) why not just do that by default when the config checkbox is checked

I implemented a POC of that in #15

UziTech avatar Nov 21 '19 20:11 UziTech

@UziTech Great idea. When I first created the pr in the platformio repo, I had no idea that was possible

akonwi avatar Nov 21 '19 21:11 akonwi

@akonwi it would probably be easier to update this PR to use onDropTabBar code to move it to the dock then use #15

UziTech avatar Nov 22 '19 00:11 UziTech