Skip to content
Snippets Groups Projects
Commit 0b12ed14 authored by Francois Ferrand's avatar Francois Ferrand Committed by Leandro Melo
Browse files

[CodeAssist] Logical sort of proposals.


Improve the sorting of proposals, so that "logical" sort is used: if there are
numeric parts in the strings, these are compared as numbers instead of purely
lexicographically.

Thus, the list: [item1, item10, item1b, item2]
gets sorted as: [item1, item1b, item2, item10]

Change-Id: I16a0106d9dc9bb27731f96c3f180ad20cd9a44f5
Reviewed-by: default avatarLeandro Melo <leandro.melo@nokia.com>
parent ded2dd12
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment