Eran Ariel
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Created IntelliJ idea community not automatically escaping special charactars
AnsweredHow 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... -
Edited java.lang.module.FindException: Hash of javafx.base differs to expected hash intellij idea
AnsweredI 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 ...