I see that adding support for resources would need some significant modifications of the current concepts, so I have 2 questions for the devs:
1 - Is it ok to index all the files in the classpath directories (typically target/classes and target/test-classes for a maven project), currently only classes are indexed and the rest is ignored?
2 - Is it ok for the eclipse plugin to trigger a launch on any file modification (any resource could trigger a unit test)? Alternatively, is it ok for the eclipse plugin to read a project configuration file to know which resource files can trigger a launch?
I haven't looked at the intellij plugin yet, but I suppose it would require the same kind of modifications as the eclipse plugin.
Thanks,
Daniel