From 64435398e86adaed89202a7a9c821025028b1d01 Mon Sep 17 00:00:00 2001 From: Hannah Schellekens Date: Tue, 19 May 2020 21:12:54 +0200 Subject: [PATCH] Artificially resolved the discusson of PR #1329 --- src/nl/hannahsten/texifyidea/editor/LatexQuoteInsertHandler.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nl/hannahsten/texifyidea/editor/LatexQuoteInsertHandler.kt b/src/nl/hannahsten/texifyidea/editor/LatexQuoteInsertHandler.kt index 409ee0afc..a832bdc15 100644 --- a/src/nl/hannahsten/texifyidea/editor/LatexQuoteInsertHandler.kt +++ b/src/nl/hannahsten/texifyidea/editor/LatexQuoteInsertHandler.kt @@ -84,7 +84,7 @@ open class LatexQuoteInsertHandler : TypedHandlerDelegate() { isOpeningQuotes = true } - // If we are not closing the command, assume we are opening it (instead of doing nothing) + // If we are not closing the quotes, assume we are opening it (instead of doing nothing) if (TexifySettings.getInstance().automaticQuoteReplacement == TexifySettings.QuoteReplacement.CSQUOTES && document.getText(TextRange.from(min(offset, document.textLength - 1), 1)) != "}") { isOpeningQuotes = true