mirror of https://github.com/buggins/dlangide.git
Selects the new folder on creation. Also opens parent folder if not open
This commit is contained in:
parent
bf04e91293
commit
4640e093c3
|
@ -1533,8 +1533,9 @@ class IDEFrame : AppFrame, ProgramExecutionStatusListener, BreakpointListChangeL
|
||||||
tryOpenSourceFile(newFolder.child(0).filename);
|
tryOpenSourceFile(newFolder.child(0).filename);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
updateTreeGraph();
|
updateTreeGraph();
|
||||||
}
|
_wsPanel.selectItem(newFolder);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
return dialog;
|
return dialog;
|
||||||
|
|
Loading…
Reference in New Issue