Rain

- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 8
-
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>... -
-
-
-
Rain created a post, AnsweredThis run configuration freezes intellij itself
Hi! Myproject has multiple run configurations. All of them work fine except one. Here is this run configuration: <configuration name="Local Oracle DDL-auto" type="SpringBootApplicationConfigura... -
Rain created a post, AnsweredLooking for step-by-step guide to add drop frame to debugger
Hi!https://www.jetbrains.com/help/idea/altering-the-program-s-execution-flow.html#drop_frameThis manual talk about Drop Frame. I dont have this button. I couldnt add it from settings menu either. I... -
Rain created a post, AnsweredHow to autoload code style from git?
Hi! I exported Intellij Idea code style XML from Settings > Editor > Code Style > Java. I want to share it with the rest of team. Would it be possible to make Intellij automatically load it? For e... -
-
Rain created a post, AnsweredPreserve original file encoding
Hi! I have encoding set to UTF-8. Now Idea changes non-utf-8 files to utf-8. However there are some files that I want to keep in their original encoding. How do I do that? From Settings > Editor > ... -