Merge pull request #17343 from h2opaulh2o/foldAll-1

Add foldAll to IEditSession
This commit is contained in:
Nathan Shively-Sanders
2017-06-25 09:47:22 -07:00
committed by GitHub
+3 -1
View File
@@ -474,7 +474,9 @@ declare namespace AceAjax {
removeFold(arg: any): void;
expandFold(arg: any): void;
foldAll(startRow?: number, endRow?: number, depth?: number): void
unfold(arg1: any, arg2: boolean): void;
screenToDocumentColumn(row: number, column: number): void;