public VhdlEditor()
{
super();
char[] chars = new char[] {'(', ')'};
fParentMatcher = new DefaultCharacterPairMatcher(chars);
setDocumentProvider(new VhdlDocumentProvider());
setSourceViewerConfiguration(HdlSourceViewerConfiguration
.createForVhdl(this));
OutlineLabelProvider = new VhdlOutlineLabelProvider();
TreeContentProvider = new VhdlHierarchyProvider();
}