1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Offer to close temp files after closing dump file

This commit is contained in:
Brian Fiete 2022-03-02 10:33:48 -08:00
parent 13eee411a9
commit 4df1254743
3 changed files with 72 additions and 22 deletions

View file

@ -2520,7 +2520,7 @@ namespace IDE.ui
var parts = String.StackSplit!(data, '|');
String fixitKind = parts[0];
String fixitFileName = parts[1];
SourceViewPanel sourceViewPanel = IDEApp.sApp.ShowSourceFile(fixitFileName);
var (sourceViewPanel, tabButton) = IDEApp.sApp.ShowSourceFile(fixitFileName);
bool focusChange = !fixitKind.StartsWith(".");
var historyEntry = targetSourceEditWidgetContent.RecordHistoryLocation();