tbat
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
tbat created a post, AnsweredPossible bug: IntelliJ removing spaces after a leading + character
I have a line that looks like this: public String toString() { return "Product: " + productName + " Phone: " + custPhone + " Details: " + custDetails + " important information: " + custInfo +... -
tbat created a post, AnsweredIs there a way to get IntelliJ Idea Live Edit feature to work with Gradle projects?
I'm using IntelliJ Ultimate Edition 2020.3. I've enabled Live Edit, and checked the box for Track changes compiled to JavaScript, HTML or CSS. However, none of my changes to my project files load...