diff options
| author | Daniel Megert | 2011-10-31 12:02:03 +0000 |
|---|---|---|
| committer | Daniel Megert | 2011-10-31 12:02:03 +0000 |
| commit | ab971ae7c1999af15fb3f1a6714bca047aaa5fd7 (patch) | |
| tree | 2f6a46835f050ceea9cac64e1a9457524d2d3c74 | |
| parent | 2cf3635b8be678c5d766d0fcf685f771e2e37540 (diff) | |
| download | egit-ab971ae7c1999af15fb3f1a6714bca047aaa5fd7.tar.gz egit-ab971ae7c1999af15fb3f1a6714bca047aaa5fd7.tar.xz egit-ab971ae7c1999af15fb3f1a6714bca047aaa5fd7.zip | |
Commit dialog should not show hyperlink without pressing Ctrl
Bug 358922
Change-Id: Idecff94ab7102046d53c097f10279a8937696ab7
Signed-off-by: Daniel Megert <daniel_megert@ch.ibm.com>
| -rw-r--r-- | org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/SpellcheckableMessageArea.java | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/SpellcheckableMessageArea.java b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/SpellcheckableMessageArea.java index a20e2cbd14..8f0f081e60 100644 --- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/SpellcheckableMessageArea.java +++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/SpellcheckableMessageArea.java @@ -1,6 +1,7 @@ /******************************************************************************* * Copyright (C) 2010, Benjamin Muskalla <bmuskalla@eclipsesource.com> * Copyright (C) 2011, Matthias Sohn <matthias.sohn@sap.com> + * Copyright (C) 2011, IBM Corporation * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -200,11 +201,6 @@ public class SpellcheckableMessageArea extends Composite { } @Override - public int getHyperlinkStateMask(ISourceViewer viewer) { - return SWT.NONE; - } - - @Override public IReconciler getReconciler(ISourceViewer viewer) { if (!isEditable(viewer)) return null; |
