I’m encountering an issue with the language highli...
# compose-desktop
o
I’m encountering an issue with the language highlighting. It should be in English instead of Arabic. I’ve tried searching for any settings that might be related, but I haven’t been able to find them. Could someone please assist me with this?
u
I also have the same problem
and I haven't found any solution either
o
Did you find any workarounds?
u
Not yet, I just had this bug yesterday when I added Arabic to my application
o
Are you also using nucleus?
u
Yes, I am the creator of nucleus but I don't see how this can be related
o
Yeah I think this is an plugin issue mostly.
u
You can try disabling the gradle plugin quickly, but yes it's surely a problem at the IDE level
o
No, I meant that the bug is in JetBrains’ plugin itself. I need to locate where the Inlay hint/Code Folding feature for the StringResource exists. Will check if I can find it and patch it.
Will inform you if I get it.
👍 1
u
I need to locate where the Inlay hint/Code Folding feature for the StringResource exists.
Will check if I can find it and patch it.
Yes, that's what I meant
s
Same issue here but with german
o
Hey guys, I did it. There was an issue in the compose plugin that was actually integrated in intellij-community. It was inside ComposeResourcesFoldingBuilder. I have sent a patch on both YouTrack and GitHub, let’s see... github.com/JetBrains/intellij-community/pull/3612
thank you color 1