PyCharm 2019.3 Help

View changes as a diagram

For the modules under version control, you can usually view the list of changed files in the Changes tool window. If you want to evaluate how your changes affect the model, use UML Class diagram. This view presents the complete picture of changes, including relationships between the modified classes.

For this purpose, PyCharm provides the action Show changed classes, which is available from the editor, Project tool window, and the Local Changes tab of the Version Control tool window.

Moreover, PyCharm helps you analyze how the changes affect a model across revisions, and provides the action Compare all classes from revision on UML.

Changes in Class diagram are color-coded:

  • Green for added elements.

  • Gray for deleted elements.

  • Blue for modified elements.

umlChangesDiagram.png

To view changes in UML Class diagram

  1. In the Local Changes tab of the Version Control tool window Alt+9, select the desired changelist from the suggested popup:
    select a changelist

    Note that if there is only one changelist, the popup won;t show up.

  2. Do one of the following:

    • In the toolbar of the Local Changes tab, click Diagram diff or press Ctrl+Shift+Alt+D.

    • From the context menu of the editor or the Project tool window, choose Diagrams | Show Changes, or press Ctrl+Shift+Alt+D.

    Show changes diagram

    The diagram opens in a popup. Double-click a node to view changes in a Differences viewer.

To view changes in revisions as UML Class diagram

  1. In the History tab of the Version Control tool window Alt+9, select the desired revision.

  2. Click Diagram diff or press Ctrl+Shift+D. The diagram opens in a popup.

Last modified: 2 April 2020