.getParticipants(ExtensionHelper.PYDEV_VIEW_CREATED_OBSERVER);
for (IViewCreatedObserver iViewCreatedObserver : participants) {
iViewCreatedObserver.notifyViewCreated(this);
}
lineTracker.init(new ILinkContainer() {
public void addLink(IHyperlink link, int offset, int length) {
if (testOutputText == null) {
return;
}