https://bugs.kde.org/show_bug.cgi?id=365437

--- Comment #7 from Igor Kushnir <igor...@meta.ua> ---
I see that my braces bug is the same as Piotr's. It is triggered by a brace
inserted by a formatter just before the renamed variable. The bug is in
extractFormattedTextFromContext():
    endOfLeftContext = matchPrefixIgnoringWhitespace(formattedMergedText,
leftContext, fuzzyCharacters);
The inserted brace ends up after endOfLeftContext and sneaks into code along
with the renamed variable. The bug does not depend on the source formatter -
happens with all of them.

I'll try to fix this bug by skipping the brace and associated extra line break,
etc.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to