// contentAssistActivationChars);
// adapter.setProposalAcceptanceStyle(ContentProposalAdapter.PROPOSAL_REPLACE);
Button browseButton = newPushButton(tc, "Browse", "Click here to browse possible types");
browseButton.removeListener(SWT.Selection, this);
final AbstractSection finalSection = aSection;
browseButton.addListener(SWT.Selection, new Listener() {
public void handleEvent(Event event) {
errorMessageUI.setText("");
SelectTypeDialog dialog = new SelectTypeDialog(finalSection, candidatesToPickFrom);
// OpenTypeSystemSelectionDialog dialog =