mirror of
https://github.com/buggins/dlangide.git
synced 2025-04-25 20:49:56 +03:00
Selects the new folder on creation. Also opens parent folder if not open
This commit is contained in:
parent
bf04e91293
commit
4640e093c3
1 changed files with 3 additions and 2 deletions
|
@ -1533,8 +1533,9 @@ class IDEFrame : AppFrame, ProgramExecutionStatusListener, BreakpointListChangeL
|
|||
tryOpenSourceFile(newFolder.child(0).filename);
|
||||
}
|
||||
}
|
||||
updateTreeGraph();
|
||||
}
|
||||
updateTreeGraph();
|
||||
_wsPanel.selectItem(newFolder);
|
||||
}
|
||||
}
|
||||
};
|
||||
return dialog;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue