Why isn't my Intellij IDE opening properly - intellij-idea

I am running OSX version 10.9.5 and IntelliJ version 2019.2.3(IC-192.6817.14). When I open my IntelliJ IDE, I don't see the editor
This is all I can see. Can anyone help me to fix it?

As per official documentation 2019.2 requires macOS 10.11 or later.
Officially released 64-bit versions of the following:
Microsoft Windows 7 SP1 or later
macOS 10.11 or later
Any Linux distribution that supports Gnome, KDE, or Unity DE
Pre-release versions are not supported.
Ref: https://www.jetbrains.com/help/idea/installation-guide.html#requirements

I recommend you install the official Jetbrains Toolbox to handle installation/upgrade of your IDE(s). I (hope) it is aware of OS limitations and won't propose you upgrade to something non-functional. What it definitely does do is to rollback to an earlier installation with a single click.
Toolbox will detect and handle your existing manual installation so there's no penalty to installing it right now and seeing what options it gives (e.g. 2019.2.4 is out maybe incompatible as other answer hints or may be some bug is fixed!)

Related

How to install the new JetBrains code editor Fleet?

I just seen that Fleet, the new JetBrains code editor is available on JetBrains Toolbox. But in mine, I am not able to see it. I tried to search for update, maybe I'll see it in the list but nothing happens.
So I want to know if someone is able to see in JetBrains Toolbox or already install it. If so, please help me to install also. I am using Ubuntu 18.04 LTS.
It's not available yet. You can subscribe to be notified when the open preview is available.
JetBrains Fleet is now in EAP (Early Access Preview). You can install it through JetBrains Toolbox.
https://www.jetbrains.com/fleet/
https://www.jetbrains.com/toolbox-app/

SceneBuilder not loading in Intellij

Scene Builder does not open in my Intellij. I've tried different JDK versions, but I just cant get it to load up in my IDE. It was working before I had to reinstall my OS. I don't get an error or anything, the Scene Builder window is just blank. It works if I run it standalone though.
I'm on Ubuntu 20.04.1. Using JDK 11 and Scene Builder for JDK 11. I tried with JDK 14 and I still get the same issue. I attached an image of the screen I get.
Any help? Intellij asked me to download the Scene Builder kit, then it asked me to download JavaFX. I did. Then I ended up here. JavaFX was included as a global library though so I didn't quite understand that.
What should I do?
You should go to setting-plugins- search for javaFX and install JAvaFX Runtime for Plugins.
Restart again and the problem will be solved.
The solution for me was 'Settings> Plugins> search JavaFX' to enable and disable this plugin, then restart intellij idea
You can run the SceneBuilder from outside Intellij and simply select your FXML, which works better in some cases, because there are some problems with the BuildIn Version (at least on Windows)
You can download it from Gluon.
2023 Answer
I am currently using IntelliJ Ultimate.
Build #: 223.8617.56
Runtime version: 17.0.5+1-b653.25 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
To fix the missing SceneBuilder issue, I completely disabled the JavaFX Runtime for Plugins plugin and restarted IntelliJ.
When I did that, I received 2 banners to install JavaFX and the proper JDK.

Dart 1.12.0 Intellij upgrade issues

I have updated the dart-sdk and dartium but when I go into intellij to update the plug-in, It will tell me there is not a newer version from 141.1586 when 142.4509 is the latest version. So I have tried to download and install the plugin manually but I get an error "Plugin 'Dart' is incompatible with this installation". I have even gone as far as shutting down Intellij IDEA 14.1.4 and overwritting the files in the plugin directory (which didn't work). Does anyone know what I need to do to fix this issue?
I am running Windows 10 64bit
The latest Dart plugin releases that have version 142.* are compatible only with IntelliJ IDEA 15 EAPs.

How can I update IntelliJ IDEA?

I am running IntelliJ IDEA 11.0 on Mac OS X. I know it has an update 11.0.1.
But when I used Check for update, it said I am already running the latest version.
Please tell me how can I upgrade to version 11.0.1?
Thank you.
Probably you have a connection problem or your proxy/firewall blocks IDEA access to the site where it checks for updates.
I've tried it on my Mac and Windows machines and it works fine:
In any case, you can just download and install the complete version from .dmg file. Your license, settings and plugins will be preserved and the old version can be moved to Trash.
Open intellij-idea -> go to top menu bar -> Help -> Check for Updates

xdebug for PHP 5.2 on Windows 7 64bit

Previous posters have linked to http://fusionxlan.com/PHPx64.php to install 64-bit capable versions of xdebug.
I need PHP 5.2 compatibility for Magento, and fusionxlan has disappeared and archive.org doesn't have a copy.
Does anyone have a copy of the fusionxlan download or dll that they can share?
Thanks,
JD
So I finally found a solution to this. The combination of the recently released (both of them) Netbeans 6.9 and Xdebug 2.1.0 thread-safe 5.2 VC6 (32-bit) works a treat on Windows 7 64-bit. Oh happy day!
And BTW, the new features in Netbeans 6.9 rock. Particularly the CSS selector click-thru and auto-complete.