Only activate content assist and quick fix in commit message field
commitad3f9d8c92f61b19600594a3ea6ea162b0fc6d50
authorRobin Stocker <robin@nibor.org>
Tue, 30 Oct 2012 20:42:48 +0000 (30 21:42 +0100)
committerRobin Stocker <robin@nibor.org>
Tue, 30 Oct 2012 20:42:48 +0000 (30 21:42 +0100)
tree97d982df0f1f304ea9c00445ef60297444a96781
parentf418f9b9108bf9a7f11f9b72929b431216e4a35c
Only activate content assist and quick fix in commit message field

Before this, it was also active in the staged/unstaged table viewers,
which prevented selection with Ctrl+Space from working there.

Now it is activated and deactivated like the other actions: When the
text field gains/loses focus.

Bug: 393159
Change-Id: I73441ebb853240d6e6a952730592c71831270192
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/SpellcheckableMessageArea.java