jaredp / OS161-Web-GDB

For debugging OS161 with a nice GUI in a browser
0 stars 0 forks source link

codeviewer should not wrap line of code under the line number #16

Open jaredp opened 10 years ago

jaredp commented 10 years ago

screen shot 2014-02-24 at 11 45 39 am

Is pretty ugly. Let's try to wrap lines by token (word), and have them aligned under where the line starts. Ideally, we'd match indentation or go one deeper, but at the very least don't have it in between the line num.

Relatedly, the line number gutter should be the same width across lines (four numbers wide?) and possibly be colored.