Weird characters in Scene Builder - intellij-idea

Complete novice here. I'm just getting started with programming (going for my bachelor's). I'm having some weird issue with Scene Builder displaying weird/odd characters in place of what should be component names. I'm running macOS (Big Sur) with IntelliJ and Scene Builder integrated. Screenshot of weird characters
IntelliJ Version: 2021.2.1
Scene Builder Version: 16.0.0
Is there a bug or do I have something configured incorrectly? Any help is super appreciated!

It's a bug, see https://youtrack.jetbrains.com/issue/IDEA-266524
As a workaround, please try to download the standalone Scene Builder version and use it: https://gluonhq.com/products/scene-builder/

Related

JFoenix library does not have JFXTabPane support in scenebuilder?

Why doesn't JFoenix have the JFXTabPane in the imported .jar in scenebuilder?
This means when I try to open my .fxml file with scenebuilder in intellij it gives me the .fxml file is not a FXML document error.
Even after importing the entire JFoenix library in scenebuilder I won't be able to use it because it can't open it without the JFXTabPane.
I downloaded the most recent versions of SceneBuilder (17) and jfoenix (9.0.10) and dragged the jfoenix jar to the library pane in SceneBuilder to import it. The import completed, JFXTabPane was displayed in the library. When I tried to drag a JFXTabPane from the library catalog into a scene, scene builder started behaving oddly (it broke and did not render the scene being built correctly). So it JFXTabPane still doesn't work with SceneBuilder. I advise you file an report with jfoenix to ask them to fix the issue (they have an issue tracker on their github site).
The asker did note in comments that, under the setup they are using:
jfoenix 9 is displaying the JFXTabPane
That might be due to using a different version of SceneBuilder than the version 17 I used.
If you continue to have issues, just use a plain TabPane in your FXML document rather than a JFXTabPane. I looked at the source and, functionally they are the same, JFXTabPane inherits from TabPane. In your code, create a new JFXTabPane and replace the TabPane injected by scene builder with your new pane (setting the children and properties the same as the fxml), and you should be fine to design in SceneBuilder but still use a JFXTabPane in your actual app. It is a bit of a hack, but not too bad.
There may be similar issues with using other jfoenix controls in SceneBuilder (I don't know, I haven't tried them), but basic jfoenix controls like JFXButton appeared to work in SceneBuilder fine, so perhaps it is on the JFXTabPane which experiences these issues.
For further information on troubleshooting SceneBuilder custom component import, see the following document (though it may not assist in all cases):
How to create an FXML file for an already created new component in java than add it to scene builder?
The answer to which features a SceneBuilder import troubleshooting section.

I have an issue using scene builder with intellij

Everything is working fine in scene builder and i run it from my main method in intellij .
But when i resize a fontawesomeIcon in the scene builder , this give me an error and doesnt run.
I tried looking for a specific module but i didnt find solution by myself.
Is there anyone having this kind of issues?

Bug in importing project code classes in android studio 3.0

So, say I have this code,
And then, normally, if I want to import that class, i just hover on the red-coded code (in this case MenuType), and press Alt+Enter. But, annoyingly, instead of importing the class, it turns into this:
And it's error.
To make it work, I need to manually insert the supposed-to-be-imported package into the import section, and it works normally. It's workable, but kinda annoying.
This however, work normally with non-project code (classes in dependencies, etc)
Anyone knows what caused this and how to fix it? Maybe it's because of Kotlin?
P.S. I think I didn't find this kind of bug in Android Studio prior to 3.0

Quick Helper Annotaion in Java Editor

I'm trying to develop a eclipse plugin, which displays a Quick help annotation in the Java Editor.
The Quick Help icon should appear at every place, a type statement is missing in the Java-Code.
I'm a total noob in Eclipse plugin development. I read a few things about it and understand the idea with Extension points but I don't get how to add a annotation in the Eclipse Java editor.
Are there any examples or tutorials available for this problem/topic?
I don't know how to start and appreciate any help or hints.
I finally made it by placing a Marker and specifying a markerResolution for him.
Resources:
Howto add a Marker
,
Marker Customization ,
Adding a Quick Fix to a marker type

FDT5 doesn't like s:RemoteObject

Even the simplest Flex project using the normal s:RemoteObject syntax moans it can't resolve RemoteObject. The rpc.swc is correctly listed in the build options.
You can replicate this by creating a new Flex project and add
<s:RemoteObject>
</s:RemoteObject>
in the fx:Declarations block.
FDT5 on Linux, Eclipse 3.5 though it also happens on my licenced FDT3.5. Works fine in Flex Builder.
Screen shot : http://dl.dropbox.com/u/568024/fdt5-remoteobject.png