Displaying 1 result from an estimated 1 matches for "comppluginrulerequirefeature".
2007 Apr 11
2
Tweaks to plugin dependency rules
...Before - If this plugin is loaded, make sure I am
loaded before it.
CompPluginRuleAfter - If this plugin is loaded, make sure I am
loaded after
CompPluginRuleRequire - Require this plugin to be loaded if I
am loaded. This can be combined with other rules. This is roughly
what RuleAfter is now.
CompPluginRuleRequireFeature - Requires a feature to be
loaded.
What do you think? RuleBefore might be tricky to implement
because it is checked retrospectively. It would probably take
2 passes for each check, but maybe we could find a better way.