From 2268403e0255795fc16e2669849ad4c8d46b41a5 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Sat, 25 Mar 2017 09:01:00 +0200 Subject: [PATCH] autotools: Restore API. It's unused but still we have to keep it. Change-Id: I9f23e09c0ce62bf88f6cc490a7c0c31852b6fd16 Signed-off-by: Alexander Kurtakov --- .../autotools/ui/editors/AutoconfMacroDamagerRepairer.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/org.eclipse.cdt.autotools.ui/src/org/eclipse/cdt/autotools/ui/editors/AutoconfMacroDamagerRepairer.java b/build/org.eclipse.cdt.autotools.ui/src/org/eclipse/cdt/autotools/ui/editors/AutoconfMacroDamagerRepairer.java index 83d3b6743f5..ae78e464096 100644 --- a/build/org.eclipse.cdt.autotools.ui/src/org/eclipse/cdt/autotools/ui/editors/AutoconfMacroDamagerRepairer.java +++ b/build/org.eclipse.cdt.autotools.ui/src/org/eclipse/cdt/autotools/ui/editors/AutoconfMacroDamagerRepairer.java @@ -15,6 +15,11 @@ import org.eclipse.jface.text.rules.ITokenScanner; public class AutoconfMacroDamagerRepairer extends DefaultDamagerRepairer { + public final static String UNMATCHED_RIGHT_PARENTHESIS = "UnmatchedRightParenthesis"; //$NON-NLS-1$ + public final static String UNMATCHED_LEFT_PARENTHESIS = "UnmatchedLeftParenthesis"; //$NON-NLS-1$ + public final static String UNMATCHED_RIGHT_QUOTE = "UnmatchedRightQuote"; //$NON-NLS-1$ + public final static String UNMATCHED_LEFT_QUOTE = "UnmatchedLeftQuote"; //$NON-NLS-1$ + /** * Creates a damager/repairer that uses the given scanner. The scanner may * not be null and is assumed to return only token that carry