lukaszlenart opened a new pull request, #119:
URL: https://github.com/apache/struts-intellij-plugin/pull/119

   ## Summary
   - Replace the custom Swing Diagram editor tab with an IntelliJ **Show 
Diagram** provider (`com.intellij.diagram`), keeping the toolkit-neutral 
`StrutsConfigDiagramModel` and `StrutsDiagramPresentation`.
   - Hard-depend on Ultimate Diagrams; accept any Struts 2 config (not only 
file-set members); debounce same-file DomEvents (300 ms) while the diagram data 
model is alive.
   - Remove `Struts2DiagramFileEditor` / `Struts2DiagramComponent`; document 
the breaking UX change in the changelog.
   
   Closes #117
   
   ## Test plan
   - [x] `./gradlew test -x rat --tests "com.intellij.struts2.diagram.*"` green
   - [ ] Manual `./gradlew runIde` (IU): Show Diagram on a Struts config 
renders packages/actions/results + chain/redirect edges
   - [ ] Edit XML while diagram open → debounced refresh
   - [ ] Double-click node → navigates to XML; hover → tooltips
   - [ ] Confirm Diagram editor tab is gone
   - [ ] Zoom/pan via platform chrome smoke-check
   
   
   Made with [Cursor](https://cursor.com)


-- 
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]

Reply via email to