Also Neil, I brought you 5 references with many users wanting the feature of deleting several lines, yet you took a single opinion in the opposite direction (see Yaron above) to decide otherwise.
Also Neil, I brought you 5 references with many users wanting something similar to what I suggested, yet you took a single opinion in the opposite direction (see Yaron above) to decide otherwise.
Neil: That means that, to maintain current behaviour for those that want it, SCI_LINEDELETE should remain as is but a new command for deleting all lines containing the selection could be contributed with a new name. When several lines are selected (even if imperfect selection) , then using SCI_LINEDELETE, it most likely means the user does not want to delete just the current line. The same logic applies when using SCI_LINECOPY or SCI_LINECUT, for which you have indeed coded it so.
That means that, to maintain current behaviour for those that want it, SCI_LINEDELETE should remain as is but a new command for deleting all lines containing the selection could be contributed with a new name. When several lines are selected (even if imperfect selection) , then using SCI_LINEDELETE, it most likely means the user does not want to delete just the current line. The same logic applies when using SCI_LINECOPY or SCI_LINECUT, for which you have indeed coded it so.
Yaron, your objections in that Github comment are about SCI_LINECUT. What about SCI_LINEDELETE ? Do you indeed think it is better to be left as is, as Neil has undestood? Because as a result of your intervention, things have simply remained as they were. Neither SCI_LINEDELETE was enhanced as I requested, not SCI_LINECUT was changed to what you want. Is that what you wanted?
I don't know how to make a patch in git either. On github.com I just know how to make code changes directly in the website (or copy them from a file in my computer), then "commit". There I also can compile online (appveyor.com). If you know a simple way to get the patch in github, please let me know: https://github.com/victorel-petrovich/notepad-plus-plus_vic/commit/0a289fbcdfed89ec82c41f0131145d21ac18c727 I have forked your project here on sourcefourge, but I don't see how to make a patch. By the...
I don't know how to make a patch in git either. On github.com I just know how to make code changes directly in the website (or copy them from a file in my computer), then "commit". If you know a simple way to get the patch in github, please let me know: https://github.com/victorel-petrovich/notepad-plus-plus_vic/commit/0a289fbcdfed89ec82c41f0131145d21ac18c727 I have forked your project here on sourcefourge, but I don't see how to make a patch. By the way, how about moving the project to github? :)...