1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Bug 104792 - Content proposal filtering feature.

This commit is contained in:
Doug Schaefer 2006-01-18 15:44:24 +00:00
parent e0a9f12895
commit 1849e12a38
3 changed files with 30 additions and 0 deletions

View file

@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2006 Norbert Plött 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 Plött (Seimens) - Initial Contribution
*******************************************************************************/
package org.eclipse.cdt.ui.tests.text.contentassist;
import org.eclipse.cdt.internal.ui.preferences.ProposalFilterPreferencesUtil;

View file

@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2006 Norbert Plött 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 Plött (Seimens) - Initial Contribution
*******************************************************************************/
package org.eclipse.cdt.ui.tests.text.contentassist;
import org.eclipse.cdt.ui.text.ICCompletionProposal;

View file

@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2006 Norbert Plött 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 Plött (Seimens) - Initial Contribution
*******************************************************************************/
package org.eclipse.cdt.ui.text.contentassist;
import org.eclipse.cdt.ui.text.ICCompletionProposal;