Skip to content

Commit ba8cc4e

Browse files
trancexpressiloveeclipse
authored andcommitted
Updated N&N entry for WebKit Browser search capabilities
1 parent ecff62f commit ba8cc4e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

news/4.37/platform.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,15 @@ and then use this [example project](images/test.terminal.zip):
8383
</details>
8484

8585
We added rudimentary searching capabilities to `Browser` widgets based on WebKit and GTK+.
86+
The search is enabled by setting the `SWT.SEARCH` style flag of the `Browser` widget.
8687
The hotkey to open the search dialog is `Ctrl+F`,
8788
the dialog opens at the bottom left of the client area of the Browser widget. See screenshots below.
8889

8990
The search dialog is closed with `Esc`.
9091
Its also closed when resizing or moving the `Browser` widget or its parent `Shell`.
9192
The dialog can be dragged and will remember its position until such a resize or move.
9293

93-
The search dialog is not available for `Browser` widgets in a `Shell` with the `SWT.TOOL` style.
94-
95-
The search can be disabled globally with the following VM property:
94+
The search can be disabled globally with the following VM property, e.g. in case of WebKit crashes:
9695

9796
```
9897
-Dorg.eclipse.swt.internal.webkitgtk.disableBrowserSearch=true

0 commit comments

Comments
 (0)