mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
IDEA-266254 employ UpdateInBackground.Recursive in branches popup
GitOrigin-RevId: ca0c958b1aa13fd5dc4a46eee7a15d9d877f3a39
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a3d879643d
commit
2b44bce1b2
@@ -14,7 +14,7 @@ import java.util.List;
|
||||
* Lightweight alternative to {@link DefaultActionGroup}.
|
||||
* Does not use `createLockFreeCopyOnWriteList` and action order constraints, making it suitable for use cases with many (10k+) children actions.
|
||||
*/
|
||||
public class LightActionGroup extends ActionGroup {
|
||||
public class LightActionGroup extends ActionGroup implements UpdateInBackground.Recursive {
|
||||
private final List<AnAction> myChildren = new ArrayList<>();
|
||||
|
||||
public LightActionGroup() {
|
||||
|
||||
Reference in New Issue
Block a user