Skip to content

Sort Lines ignores leading tick '  #1034

Open
@codefrog2002

Description

@codefrog2002

Environment

  • Visual Studio version: [VS 2022 Community Preview]
  • CodeMaid version: [12.0]
  • Code language: [txt]

Description

Sort lines [ctrl-m F9] is ignoring a leading tick ' when sorting.

Steps to recreate

a
b
c
'a
'b
'c

Select the 6 lines and sort-by-line (ctrl-m F9)

Current behavior

a
'a
b
'b
c
'c

Sort lines ignored the leading ticks.

Expected behavior

'a
'b
'c
a
b
c

Sorted by ascii value [ ascii ' precedes ascii a,b,c]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions