Version: (using KDE KDE 3.1) Installed from: Compiled From Sources Compiler: gcc 3.2.2 OS: Linux It will be nice to be able to delete empty lines in Kate. Now we are able to replace lines with a regexp .*something.* with an empty line, but there is no way to delete these empty lines, or at least I do not know how to do it. NOTE: I do not know also how to do it with VI. It is very usefull when you want to investigate log files and you want to delete common stuff from the logs (without creating a perl program to do that). Regards.
*** Bug 55954 has been marked as a duplicate of this bug. ***
> NOTE: I do not know also how to do it with VI. In Vim you can achieve this with the command ":%s/^\n//g".
You should be able to do this once multi-line search works. If not, please re-open. *** This bug has been marked as a duplicate of 64910 ***