zedapp / zed

Rethinking code editing.
http://zedapp.org
MIT License
2.22k stars 162 forks source link

Show file check status in editor title #488

Open zielu opened 9 years ago

zielu commented 9 years ago

I'm missing check status for currently edited file. My use case is this: js file is edited and some syntax change is made that results in error/warning being reported but in part of file that is not visible. I have to scroll over entire file to make sure I didn't break anything by accident.

It would be nice if status is shown in editor title, for example as "leds" at the left side of file name, that are on when at least one error / warning is reported. If count could also be included it would be awesome.

zefhemel commented 9 years ago

Interesting idea, many other editors do this in the scroll bar. Doing it in the title/path bar would actually be easier although you get little indication of where to look for these warnings/errors.

zielu commented 9 years ago

It would be perfect to have both things (title bar and scroll bar) :) but just general "file status" indication provides useful information.

victorel-petrovich commented 9 years ago

@zefhemel +1 for error warning in the gutter, like caret editor shows for html