event.getSelectedItem());
// create full file path and position
String srcFile = target.getFile();
final FileSystemItem srcItem = FileSystemItem.createFile(srcFile);
final FilePosition pos = target.getPosition();
// fire editing event (delayed so the Enter keystroke
// doesn't get routed into the source editor)
Scheduler.get().scheduleDeferred(new ScheduledCommand() {
@Override