Opposite reflection filter?
Monkey Forums/Monkey Programming/Opposite reflection filter?| 
 | ||
| I'm always adding new files to my project which I also have to add to my reflection filter. Would it be easier to specify which modules to NOT add to reflection? I could just put mojo , my GUI code, on the filter and not have to wonder why a certain class isn't saving | 
| 
 | ||
| I use the main folder of my project in the reflection filter so it automatically adds the classes I add to this folder automatically: REFLECTION_FILTER = "wdw/myproject*" | 
| 
 | ||
| Thanks I didn't know you could add folders | 
| 
 | ||
| Yes, see it as a module path. |