mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Sort results of Find References
This commit is contained in:
parent
8cc091e6c0
commit
df654bda95
1 changed files with 5 additions and 0 deletions
|
|
@ -52,6 +52,11 @@ impl ReferencesTable {
|
|||
}
|
||||
});
|
||||
|
||||
// Sublime Text client does not sort these itself, so sort them here.
|
||||
for value in tab.uses.values_mut() {
|
||||
value.sort();
|
||||
}
|
||||
|
||||
tab
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue