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

Karthik Periagaram <karthik.periaga...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |5.58.0
           Platform|Other                       |Archlinux Packages
                 CC|                            |karthik.periaga...@gmail.co
                   |                            |m

--- Comment #1 from Karthik Periagaram <karthik.periaga...@gmail.com> ---
Confirmed. To trigger this, you only need to set "Indentation using" to tabs.
Leave everything else as defaults.

Arch packages (KDE frameworks 5.58.0, Qt 5.12.3, Kwrite version 19.04.1) are
newer, so I'll update the version for this bug.

Note: When Indentation is set to use spaces, this behavior does NOT happen.

Example and behavior with indentation using spaces:

Start with,

int main()
{
....while (true)|
}

Press enter

int main()
{
....while (true)
........|
}

Open braces

int main()
{
....while (true)
....{|}
}

Press enter

int main()
{
....while (true)
....{
........|
....}
}

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

Reply via email to