Rain
- 活动总数 34
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 11
-
-
Rain 创建了一个帖子, 已回答Prevent 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 创建了一个帖子, 已回答Line 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 创建了一个帖子, 已回答Idea 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 创建了一个帖子, 已回答Intellij 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>... -