lukaszlenart opened a new issue, #99: URL: https://github.com/apache/struts-intellij-plugin/issues/99
## Context The Graph tab exposed `getStructureViewBuilder()` via `GraphStructureViewBuilderSetup`, so the Structure tool window could reflect the graph hierarchy. The Diagram tab does not implement structure view integration. ## Proposal Provide a Structure tool window tree when the Diagram tab is active. ## Acceptance criteria - [ ] Structure tool window lists packages → actions → results (or equivalent tree) when Diagram tab is active - [ ] Selecting a structure node highlights the diagram node - [ ] Selection syncs with the XML perspective where applicable ## References - `Struts2GraphFileEditor.getStructureViewBuilder()` - `Struts2DiagramFileEditor` — no structure view builder today -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
