Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Vojtěch Krása
Follow
New posts
New posts and comments
Total activity
435
Last activity
August 18, 2020 18:17
Member since
November 03, 2011 11:10
Following
0 users
Followed by
0 users
Votes
8
Subscriptions
158
Activity overview
Posts (31)
Comments (238)
Sort by votes
Recent activity
Votes
Created
May 13, 2015 00:05
Add: -DforkCount=0 -DreuseForks=false And you could probably make your life easier by using Maven Helper plugin
Community
IntelliJ IDEA Users
Breakpoints don't work when debugging maven project?
3 votes
Created
August 17, 2018 10:54
Use this to get all colors back: https://plugins.jetbrains.com/plugin/10777-legacy-icon-pack-for-intellij-2018-2-
Community
IntelliJ IDEA Users
2018.2 give us back our joy with colors
2 votes
Created
January 10, 2014 10:10
Put it into "VM options", because these are not program arguments, but VM arguments. Also property names are wrong, try these:-Dproperty1=abc -Dproperty2=foo -Dproperty3=ghi...too late. :8}
Community
IntelliJ IDEA Users
System.getProperty driving me nuts
2 votes
Edited
August 18, 2020 18:17
Toggle case action works, if you look how it is implemented, it extends com.intellij.openapi.editor.actions.TextComponentEditorAction. That's it.
Community
IntelliJ IDEA Open API and Plugin Development
Manipulate text in any text field (global search ...)
1 vote
Created
October 28, 2015 20:27
+1 why would you get rid of the owl? X-(:O:_|
Community
IntelliJ IDEA EAP Users
New logo much worse!
1 vote
Created
October 20, 2014 11:56
https://youtrack.jetbrains.com/issue/IDEA-125379
Community
IntelliJ IDEA EAP Users
Disable "Non-Project Files Access" warning
1 vote
Created
January 31, 2014 21:58
http://youtrack.jetbrains.net/issues/IDEA
Community
IntelliJ IDEA Users
How do I make a feature request for Intellij IDEA?
1 vote
Created
February 05, 2013 01:42
Thank, it seems to be working reliably, after hours of hacking :^OJavaProgramPatcher was great because it was runned even for default and JRebel executions. Too bad that it takes RunProfile instead...
Community
IntelliJ IDEA Open API and Plugin Development
Problem with JavaProgramPatcher and server integrations(Tomcat, Jetty...)
1 vote
Created
June 20, 2019 13:50
No, you should, after you try that it is really what you need. :) And yes.
Community
IntelliJ IDEA Open API and Plugin Development
VcsUtil.getVcsFor return null
0 votes
Edited
June 20, 2019 09:57
Since I already wasted my time on this, I'll put my solution here: It needs a change in IntelliJ: https://github.com/JetBrains/intellij-community/compare/192...krasa:diffRevision Then it would prob...
Community
IntelliJ IDEA Open API and Plugin Development
VcsUtil.getVcsFor return null
0 votes
1
2
3
4
5
6
›
»