File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -72,3 +72,31 @@ and then use this [example project](images/test.terminal.zip):
7272- Run it again and you will get colorized content and auto-completion using ` <tab> ` .
7373
7474![ Preference page for enabling terminal console] ( images/terminal_console.png )
75+
76+ ### Provide Search Capabilities for WebKit Browser on GTK+
77+
78+ <details >
79+ <summary >Contributors</summary >
80+
81+ - [ Simeon Andreev ] ( https://github.com/trancexpress )
82+ - [ Andrey Loskutov ] ( https://github.com/iloveeclipse )
83+ </details >
84+ We added rudimentary searching capabilities to ` Browser ` widgets based on WebKit and GTK+.
85+ The hotkey to open the search dialog is ` Ctrl+F ` ,
86+ the dialog opens at the bottom left of the client area of the Browser widget. See screenshots below.
87+
88+ The search dialog is closed with ` Esc ` .
89+ Its also closed when resizing or moving the ` Browser ` widget or its parent ` Shell ` .
90+ The dialog can be dragged and will remember its position until such a resize or move.
91+
92+ The search dialog is not available for ` Browser ` widgets in a ` Shell ` with the ` SWT.TOOL ` style.
93+
94+ The search can be disabled globally with the following VM property:
95+
96+ ```
97+ -Dorg.eclipse.swt.internal.webkitgtk.disableBrowserSearch=true
98+ ```
99+
100+ ![ Browser search dialog in Help Contents dialog] ( images/webkit_browser_search_dialog1.png )
101+ ![ Browser search dialog in Help View] ( images/webkit_browser_search_dialog2.png )
102+
You can’t perform that action at this time.
0 commit comments