diff --git a/api/editor.html b/api/editor.html index 12111be7..56426c34 100644 --- a/api/editor.html +++ b/api/editor.html @@ -1652,10 +1652,10 @@
-

Returns the value indicating how fast the mouse scroll speed is.

+

Returns the value indicating how fast the mouse scroll speed is (in milliseconds).

-

Returns the value indicating how fast the mouse scroll speed is.

+

Returns the value indicating how fast the mouse scroll speed is (in milliseconds).

Arguments

@@ -4179,7 +4179,7 @@

Sets how fast the mouse scrolling should do.

-

Arguments

speedNumber

Required. A value indicating the new speed

+

Arguments

speedNumber

Required. A value indicating the new speed (in milliseconds)

@@ -4205,7 +4205,9 @@

Indicates how selections should occur.

-

By default, selections are set to "line". This function also emits the 'changeSelectionStyle' event.

+

By default, selections are set to "line". There are no other styles at the moment, +although this code change in the future.

+

This function also emits the 'changeSelectionStyle' event.

Arguments

styleString

Required. The new selection style

@@ -4416,7 +4418,7 @@
    • -
    • Editor.setWrapBehavioursEnabled(Object enabled)
    • +
    • Editor.setWrapBehavioursEnabled(Boolean enabled)
    @@ -4424,20 +4426,14 @@
-

Editor.setWrapBehavioursEnabled(enabled)

-
    -
  • enabled (Boolean): Enables or disables wrapping behaviors
  • -
- -
-

Editor.setWrapBehavioursEnabled(enabled)

-
    -
  • enabled (Boolean): Enables or disables wrapping behaviors
  • -
-

Specifies whether to use wrapping behaviors or not, i.e. automatically wrapping the selection with characters such as brackets +

Specifies whether to use wrapping behaviors or not, i.e. automatically wrapping the selection with characters such as brackets when such a character is typed in.

-

Arguments

enabledObject

Required.

+ +

Specifies whether to use wrapping behaviors or not, i.e. automatically wrapping the selection with characters such as brackets +when such a character is typed in.

+ +

Arguments

enabledBoolean

Required. Enables or disables wrapping behaviors

diff --git a/api/virtual_renderer.html b/api/virtual_renderer.html index dfb26a7e..90b23620 100644 --- a/api/virtual_renderer.html +++ b/api/virtual_renderer.html @@ -17,7 +17,7 @@ -