bdkjones / CodeKit2

CodeKit 2 Beta
98 stars 4 forks source link

Log view issues #616

Open chris-scheurle opened 8 years ago

chris-scheurle commented 8 years ago

There are several issues with the Log view, that make working with CodeKit a bit ... tiresome:

screenshot screenshot2

  1. When compiling a lot of files at once, there is no way of scrolling back up, so I can't have a closer look at all the errors and warnings generated. It would be really nice to have some scrollbars, there.
  2. This one is not that important, but bothersome in combination with [1.]: when there were warnings or errors, there's always some space left blank at the bottom of the list, it's height matching that of the longest error/warning in detail view.
  3. When compiling a lot of files with different path but the same filename at once (e.g. in every project, there ought to be a lot ofindex.htmlfiles), there is no way of knowing which file generated a particlar error/warning. So it would be nice to have the file's full path displayed, maybe by showing some tooltip when hovering the mouse pointer over the project name.