https://bugs.kde.org/show_bug.cgi?id=402450
Karthik Periagaram <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |FIXED Version|unspecified |5.58.0 CC| |[email protected] | |m Platform|Fedora RPMs |Archlinux Packages --- Comment #1 from Karthik Periagaram <[email protected]> --- Cannot reproduce this on latest released packages (Arch linux, Frameworks 5.58.0, Qt 5.12.3, KWrite 19.04.1). Updating version to indicate this. Start with following code (in empty CPP file): (. = space, | = cursor, tested with and without vi input mode.) if (some_condition) ....something_to_comment();| Use Ctrl+/ to toggle comment line (this seems to append //. in front). if (some_condition) //.....something_to_comment();| Highlight entire line and cut. if (some_condition) | And paste. if (some_condition) //.....something_to_comment(); The bug appears to be resolved in the latest released version. Marking bug as resolved/fixed and closing. -- You are receiving this mail because: You are watching all bug changes.
