Add a BranchNameNormalizer to the PushBranchPage
commit89bea7639f8fff2fd191f2b80cd2758abb550dfe
authorMichael Keppler <Michael.Keppler@gmx.de>
Mon, 17 Apr 2017 06:51:32 +0000 (17 08:51 +0200)
committerThomas Wolf <thomas.wolf@paranor.ch>
Thu, 20 Apr 2017 10:48:30 +0000 (20 12:48 +0200)
tree4805ef65fdcbf198a8e0c57abdfc99c400f1c9b3
parent7a2cce6d6aa2449f927f5cefae1cecc3c469d808
Add a BranchNameNormalizer to the PushBranchPage

Don't give it a tooltip; it would conflict with the tooltip used for
the other content proposal adapter on that text field that proposes
existing upstream branches.

The two content proposal adapters work otherwise well together since
they return proposals only under mutually exclusive conditions.

Bug: 515279
Change-Id: Iafbd50a99bf71b363e2591ada759584b3b978d5c
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/components/BranchNameNormalizer.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/PushBranchPage.java