SideBySide2: Revise SkipBar and disable horizontal scroll on LineWidgets

CodeMirror finally supports hiding the first line completely, revise
SkipBar implementation to be less hackish.

While we now use horizontal scrolling, line widgets (SkipBars and
CommentBoxes) should not scroll with the content. Set "noHScroll"
to true when creating them.

Remove clipping when calling scrollTo() since CodeMirror now handles that.

Change-Id: I0c08597bb1c856b332fe96fa700fea0a68504c9a
5 files changed