Bug 55949

Summary: replace to be able to delete empty lines
Product: [Applications] kate Reporter: Jaime Torres <jtamate>
Component: generalAssignee: Anders Lund <anderslund>
Status: RESOLVED DUPLICATE    
Severity: wishlist CC: webmaster
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Jaime Torres 2003-03-14 11:15:38 UTC
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.
Comment 1 Christoph Cullmann 2003-05-22 23:39:46 UTC
*** Bug 55954 has been marked as a duplicate of this bug. ***
Comment 2 Sebastian Pipping 2007-04-20 13:54:30 UTC
> NOTE: I do not know also how to do it with VI.

In Vim you can achieve this with the command ":%s/^\n//g".
Comment 3 Matthew Woehlke 2007-04-20 22:59:33 UTC
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 ***