lukaszlenart opened a new issue, #100: URL: https://github.com/apache/struts-intellij-plugin/issues/100
## Context The Graph tab used `GraphBuilder` / `Graph2DView` with toolbar actions (`AbstractGraphAction.getCommonToolbarActions()`): zoom, fit content, pan, and an overview/minimap. The Diagram tab uses a fixed 3-column Swing layout (`Struts2DiagramComponent`) — scrollable, but no zoom, pan toolbar, or minimap. ## Proposal Add interactive canvas controls for large configurations. ## Acceptance criteria - [ ] Zoom in/out and fit-to-view - [ ] Pan when content exceeds the viewport - [ ] Optional: minimap/overview for large configs ## Implementation notes Could be implemented on the current Swing renderer, or deferred until a migration to `com.intellij.diagram.Provider` (see `diagram/model/package-info.java`). ## References - `Struts2DiagramComponent` — fixed layout, no viewport transforms - Legacy `Struts2GraphComponent` — toolbar + `getOverview()` -- 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]
