feeley / codeboot

An in-browser JavaScript REPL which supports single-stepping
32 stars 11 forks source link

Transcript should be a fixed size, but growable by dragging bottom. #94

Open feeley opened 11 years ago

feeley commented 11 years ago

Having a fixed size would give more stability to the interface (the buttons would not suddenly disappear from under the mouse when executing code from a code editor).

dufour commented 11 years ago

If I understand correctly, the initial size should be was is currently the maximum size. This shouldn't be difficult to change, but I won't be able to get to it until next week.

feeley commented 11 years ago

Le 2012-11-29 à 10:41 AM, Bruno Dufour notifications@github.com a écrit :

If I understand correctly, the initial size should be was is currently the maximum size. This shouldn't be difficult to change, but I won't be able to get to it until next week.

The first time codeBoot is used the console should be a certain reasonable size, say 4 lines tall (all blank) plus the line where commands are entered. The first commands added to the transcript should be immediately above the line where commands are entered. The user can resize the console by dragging the bottom of the console.

The main point is that the location of code editors and their buttons do not move when there is stuff being added to the transcript (for example, loading a file).