-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin not working properly on IntelliJ, but works on PyCharm #379
Comments
If I change the path to the dot to On |
Isn't there some permission problem? |
A single class in a diagram works because it does not use Graphviz. What does this show?
|
activity-diagram is ok, object-diagram don't work |
@REBOOTERS That did not work, because of a configured skin. Try this: |
Is it still broken? |
I did take a second look and I have a few more details. First the PyCharm (left) and IntelliJ (right) configurations are the same: One difference between them is that IntelliJ is using IntelliJ can't find PyCharm correctly, and using Also the locale is different on IntelliJ than with PyCharm, even if I did a complete reset of IntelliJ settings. |
It seems that the plugin is not working properly on IntelliJ, but works perfectly on PyCharm.
Here is a comparison of the two, with the IntelliJ on the left and pycharm on the right:
If I remove the second object from the IntelliJ definition then the code is rendered properly:
![2023-02-13_11-44_1](https://user-images.githubusercontent.com/2076656/218427463-8856e287-cfec-449f-91a2-48a3841be495.png)
I'm using the same plugin version and the same configuration on the same Ubuntu 22.04 machine.
![2023-02-13_11-46](https://user-images.githubusercontent.com/2076656/218428289-7c698089-dcb7-4552-b443-a8ca8da0322b.png)
The text was updated successfully, but these errors were encountered: