-
- Downloads
There was a problem fetching the pipeline summary.
Update glossary so it reacts to changes in the workspace. Use AST analysis on...
Update glossary so it reacts to changes in the workspace. Use AST analysis on all changes, not just updates. On adds and removals, the AST needs to be constructed, but it is a small price to pay for an approach that handles all cases. The glossary now needs the info panel controller reference in its constructor so it can notify the info panel about any changes. It also needs the file URL in case it is notified about a change in the workspace prior to the first query.
parent
6e534183
No related branches found
No related tags found
Pipeline #
Showing
- sb/src/main/java/com/oracle/javafx/scenebuilder/app/info/InfoPanelController.java 1 addition, 1 deletion...cle/javafx/scenebuilder/app/info/InfoPanelController.java
- sb4e.examples/src/no/tobask/sb4e/examples/Controller.java 11 additions, 0 deletionssb4e.examples/src/no/tobask/sb4e/examples/Controller.java
- sb4e/META-INF/MANIFEST.MF 1 addition, 0 deletionssb4e/META-INF/MANIFEST.MF
- sb4e/src/no/tobask/sb4e/ControllerCandidateChecker.java 54 additions, 0 deletionssb4e/src/no/tobask/sb4e/ControllerCandidateChecker.java
- sb4e/src/no/tobask/sb4e/JavaProjectGlossary.java 86 additions, 74 deletionssb4e/src/no/tobask/sb4e/JavaProjectGlossary.java
- sb4e/src/no/tobask/sb4e/Requestor.java 27 additions, 0 deletionssb4e/src/no/tobask/sb4e/Requestor.java
- sb4e/src/no/tobask/sb4e/editors/FXMLEditor.java 2 additions, 1 deletionsb4e/src/no/tobask/sb4e/editors/FXMLEditor.java
sb4e/src/no/tobask/sb4e/Requestor.java
0 → 100644
Please register or sign in to comment