mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
any extension modification should clear the cache
This commit is contained in:
+1
-1
@@ -114,12 +114,12 @@ public class ExtensionPointImpl<T> implements ExtensionPoint<T> {
|
||||
}
|
||||
}
|
||||
internalRegisterExtension(extension, new ObjectComponentAdapter(extension, order), index, true);
|
||||
clearCache();
|
||||
}
|
||||
else {
|
||||
myExtensionAdapters.add(new ObjectComponentAdapter(extension, order));
|
||||
processAdapters();
|
||||
}
|
||||
clearCache();
|
||||
}
|
||||
|
||||
private void internalRegisterExtension(T extension, ExtensionComponentAdapter adapter, int index, boolean runNotifications) {
|
||||
|
||||
Reference in New Issue
Block a user