IntelliJ IDEA 13: Where is the Fullscreen feature?
Hello everybody,
I am using IntelliJ IDEA 13 in the newest CentOS version in Gnome 2.28.2. Unfortunately I cannot find the new feature of version 13, the "fullscreen mode". Nothing in the menus, nothing in the settings.
The only way I have found is to bind a hotkey to "Toggle Full Screen mode". But nothing happens when I hit the bound key.
Could someone help me please? Thank you.
Regards
Klaus
Please sign in to leave a comment.
Which Java are you using?
The root couse in the Java under linux. Fix was applied in the 1.7 u40. Thus I suggest to update java to the latest version of 1.7.
Thanks,
Vladimir
sorry to hijack this question:
do you intend to transfer this feature to Idea 12 (on linux) as well? there have been many bugs filed on this, yet it's been solved in idea 13 only?
thanks
Hi Vladimir,
thanks for your response. That's it! My installed version was v1.7 u25. Now it is v1.7 u45 and it works like a charm :-)
Thank you very much!
Regards
Klaus
As I know in 12.1.x this feature is working but need to use Oracle 1.7 u40 or high.
Under 12.x it was turn off by default - try to launch IDEA with such key: -Dide.unix.full.screen.enabled=true.
From IDEA point of view fix was implement in the 130.257 build.
130.257 it's seems this is a IDEA 13. Thus I'm not sure that this feature exists at 12.1.x =( Sorry
But try may be old behavior will work under latest 1.7 Java.
thanks for your reply.
I just tried with both the jdk1.7.0_45 (64b) and the vm argument on linux mint 14, as expected it doesn't work.