sort the completions otained from word splitting

This commit is contained in:
Basile Burg 2021-12-08 08:39:01 +01:00
parent fff0ea4711
commit bd43293e2f
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
# v3.9.17-dev
## Enhancements
- completion: sort the completions obtained by word splitting
# v3.9.16 # v3.9.16
## Enhancements ## Enhancements

View File

@ -2930,6 +2930,7 @@ begin
end; end;
end; end;
h.Free; h.Free;
TStringList(fCompletion.ItemList).Sort();
end; end;
end; end;