[Github-comments] [geany/geany-plugins] Remove every n line (#772)
Frank Lanitz
notifications at xxxxx
Mon Sep 10 09:20:19 UTC 2018
It would be awesome, if the plugin offer a way to delete every n line. I've got regular cases were I need to delete just every second line and somehow I miss this feature. Example:
```
line 1
line 2
line 3
line 4
line 5
```
would become
```
line 1
line 3
line 5
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/772
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180910/f49265fe/attachment.html>
More information about the Github-comments
mailing list