alankilborn

Results 817 comments of alankilborn

@SanderBouwhuis You should reopen; it's really a bug.

IMO, current behavior makes sense. If you craft any regular expression you like (including case-related items), then before running you uncheckmark _Match case_, you are telling the system you don't...

You can use the _Customize Toolbar_ plugin and add it.

Possible workaround: Don't enable Notepad++'s backup-on-save feature; it isn't needed as apparently Sharepoint would provide that functionality if the Notepad++ functionality is turned off. --- >If Notepad++'s Backup on Save...

There's a thing sticking in my mind that there is something here related to multi-editing, i.e., changing this behavior as desired would break something about multi-editing. But I could very...

> I do not understand where the problem is in adding an option to let the user choose the behavior of Notepad++ when sorting lines in a file with mixed...

If the program is allowed to sort lines with mixed endings, perhaps the `stringSplit` function call from [HERE](https://github.com/notepad-plus-plus/notepad-plus-plus/blob/3a2ef5cff99adc309abed46acc2c7df37212e0ba/PowerEditor/src/ScintillaComponent/ScintillaEditView.cpp#L3737) could be removed, and a call to a new function inserted; the...

BTW, there was recent discussion of this on the Community [HERE](https://community.notepad-plus-plus.org/topic/23176).

>Or just warn the user and let him clean up the mess. It appears you said this already back here: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7735#issuecomment-1106879435 I kind of like your idea of showing really...

Maybe the simple solution to this issue is to "unify" the line-endings, to the declared line-endings of the file shown in the status bar, BEFORE running the sort. Sure, this...