tInfoLabelData.horizontalAlignment = GridData.FILL;
tInfoLabelData.horizontalSpan = 1;
tInfoPanel.setLayoutData(tInfoLabelData);
IPath path = script.getFullPath().removeFileExtension();
String pathString = path.removeFirstSegments(2).toPortableString().replaceAll("[/]", ".");
tInfoPanel.setFilename(pathString);
sash = new SashForm(overlay, SWT.HORIZONTAL);
sash.setLayoutData(new GridData(GridData.FILL_BOTH));