| Summary: | Indentation when applying renaming solution | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Jaka Kranjc <svn> |
| Component: | Language Support: CPP (Clang-based) | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | igorkuo |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
*** This bug has been marked as a duplicate of bug 317299 *** |
While changing variable names in a project indented with tabs, KDevelop tends to prepend a bunch of extra spaces if it's not done manually. STEPS TO REPRODUCE This is visible via automatic renaming (context menu -> Rename X), but a tiny bit more simply by renaming a variable, switching to one of it's users and then accepting the suggested solution from the popup ("Replace X with Y"). OBSERVED RESULT 3 (!?) spaces are erroneusly prepended to the name (so after the leading tab). Here's a three-step journey laid bare: https://imgur.com/a/bMLmxHi Observed with earlier versions, but it's still there in 5.6.0, so finally got the idea to file a report.