문제

I am having a problem with Intellij 13 when merging conflicts. When I apply my last merge change, Intellij tries to show me the "Save and finish" dialog, but apparently the merge window remains above that one (which loses its focus). At that point I cannot click on any part of Intellij and I have to kill the process.

I remember reading something about this and a change to idea.properties was the solution proposed, but I cannot find that discussion again.

Is there anyone who has a solution for this or remember the right property to add to idea.properties?

Thanks!

도움이 되었습니까?

해결책

I was actually able to find it.

On a mac you need to add this property to the idea.properties file:

ide.mac.message.dialogs.as.sheets=false

And the problem disappear.

Thanks! Roberto

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top