} catch (ParseException e) {
e.printStackTrace();
}
ContentProposalAdapter urlProposalAdapter = new ContentProposalAdapter(matchText, new TextContentAdapter(),
new RegexContentProposalProvider(), keyStroke, null);
// set up the label for the "Replace" field
Label replaceLabel = new Label(matchReplaceArea, SWT.SINGLE);
replaceLabel.setText("Replace");
replaceLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.TOP, false, false));