Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Custom content provider for CDT executables

Thanks. I'll give this a try.

On Wed, Jun 3, 2009 at 12:02 AM, Leherbauer, Anton (Toni) <Anton.Leherbauer@xxxxxxxxxxxxx> wrote:
How did you try to provide content for the IBinary?
To make the triggerPoints _expression_ work for both IFile and IBinary, I suggest you use something like
 
                 <adapt type="org.eclipse.core.resources.IFile" >
                    <test property="
org.eclipse.core.resources.name" value="*.clx"/>
                 </adapt>
 


Back to the top