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:
committed by
Shawn Pearce
parent
4b6d72d541
commit
2c702aaf5a
@@ -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() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user