Add foldAll to IEditSession

This commit is contained in:
Paul
2017-06-21 09:58:34 +03:00
committed by GitHub
parent a3af39ba43
commit fcd65b0319

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;