this.connectives = new Connectives();
this.connectives.setCompletions(mod.getSuggestionCompletions());
this.connectives.setModeller(mod);
this.connectives.setPattern(pattern);
this.popupCreator = new PopupCreator();
this.popupCreator.setBindable(bindable);
this.popupCreator.setCompletions(mod.getSuggestionCompletions());
this.popupCreator.setModeller(mod);
this.popupCreator.setPattern(pattern);