You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Corresponds to the **Enable Language Server Protocol** check box in the <br> [**Language Server** page](../../dlg/properties/language_server/index) of Configuration Properties.
4
+
5
+
##
6
+
7
+
### \[JavaScript\]
8
+
9
+
```
10
+
b = object.Enabled;
11
+
object.Enabled = b;
12
+
```
13
+
14
+
### \[VBScript\]
15
+
16
+
```
17
+
b = object.Enabled
18
+
object.Enabled = b
19
+
```
20
+
21
+
## Version
22
+
23
+
Supported on EmEditor Professional Version 23.00 or later.
Corresponds to the **Document Type** drop-down list box in the [**Language Server** page](../../dlg/properties/language_server/index) of Configuration Properties.
4
+
5
+
##
6
+
7
+
### \[JavaScript\]
8
+
9
+
```
10
+
b = object.Type;
11
+
object.Type = b;
12
+
```
13
+
14
+
### \[VBScript\]
15
+
16
+
```
17
+
b = object.Type
18
+
object.Type = b
19
+
```
20
+
21
+
## Version
22
+
23
+
Supported on EmEditor Professional Version 23.00 or later.
0 commit comments