2wendex2

Results 2 issues of 2wendex2

**Description of the Bug** When a user presses any keybinding that includes the F1 key (e.g., Ctrl+F1), the ```SWT.Help``` event is sent alongside the intended keybinding. This is a probrem...

Windows

In ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/DefaultHelpUI.java, lines 330-336: ```IContextProvider adapter = activePart.getAdapter(IContextProvider.class); if (adapter != null) context = adapter.getContext(c); String contextText = context.getText(); ``` But javadoc of `IContextProvider.getContext(Object)` says: > return context help for...

bug