Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4662733
By: anchelito

i just added to yours and expected them to appear in "customize view" of the
package explorer.

<!-- filter out .pyc files in the navigation view -->
   <extension
         point="org.eclipse.ui.ide.resourceFilters">
      <filter selected="True" pattern="*.pyc"/>
      <filter selected="True" pattern="*.class"/>
      <filter selected="True" pattern="*.pyo"/>
        <filter selected="True" pattern="*.dll"/>
        <filter selected="True" pattern="*.exe"/>
        <filter selected="True" pattern="*.hash"/>
        <filter selected="True" pattern="*.ice"/>
        <filter selected="True" pattern="*.loc"/>
        <filter selected="True" pattern="*.tga"/>
        <filter selected="True" pattern="*.tfm"/>
        <filter selected="True" pattern="*.pdb"/>
        <filter selected="True" pattern="*.ini"/>
        <filter selected="True" pattern="*.ico"/>
   </extension>

yes ... i tried to start with -clean as an argument. 

thanks for the help!

______________________________________________________________________
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

Reply via email to