+ testFile.getFullPath() + "(" + testFile.getLocation()
+ ")");
}
StyledText textWidget = viewer.getTextWidget();
textWidget.setCaretOffset(offset);
viewer.doOperation(ISourceViewer.CONTENTASSIST_PROPOSALS);
return fEditor.getDocument().get();
}
protected static void createFile(InputStream inputStream, String fileName)
throws Exception {