Selects the new folder on creation. Also opens parent folder if not open

This commit is contained in:
Zevenberge 2018-05-05 11:55:16 +02:00
parent bf04e91293
commit 4640e093c3
1 changed files with 3 additions and 2 deletions

View File

@ -1534,6 +1534,7 @@ class IDEFrame : AppFrame, ProgramExecutionStatusListener, BreakpointListChangeL
}
}
updateTreeGraph();
_wsPanel.selectItem(newFolder);
}
}
};