Rain

- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
Created This run configuration freezes intellij itself
AnsweredHi! 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... -
Created Looking for step-by-step guide to add drop frame to debugger
AnsweredHi!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... -
Created How to autoload code style from git?
AnsweredHi! 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... -
Created Preserve original file encoding
AnsweredHi! 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 > ... -
Created Exception breakpooint for specific line.
AnsweredHi! I have Java program. How can I have exception breakpoint for specific line? Intellij has it's option for exception breakpoints but they are global meaning that anything, including frameworks ca... -
Created camelCase name in file template
AnsweredHi! I want to create file name template. Here is 1 example: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206853275-File-templates-lower-upper-camel-case #set( $NAME_CAMEL = ${S... -
Edited How to get my Spring boot application back to Run tab?
AnsweredHi! Previously when I started my spring boot application with green arrow next to my run configuration. My spring boot application appeared under run window. Today I upgraded from 2021.1 to 2022.1...