}
model.forceInstall();
if (editor instanceof PHPStructuredEditor) {
model.addLinkingListener(new EditorHighlightingSynchronizer(
(PHPStructuredEditor) editor));
}
if (added) { // only set up UI if there are any positions set
LinkedModeUI ui = new EditorLinkedModeUI(model, viewer);