Intellij Ultimate 2016.2.5 wsl2 path not shown - intellij-idea

I have to use intellij 2016.2 ultimate based on license constraints.
I want to use it with wsl2 and I installed intellij on windows.
The problem I have, is that in the project explorer my wsl path is not shown.
Earlier, I used the latest community edition which works fine with this setup.
Is wsl2 supported with intellij 2016.2 or is there an additional setup I have to take in concern

Related

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.

How can I open .zul file in Intellij?

I have downloaded the ZK plugin, but when I create a .zul file, it is just recognized as an unknown file for intellij. I tried resetting cache and rebooting, didn't make a difference..
Is there a way to connect the plugin to the extension? Am I missing something here?
I had quite the opposite experience, I created a .zul file and IntelliJ automatically suggested something like: "There's a plugin available that handles .zul files, would you like to install download and it?" -> confirmed and restarted ... Then .zul files are registered as XML files under Settings/File Types and code completion is working.
Not sure how this is failing for you, can you provide your version details including the plugins installed?
Here what I am using (Help/About):
IntelliJ IDEA 2019.2.4 (Community Edition)
Build #IC-192.7142.36, built on October 29, 2019
Runtime version: 11.0.4+10-b304.77 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.15.0-72-generic
...
Non-Bundled Plugins: org.zkoss.zkidea

Font is installed but doesn't show in the menu of JetBrains IntelliJ IDEA

I have updated IntelliJ IDEA recently (I have the latest possible version and build at the moment - see at the bottom) and since then my previously well chosen font with ligatures doesn't show anymore (I don't remember its name). Previously the fonts were provided in a menu, 5-6 of them and you would choose one within the IDE, but now there are a lot of fonts to choose from which I guess are taken from the system.
However, I followed these instructions from this post but still the font is not showing in the menu.
I have installed the font Fira Code (all available .ttf files: Bold, Light, Medium, Regular and Retina) on Windows, so e.g. it is available in Microsoft Word:
but even after restart it is not available in IntelliJ IDEA:
Any suggestion how to fix this?
IntelliJ IDEA 2019.2 (Ultimate Edition)
Build #IU-192.5728.98, built on July 23, 2019
Runtime version: 11-ea+125 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
The font must be installed as an Administrator (install for all users option).
You do this by opening the context menu of the font file, then click "Install for all users".

Select home directory dialog can't select a directory

I want to select a new home directory for JDK, as I want to use a newer JDK. However, when selecting NEW -> JDK in the Project SDK settings, a Windows XP style dialog opens up, in which I can only select files and not directories. When I select an arbitrary file in the directory I really want to select, nothing happens.
This is the dialog I get:
This also applies to other projects, I have already invalidated my Caches and I'm sure it has worked once upon a time. This is the result I receive from "About":
IntelliJ IDEA 2019.1.3 (Ultimate Edition)
Build #IU-191.7479.19, built on May 28, 2019
Licensed to DPS Engineering GmbH / Timo Borner
You have a perpetual fallback license for this version
Subscription is active until June 18, 2020
JRE: 1.8.0_202-release-1483-b58 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Note that I have the same post on the IntelliJ support forum.
Deleting the file ide.general.xml solves the issue. It is not an elegant solution, because this seems to be a bug on the side of IntelliJ (see this ticket).
The problem is, that when syncing settings via the settings repository on Linux and Windows, weird things happen.

Not able to view Dotty option while creating scala project in Intellij IDEA

I have Intellij IDEA. Below are the details about it.
IntelliJ IDEA 2017.2.5
Build #IU-172.4343.14, built on September 26, 2017
Licensed to Rajkumar Natrajan
JRE: 1.8.0_152-release-915-b12 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.12.6
I have latest scala plugin for IntelliJ installed as well.
But when I try to create the dotty project using the documentation here, I couldn't see the option. Below is the screen shot.
Do I miss any settings?
Choose SBT first, then on the next step you will be able to select Dotty:
Related ticket.