alankilborn
alankilborn
> I couldn't find a specific area in the Notepad++ codebase where the tab-switching history (MRU order) is stored or managed manually Since the behavior is controlled by this option:...
> from what I understand, that checkbox affects which tab gets activated when the current one is closed, based on most recently used order. That's true as well (in addition...
> The idea would be to store the MRU order of the tabs, and restore it when starting N++. Isn't that just a restatement of this entire issue? --- >It’s...
I haven't looked into the code, but I observe that if you start with "unchanged" text, i.e., load a file with some number of duplicate lines, then run the _Remove...
Actually it is just the `NUL` character that you've shown that is giving trouble. And `NUL` IS an ASCII character, so the title of this issue is wrong. > I...
Suggestion: Try the NavigateTo plugin
@softmgr Check out the preference settings available to you: 
>P. P. S. Weird template. Debugging for a feature request... mesmerising idea. Not so weird. A lot of times, people use old versions and wish for a feature that is...
This is primarily a complaint with mixed line-ending sorting; that complaint is long-known and the "master" issue for that is #7735 (thus making this one a duplicate that can be...
@Platypus123 said: >I just tried the reverse line order operation I tried that operation on a file with CR-only line endings. Worked fine for me in 8.6.8. Then I changed...