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

--- Comment #10 from Igor Kushnir <igor...@gmail.com> ---
> Yes. It might be some workaround this issue, but not solves the problem.
> I wonder why in moment of using "Rename assistant" is applying automatic
> formatting of code, whereas I didn't call it intentionally. If I will want
> to reformat my code in some style then I will use formatting option in
> KDevelop menu.
> 
> Therefore maybe some solution could be just skipping formatting of code in
> "Rename assistant", if this is possible. And alternatively adding option in
> configuration forcing usage of formatting.
I am afraid this is not so simple. In many cases KDevelop generates more
complex code than simply renaming, and the code path is likely shared by
different-complexity refactorings. In case when more code is generated,
KDevelop must ensure that it is not formatted in some fixed-for-all-IDE-users
style chosen by KDevelop developers, but in the style the user selected for the
current session/project. *Disclaimer: I am not sure about this as it has been
some months since I dived into the relevant code.*

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

Reply via email to