I see that there is a ModuleRootManager, however it seems not to implement ModificationTracker, which prevents is to be used as a dependency for CachedValuesManager. Is this by design?
I haven't tested it, but I think that ProjectRootManager will also change for changes to any Module(-roots). So, everywhere you'd use MRM for tracking changes, you should be able to use PRM instead.
I haven't tested it, but I think that ProjectRootManager will also change for changes to any Module(-roots). So, everywhere you'd use MRM for tracking changes, you should be able to use PRM instead.
I haven't tested it, but I think that ProjectRootManager will also change for changes to any Module(-roots). So, everywhere you'd use MRM for tracking changes, you should be able to use PRM instead.
Sascha
Hello Sascha,
Ah, hadn't thought of that. Thanks,
Taras