Skip to content

Commit

Permalink
fix: Add missing options to VirtualRendererOptions and `EditorOptio…
Browse files Browse the repository at this point in the history
…ns` (#4983)
  • Loading branch information
mkslanc authored Nov 7, 2022
1 parent df44158 commit 19dd2ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ace.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ export namespace Ace {
showFoldWidgets: boolean;
showLineNumbers: boolean;
displayIndentGuides: boolean;
highlightIndentGuides: boolean;
highlightGutterLine: boolean;
hScrollBarAlwaysVisible: boolean;
vScrollBarAlwaysVisible: boolean;
Expand All @@ -189,6 +190,7 @@ export namespace Ace {
minLines: number;
scrollPastEnd: boolean;
fixedWidthGutter: boolean;
customScrollbar: boolean;
theme: string;
hasCssTransforms: boolean;
maxPixelHeight: number;
Expand Down Expand Up @@ -220,6 +222,7 @@ export namespace Ace {
placeholder: string;
value: string;
session: EditSession;
relativeLineNumbers: boolean;
}

export interface SearchOptions {
Expand Down

0 comments on commit 19dd2ec

Please sign in to comment.