mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-366742 Show Spring Debug info in Logical Structure
GitOrigin-RevId: 085353362fe70431f550376bb24f9fc40249aa93
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ce99bf0c1d
commit
de2f86c4ab
@@ -476,6 +476,16 @@ class StructureViewWrapperImpl(
|
||||
}
|
||||
}
|
||||
|
||||
@ApiStatus.Internal
|
||||
fun queueUpdate() {
|
||||
if (myStructureView is StructureViewComponent) {
|
||||
(myStructureView as StructureViewComponent).queueUpdate()
|
||||
}
|
||||
if (myStructureView is StructureViewComposite) {
|
||||
((myStructureView as StructureViewComposite).selectedStructureView as? StructureViewComponent)?.queueUpdate()
|
||||
}
|
||||
}
|
||||
|
||||
private suspend fun updateHeaderActions(structureView: StructureView?) {
|
||||
val titleActions: List<AnAction> = if (structureView is StructureViewComponent) {
|
||||
if (ExperimentalUI.isNewUI()) {
|
||||
|
||||
Reference in New Issue
Block a user