Bug 55949 - replace to be able to delete empty lines
Summary: replace to be able to delete empty lines
Status: RESOLVED DUPLICATE of bug 64910
Alias: None
Product: kate
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Anders Lund
URL:
Keywords:
: 55954 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-03-14 11:15 UTC by Jaime Torres
Modified: 2007-04-20 22:59 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***