Community
Participate
Working Groups
20021022 I would like to have the copy functionality on the MultiErrorDialog but I need API to register the widget (a list) with the copy action.
You should not need special API outside the key binding service. SWT's accelerator implementation doesn't allow the key binding service to define accelerators on dialogs. Moving to SWT and upgrading to critical.
SN to investigate and advise
Steve, This is marked critical. Please investigate and adjust severity/prioerity accordingly.
FYI we have a workaround for this case currently in place for 2.1
There is not plan to implement an accelerator service that is independent of the menu bar. With the advent of Display.addFilter() and recent changes to SWT.KeyDown, programmers who insist on defining an accelerator mechanism that is non-standard can do so.