IntelliJ menu bar not responding - intellij-idea

None of the top menu actions is responding (from 'File' to 'Help').
I am using IntelliJ IDEA 2018.3 (Ultimate Edition), build #IU-183.4284.148 on macOS Mojave version 10.14 via the jetbrains toolbox. I tried restarting the computer and intellij, nothing helps.
I also tried to find the intellij log files stored somewhere, but I can't find it, even with the help of jetbrains documentation here.
I am running out of ideas.
Has anyone encountered the same issue ?
Thanks

Related

Problem in running a project with aspectJ in IntelliJ IDEA 2022.2.3 (Community Edition)

I am trying to run a project with aspectJ, rather than Java, in IntelliJ IDEA. I had done it before by simply putting "aspectj-1.9.6" in a "Lib" folder and setting the folder "as Library". But I tried it again today and it is not working. I think it might be because I have updated my IntelliJ to version "2022.2.3". I saw in this link that for intelliJ version "2021.1", one should select "ajc" as the project compiler in IntellJ. But it seems that there is no such compiler option in IntelliJ version "2022.2" (as I looked at this link and also searched in this link).
I also tried to install and enable "AspectJ weaver" plugin, but I encounter the following error: "Plugin 'AspectJ weaver' failed to initialize and will be disabled. Please restart IntelliJ IDEA.". Someone has had the same problem in this post, but the answer doesn't work for me, as it refers to this link, which is not compatible with IntelliJ version 2022.2.3:
So, I wonder whether aspectJ is not supported any more in IntelliJ?
Does any one has any suggestion that I could use it with this version of IntelliJ? I do really appreciate any help.
Thanks in advance
IntelliJ IDEA is compatible with AspectJ. I am running the plugin on 2022.2.3 without any problems. But I use IDEA Ultimate, you use Community. Did you notice this in your screenshot?
Compatible with IntelliJ IDEA Ultimate

My IntelliJ IDEA doesn't launch and when I launch it, it just refresh

I've installed IntelliJ IDEA Community Edition version 2018.3.6.
When I launch the shortcut it doesn't start and just do anything that is shown in refreshing (green circle). I've tired and I can't do anything.
I wanted to install Android Studio but my computer doesn't support it. Now, IntelliJ doesn't run too. Please help.

Intellij IDEA 2016.1.3 and 2016.2 wrong rendering fonts on Ubuntu?

I'm on an Ubuntu 14.04.4 LTS.
I just installed Intellij IDEA 2016.1.3 and got disapointed from the way my usual fonts (Dialog - for dialog windows and Monospaced for editor) are displayed. They are like completely different fonts in this new version.
This is very frustrating and I had to downgrade the Intellij IDEA to my previous version (2016.1) where the fonts are displaying OK.
Anyone with the same problem?
Seems that the problem is in the JDK/JRE version with which Intellij Idea is started. When started with an oracle JRE it renders fine.
When started with the OpenJDK bundled with Idea version 2016.1 it again renders fine.
Lets hope they fix the bundled JDK in new Idea versions.
Just updated the JetBrains issue tracker:
https://youtrack.jetbrains.com/issue/IDEA-160158
I haven't had this issue personally but it looks like it may be fixed in 2016.2
https://confluence.jetbrains.com/display/IDEADEV/IDEA+2016.2+EAP
IntelliJ IDEA 2016.2 162.74.16 General The installer for Windows now
comes with our custom JDK build where we address some issues with
focus and font rendering.
This says windows, so it may also not be it.

Setting Line Breakpoints in Intellij 15.02 doesn't work

Since yesterday I'm on IntelliJ 15.02 and cannot set any line breakpoints any longer. Neither by clicking on the side bar, nor by "Run -> Toggle Line Breakpoint". Is that a Bug in IntelliJ? Or is there any way to disable / enable this feature? I appreciate any help.
This seems to be an issue with the python plugin. I uninstalled the python plugin, and the line breakpoints were available again. Then I reinstalled the plugin and still everything is fine. I use the python plugin because I have Jython scripts that I call from the Java code.
The same happened to me but I did not have the Python plugin installed.
I tried (with no success):
Rebuilding the project
Invalidating caches
Restarting IntelliJ
Re-installing IntelliJ
Fortunately, disabling the PHP plugin did the trick for me.
Hope this helps someone.
EDIT (Feb. 2nd, 2016) This issue was fixed in IntelliJ 15.0.3: https://youtrack.jetbrains.com/issue/IDEA-151085

License issue with JRebel and Intellij Idea

I am using JRebel with Intellij Idea in Ubuntu. I have activated the plugin by pasting the code obtained from the website and it worked perfectly, but when i restart my IDE it is asking for the license again and i have to paste the license code each and everytime. How to solve this problem?
EDIT:- jrebel.lic file is not being created in ~/.jrebel/ folder
I'm posting this workaround for those who are struggling with this problem.
Uninstall the jRebel plug-in from the IDE.
Install standalone jRebel from here
Now add the following in the VM options when running the program. -javaagent:/opt/ZeroTurnaround/jrebel/jrebel.jar
This is how i solved my problem, i don't know whether it will work for others too.