SideBySide2: Add clickable gutters to the right of CodeMirror B

Implementing a panel to the right of the scrollbar that holds fixed
clickable gutters indicating positions of comments and diff chunks.
This is a crude proof-of-concept that requires more tweaking.

Change-Id: Ib705581de407d91c36bfe92cf02dd063736158e1
This commit is contained in:
Michael Zhou
2013-07-17 17:37:37 -07:00
committed by Shawn Pearce
parent 4b6d72d541
commit 2c702aaf5a
9 changed files with 340 additions and 25 deletions

View File

@@ -30,7 +30,6 @@ public class ScrollInfo extends JavaScriptObject {
public final native double getClientWidth() /*-{ return this.clientWidth; }-*/;
public final native double getClientHeight() /*-{ return this.clientHeight; }-*/;
protected ScrollInfo() {
}
}