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:
parent
13eee411a9
commit
4df1254743
3 changed files with 72 additions and 22 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue