<!ELEMENT extension (ProposalFilter)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT ProposalFilter EMPTY>
<!ATTLIST ProposalFilter
id IDREF #REQUIRED
name CDATA #REQUIRED
class CDATA #REQUIRED>
org.eclipse.cdt.ui.text.contentassist.IProposalFilter.
Supplied Implementation:
The default implementation in org.eclipse.cdt.internal.ui.text.contentassist.DefaultProposalFilter is the default filtering method which is used as long as the user preference is not changed.
Copyright (c) 2006 Norbert Ploett and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Norbert Ploett (Siemens) - Initial Contribution