Improve pasting into Change field in FetchGerritChangePage
commit97bde085bd7d39d3b7ca37317c8ec08f3c57bebd
authorThomas Wolf <thomas.wolf@paranor.ch>
Wed, 26 Apr 2017 13:34:49 +0000 (26 15:34 +0200)
committerThomas Wolf <thomas.wolf@paranor.ch>
Tue, 2 May 2017 17:56:08 +0000 (2 19:56 +0200)
tree60ccb2cbe549f01aaaad7cbfe33475227a2905a9
parentc0a3fd15726a6db8d5fd1f87ae3900ff8943aff9
Improve pasting into Change field in FetchGerritChangePage

1. Set the SWT.SINGLE flag on the text field.
2. Prevent inserting multi-line text. See bug 273470. Fixes strange
   and buggy behavior on OS X and on Linux/GTK.
3. Also try to determine the change ID from the clipboard contents
   on paste and paste only that ID if one could be determined.

Change-Id: I007cc0621461d579002f7ecca0ef711b9d60aca8
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/fetch/FetchGerritChangePage.java