Mihkell
- Total activity 70
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 10
- Subscriptions 18
-
Mihkell created a post, AnsweredLive template "Applicable in" reset after restart.
I have the Live Template below defined. When I set Applicable in to all it works. When I close and open the Intellij it has reset i to “other” only.So it's not persisted over the after the restart.... -
Mihkell created a post, AnsweredGit local changes collapsing
When I open git “local changes” tab, I want the file tree to be *expanded* buy default.Why can't I just right click on the expand icon and click it to be on by default.. Is it possible to make it n... -
-
-
-
-
Mihkell created a post, AnsweredDiff window I can't read out the file name
Below you can see the header of the diff window, and even hovering it just shows the same text. How to make the file name come out fully? -
Mihkell created a post, AnsweredShortcut for moving in Commit modal panes. From file pane to commit message.
I just reinstalled Intellij and suddenly I can't move with Shift+Tab inside Commit modal (CMD+K window).When I'm in Commit message I press Shift+Tab it go's to the changed files list, when I press ... -
Mihkell created a post, AnsweredRemove newlines from selected code (Shortcut)
So I'd like to do something like this, that when I have the code below I can select it and with a shortcut. Make it to be in one line something like (Snippet 2). (\foo -> Component.add foo ... -
Mihkell created a post, Intellij Java Code Completion Prioritize My Project Classes
How to tell code completion to show my class "Project" instead of java.lang.Process when I type "Pro". Is there a possibility to tell code completion to prioritize my packages instead of java defau...