Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4662832
By: fabioz
You can't specify it like that anymore (that will only work in the regular
navigator,
not in the package explorer).
It has become a lot more complex (I'm planning on adding some field where you
can specify that -- so that you don't need to work with the plugin.xml).
Currently the way to do it is in org.python.pydev/plugin.xml: look for
the commonFilters (below the org.eclipse.ui.navigator.navigatorContent) and
you need to add each fiter you want with the xml below:
<commonFilter activeByDefault="true"
name="My Custom Filter"
description="Hide my custom file"
id="org.python.pydev.navigator.filters.myCustomFilter">
<filterExpression>
<adapt type="org.eclipse.core.resources.IResource">
<test property="org.eclipse.core.resources.name"
value="*.xxx"/>
</adapt>
</filterExpression>
</commonFilter>
I know it's really suboptimal, but it's the only way I know of in the CNF
(Common
Navigator Framework -- which is the API pydev uses). I hope I can give an easier
way to do it for the next release...
Cheers,
Fabio
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=293649
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users