Opposite reflection filter?

Monkey Forums/Monkey Programming/Opposite reflection filter?

slenkar(Posted 2012) [#1]
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


wiebow(Posted 2012) [#2]
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*"


slenkar(Posted 2012) [#3]
Thanks I didn't know you could add folders


wiebow(Posted 2012) [#4]
Yes, see it as a module path.