add persistent vscroll option to the demo

This commit is contained in:
nightwing 2013-08-09 00:12:52 +04:00
commit 9bf8eac28c
3 changed files with 9 additions and 1 deletions

View file

@ -2370,6 +2370,7 @@ config.defineOptions(Editor.prototype, "editor", {
wrapBehavioursEnabled: {initialValue: true},
hScrollBarAlwaysVisible: "renderer",
vScrollBarAlwaysVisible: "renderer",
highlightGutterLine: "renderer",
animatedScroll: "renderer",
showInvisibles: "renderer",