mirror of https://github.com/buggins/dlangide.git
The newly added folder is now placed appropiately
This commit is contained in:
parent
4f69a40530
commit
92990e5352
|
|
@ -1527,6 +1527,7 @@ class IDEFrame : AppFrame, ProgramExecutionStatusListener, BreakpointListChangeL
|
|||
ProjectFolder newFolder = new ProjectFolder(res.filename);
|
||||
if(folder) {
|
||||
folder.addChild(newFolder);
|
||||
folder.sortItems;
|
||||
newFolder.refresh();
|
||||
if(newFolder.childCount > 0){
|
||||
tryOpenSourceFile(newFolder.child(0).filename);
|
||||
|
|
|
|||
Loading…
Reference in New Issue