cs136 / seashell

Seashell is an online environment for editing, running, and submitting C programming assignments.
GNU General Public License v3.0
38 stars 19 forks source link

Make the editor and console resizable #609

Closed cs136 closed 7 years ago

cs136 commented 7 years ago

Submitter: Tim Brecht Feature request. Ideally I would like to be able to grab the line between the left panel and right (console) and adjust the width of both by moving the dividing line.

If that isn't possible, could you please make the console panel narrower (e.g., 35% of the screen width). Ideally configurable by the user. When trying to do demos in class the code on the left needs to use a large font and when that happens most of the code line wraps, making it really ugly and hard to read.

ariena commented 7 years ago

Tim, I think you will find the Resize feature useful. It arranges the editor and the console vertically rather than horizontally.

e45lee commented 7 years ago

I will close this as now as we do have something in place that works. Time permitting, and if our codebase permits, we will try to see if we can't implement the resize feature as described in this issue.

yuliswe commented 7 years ago

implemented #658