Comment 6 for bug 247798

Revision history for this message
In , 1uf1w-alexander-sd4cm (1uf1w-alexander-sd4cm) wrote :

Version: 2.4 (using KDE KDE 3.4.0)
Installed from: Gentoo Packages
Compiler: gcc 3.4.3
OS: Linux

I use CTRL-D a lot to comment blocks of Perl code. It simply places "# " (a pound sign and a space) at the head of each highlighted line.

When I have static word wrap turned on, any lines that are within two characters of hitting the wrap limit have their last word moved to a new line (they're pushed by the two new characters). That's all fine and dandy, but the problem is that the new line _is not commented_. Which means the code doesn't compile and I have to go searching for the problem.