mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Sort snippet filenames manually before displaying in helper box. Seems file ordering is inconsistent between Windows version. Fixes issue #3351.
This commit is contained in:
@ -11079,6 +11079,7 @@ begin
|
||||
Snip := Copy(Snip, 1, Length(Snip)-4);
|
||||
FSnippetFilenames.Add(snip);
|
||||
end;
|
||||
FSnippetFilenames.Sort;
|
||||
except
|
||||
on E:Exception do begin
|
||||
LogSQL(f_('Error with snippets directory: %s', [E.Message]), lcError);
|
||||
|
Reference in New Issue
Block a user