Sledent
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Sledent created a post, AnsweredAm I the only one to be annoyed by the immediate reaction of the Intellij editor while editing code ?
First and foremost, I'd like to make sure to anyone reading this post, that I like Intellij a lot and find it a very nice product for java developers.But lately I'm getting more and more annoyed ab... -
-
-
-
-
-
-
Sledent created a post, AnsweredIssue with IntelliJ run output console not displaying utf-8 characters:
I have a simple class file that outputs some special characters encoded in UTF-8:public static void main(String[] args) { String str = "1:a\n2:à\n3:ù\n4:§"; System.err.printf("->[%s]\n",str);}Whe...