-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lineoperations: remove every n-th line #860
Conversation
3d50545
to
3783e8c
Compare
Don't merge yet! There is an error: need to add lineoperations to POTFILES.in. Will do that tomorrow. |
Imlements a new feature which allows to remove every n-th line. The user can enter the value of 'n' in a dialog. Implements geany#772.
3783e8c
to
2833d96
Compare
Done. Updated POTFILES.in and also completed the README. |
@smostertdev should take over review maybe |
@frlan: we have nearly waited 2 month for a reply. I vote for merging this. It's quite a simple change and my tests looked good. Of course you can test it yourself if you like. |
@smostertdev is the lineoperations maintainer I think. |
@elextr: yeah, but he didn't reply so I contacted frlan as he seems to be kind of the manager of geany-plugins. |
I cannot do anything about how people responses. However, I did not found anything cruzial while reading over code. Let's test it in practice. |
@frlan: of course you can't. Please don't get me wrong: I did not mean to criticise you or smostertdev. It's just that it is a simple change and I think it's better to merge it at some point than to keep it open for several months. If it was a larger PR - yeah then we definitely would need to wait. |
@LarsGit223 my comment was actually just meant to be a "subtle"??? re-ping :) |
Glad to see that everyone is more on top of things than me. I just double checked it, compiled it and tested it and it looks great. Don't see any issues with to code, well written @LarsGit223 |
Imlements a new feature which allows to remove every n-th line. The user can enter the value of 'n' in a dialog. Implements #772.