Skip to content
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

Sorting with column block key starting in first column sorts incorrectly #8716

Closed
sasumner opened this issue Aug 15, 2020 · 1 comment
Closed
Assignees

Comments

@sasumner
Copy link
Contributor

Steps to Reproduce (STR) the Issue

  1. Consider this text in an editor tab:
abcdef
abcddef
  1. Make this column block selection:
    image

  2. Execute Edit > Line Operations > Sort Lines Lexicographically Ascending.

Expected Behavior

Since the selected column-sort-key contains the same characters for both lines, the lines should remain in the original order after the sort.

Actual Behavior

The lines incorrectly change order:
image

Additional

This bug sounds similar to the bug described in #8674 but it is distinctly different.

Debug Information

Notepad++ v7.8.9 (32-bit)
Build time : Jul 15 2020 - 20:26:50
Path : C:.............\npp.7.8.9.bin\notepad++.exe
Admin mode : OFF
Local Conf mode : ON
OS Name : Windows 10 Enterprise (64-bit)
OS Version : 1809
OS Build : 17763.1039
Current ANSI codepage : 1252
Plugins : mimeTools.dll NppConverter.dll NppExport.dll PythonScript.dll

@sasumner
Copy link
Contributor Author

Changes from this issue released in Notepad++ version 7.9

alef162 pushed a commit to alef162/notepad-plus-plus that referenced this issue Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants