Dan Grammas
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
-
Dan Grammas created a post, AnsweredPaste hell - how to stop Idea from inserting \n in strings?
Hi folks,I'm trying to figure out how to stop Idea from inserting \n in strings which span multiple lines. Breaking up the string with "" + "" is fine, but inserting "\n" + "" is just wrong as now ...