Mihkell
- Total activity 70
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 10
- Subscriptions 18
-
Edited Rerunning a running process needs two activations.
AnsweredSo I have a running Spring application.I click Shift+Option+F9 Debug run dialog pop-up. I select my run configuration and Expect it to run it again.if I do the same thing again, it will rerun the p... -
Created Debug run disconnects first time and runs second time
AnsweredI have my application( Springboot app ) running in debug mode.I click run in debug mode.It disconnects the process.I click run in debug mode.It starts to run.I just let on latest two minor updates.... -
Created Can't close terminal with shortcut.
AnsweredIn terminal it shows that I can close the terminal with shift+cmd+F4. But that doesn't work. Computes just makes a some sound when I click it.. -
Created Logic in navigating modals, and tabs.
AnsweredSo when I hit cmd+option+f on a variable to make it into a field a modal appears.Now how should I switch to the `Initialize in:` block? When I hold down option key the capital `I` gets an underlin... -
Created Intellij focuses on build output error
AnsweredI have error in my build.I go to write something to an SQL file.I go look something in browser then come back to intellij and it shifts focus from the opened SQL file to my JAVA code that has error... -
Created undo(cmd+z) triggers file save intellij
AnsweredSo I have a file watcher that triggers on save. It formats my elm code.But when I hit undo, the file watcher is triggered.So basically I can't undo anything, because I only can do one undo and then... -
Created Templates per project save in git
AnsweredSo I'd like that every test that is run by default would have `-ea -Dspring.profiles.active=test` VM arguments.I can do it in edit configuration -> templates.How do I save this configuration to git... -
Created Build result get focus after cmd+f9
AnsweredSo I press cmd+f9. Intellij builds 2 of my spring projects.One gets some build erros.What shortcut to use to get focus to the build window? -
Created Pressing enter always does the blue button thing, not the highlighted thing
AnsweredSo simple example of the problem.I go File -> Open Recent -> My_recent_project.Then a window pops up with 3 choices 'New Windwo' 'Cancel' 'This Window'. The last button is Blue. But the first butto... -
Created Color Scheme
AnsweredCurrent Style is like this But I'd like to change the color of `Style.style` to look like this: I feel like I have touch everything there, but i haven't been able to find the right place t...