I installed IntelliJ IDEA Ultimate via Jetbrains Toolbox.
Then I ran it ant it doesn't show any fonts like this.
I'm using GNOME3 on Antergos(Arch Linux). System font is "Noto Sans CJK JP Medium".
Please tell me if any other information is needed.
If you using last version IntelliJ IDEA you shouldn't have this problem, but you have it you can use this command: export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on or export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd.
Related
After downloading and importing plugin "Fortify Analysis" to IntelliJ ewerything is working, but when I try to do the same plugin into e.g. PyCharm I see error message like that:
In IntelliJ's documentation I see that the module 'com.intellij.modules.java' is built into IntelliJ. On the other hand support from the company which is responsible for the plugin "Fortify Analysis" are telling me that their plugin should work on PyCharm (I'm using version according to their documentation) and the problem I see is not connected with their product.
I've also tried the solution to comment the line:
<depends>com.intellij.modules.java</depends>
in plugin zip file: META-INF/plugin.xml
I tried to find the module and copy manually but I can't find the module file after downloading IntelliJ IDEA Community Edition.2020.3.4.tag.gz.
I've also tried to install every module I can find in repository apt-cache search intellij:
sudo apt-get install libintellij-core-java libgradle-plugins-java libintellij-extensions-java libintellij-platform-api-java libintellij-platform-impl-java libintellij-utils-java libtrove-intellij-java
But it didn't solved my problem.
So the only solution I see is to copy the plugin from IntelliJ to PyCharm, but I don't know how to do this?
Bad news: I think that you misunderstood the documentation of the manufacturer of the plugin compatibility.
The documentation you mentioned lists the "Fortify Analysis Plugin" only compatible with Android Studio 4.x and IntelliJ IDEA 2020.x, but the "Fortify Remediation Plugin" in addition also compatible with PyCharm 2020.x and WebStorm 2020.x
At least your screenshot shows the "Fortify Analysis" plugin, so that's not compatible with PyCharm according to the manufacturer.
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
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.
I'm trying to install Cursive plugin to WebStorm 9 for ClojureScript. However, the plugin doesn't show up on 'Browse repository' tab in Setting->Plugin menu.
I tried to install it through downloading the plugin file from here and adding it from the disk, but WebStorm shows an error 'Error: Plugin Cursive is incompatible with current installation'.
Is there any way to install the plugin on WebStorm?
Cursive needs Java plug-in. Currently Java is not supported in WebStorm. It is possible that JetBrains are working on some basic support of Java in WebStorm and other Idea derivatives. To run Cursive you have to install Idea CE side by side with WebStorm or upgrade to Idea Ultimate.
Doesn't look like it. Or, it's not explicitly supported.
Cursive will work with IntelliJ versions 14, 14.1 and 15.
It does mention, earlier in that paragraph, that you should be able to use the Community Edition with it, though.
If you don’t have a licence for the Ultimate Edition, the free Community Edition is fine.
I'm trying to change how I work so I don't get a headache after 8 hours of sitting at the computer so I want to play with colors in Eclipse to see if it helps.
I've heard praise of this Eclipse Color Theme plugin.
I install in via the Eclipse Marketplace, I drop a .xml file theme into the "dropins" directory in eclipse directory located on my hard drive, select window->prefrences->general->apperence->??? where is "Color Themes"? It's just not there!
Anyone know what could be the issue? I am running Eclipse Juno EE with one other plugin EGit.
Install manually? I've already reinstalled the Color Theme plugin twice now!
[SOLUTION] I just found out the problem from the help of another post. I was not running as Administrator as my Program Files directory is protected. Answer: Always run Eclipse as Administrator or on a Linux system SUDO. My files were not installed due to the lack of privileges.
No, the right answer is to unzip eclipse at a location, where it can write, even without root/admin access. Do not put Eclipse into the "program files" folder.
Historically, eclipse has been designed to be able to modify itself in place, and you will be running into trouble every now and then, when your installation cannot do that and you didn't point it to a writable configuration area via eclipse.ini settings.
Help->Install New Software->Add
Name: Color Theme
Location: http://eclipse-color-theme.github.com/update
After install this, will show the Option in the Menu.