add simple foldWidgets

This commit is contained in:
nightwing 2011-11-25 23:58:13 +04:00
commit 3412f89007
6 changed files with 89 additions and 3 deletions

View file

@ -591,7 +591,15 @@ function Folding() {
this.addFold(placeholder, range);
};
// structured folding
this.$setFolding = function(mode) {
};
this.onFoldWidgetClick = function(e) {
};
}
exports.Folding = Folding;
});