Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit e81ec23

Browse files
committed
Removed unnecessary methods from new interface.
1 parent 4997ba5 commit e81ec23

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

src/Main/Base/Project/Editor/ICodeEditorOptions.cs

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,6 @@ bool AllowScrollBelowDocument {
3131
set;
3232
}
3333

34-
string FontFamily {
35-
get;
36-
set;
37-
}
38-
39-
double FontSize {
40-
get;
41-
set;
42-
}
43-
4434
bool ShowLineNumbers {
4535
get;
4636
set;
@@ -66,11 +56,6 @@ bool MouseWheelZoom {
6656
set;
6757
}
6858

69-
bool UnderlineErrors {
70-
get;
71-
set;
72-
}
73-
7459
bool HighlightBrackets {
7560
get;
7661
set;
@@ -105,10 +90,5 @@ bool ShowHiddenDefinitions {
10590
get;
10691
set;
10792
}
108-
109-
bool AutoInsertBlockEnd {
110-
get;
111-
set;
112-
}
11393
}
11494
}

0 commit comments

Comments
 (0)