Eran Ariel
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Eran Ariel commented, -
Eran Ariel commented, -
Eran Ariel created a post, AnsweredIntelliJ idea community not automatically escaping special charactars
How can I configure Intellij to auto-escape special charactars as \" in the middle of a string? String str= "this is a "test"; to String str= "this is a "\test"; I am using the community versi... -
-
Eran Ariel created a post, Answeredjava.lang.module.FindException: Hash of javafx.base differs to expected hash intellij idea
I have recently encountered this error after recently updating Intellij Idea Community Edition. The JavaFX code has been written into the main class of a Java project. This error is rather odd, as ...