Hi, got another question. In LocationChooser you use the following construct:
if (result != null && result.length > 0)
txtWorkspaceFile
.setText(((org.eclipse.core.internal.resources.File) result[0])
.getFullPath().toPortableString());
As this uses internal API, I wondered if the cast shouldn't be to IFile.
Best regards,
Bastian
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
