Rain

- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 11
-
-
Rain created a post, AnsweredPrevent intellij from formatting strings
Hi!I have this java code. String str = "a" + "b" + "c";When I format code with Ctrl + Alt + LIt becomes just String str = "a" + "b" + "c";How can I prevent this? I want to have ... -
-
-
Rain created a post, AnsweredLine markers for duration of branch?
Hi! In Intellij when I change the code it shows green or blue color next to line numbers. After I git commit they go away. Is it possible to make them stay? I want them since the beginning of branc... -
-
Rain created a post, AnsweredIdea does not download maven sources
Hi! I want to download sources for .m2\repository\com\oracle\database\jdbc\ojdbc8\19.12.0.0\ojdbc8-19.12.0.0.jar!\oracle\jdbc\OracleDatabaseException.class When I click download sources button th... -
-
Rain created a post, AnsweredIntellij does not see maven dependencies.
Hi! I have maven project. I added this dependecy to pom.xml: <dependency> <groupId>org.locationtech.jts</groupId> <artifactId>jts-modules</artifactId> <version>1.18.2</version>... -