Skip to content
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

Save dialog does not open in IntelliJ Beta 2024.2 #426

Open
uhafner opened this issue Jul 19, 2024 · 7 comments
Open

Save dialog does not open in IntelliJ Beta 2024.2 #426

uhafner opened this issue Jul 19, 2024 · 7 comments

Comments

@uhafner
Copy link

uhafner commented Jul 19, 2024

I recently tried the EAP IntelliJ Beta 2 2024.2 installation. When I open a plantUML diagram, then the save button does not work anymore: when I press save then no dialog opens. I do not find an exception in the log. When I switch back to 2024.1 then everything works like a charm.

@krasa
Copy link
Collaborator

krasa commented Jul 19, 2024

works fine for me on win 10

@uhafner
Copy link
Author

uhafner commented Jul 19, 2024

I'm running it on macOS Sonoma. It worked with one of the older EAP builds, I think the first beta broke it on my side. Besides from looking in the log, is there a way to help finding the problem on my side?

@krasa
Copy link
Collaborator

krasa commented Jul 19, 2024

you could debug the plugin
or try if similar things work, like Main Menu | File | Open...

@krasa
Copy link
Collaborator

krasa commented Jul 19, 2024

@uhafner
Copy link
Author

uhafner commented Aug 11, 2024

As a workaround, you need to specify those two properties (in the file idea.vmoptions) before starting IntelliJ:

-Dide.mac.file.chooser.native=false
-Dide.mac.native.save.dialog=false

Maybe it makes sense to add this to the FAQ or documenation?

@SAYAKA-Konami
Copy link

As a workaround, you need to specify those two properties (in the file idea.vmoptions) before starting IntelliJ:

-Dide.mac.file.chooser.native=false
-Dide.mac.native.save.dialog=false

Maybe it makes sense to add this to the FAQ or documenation?

Thanks a lot. It works on mac OS.

@las-nish
Copy link

las-nish commented Sep 2, 2024

As a workaround, you need to specify those two properties (in the file idea.vmoptions) before starting IntelliJ:

-Dide.mac.file.chooser.native=false
-Dide.mac.native.save.dialog=false

Maybe it makes sense to add this to the FAQ or documenation?

You saved my day. It works on my Mac Ventura 13.5.
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants