Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Marcin R
Total activity
115
Last activity
July 13, 2023 12:03
Member since
December 10, 2012 15:14
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
44
Activity overview
Posts (15)
Comments (55)
Sort by recent activity
Recent activity
Votes
Created
January 02, 2017 12:29
I understand, You mean this option: But I see, this is available only at file level, not for commits in VCS Log. Also this seems to be a little unintuitive, because I still not see result differen...
Community
IntelliJ IDEA Users
Why IntelliJ IDEA does not support properly diff for git merges?
1 vote
Created
July 13, 2023 12:03
In JRE instead of JDK try to use IntelliJ SDK or default SDK of selected module - this have worked for me in older version od IntelliJ.
Community
IntelliJ IDEA Open API and Plugin Development
Could not find or load main class com.intellij.idea.Main
0 votes
Created
January 18, 2017 20:04
You shouldn't access data from one index while processing another - this may lead to dead-lock according to assertion added in latest IDEA 2016.* so it is forbidden. Probably You should think about...
Community
IntelliJ IDEA Open API and Plugin Development
Use indexes while indexing
0 votes
Created
January 18, 2017 19:38
Currently I do this in similar way, but using queue mechanism instead nested runnables (only for debugging purposes in IDEA 12.1). Can You describe what kind of problem You have?
Community
IntelliJ IDEA Open API and Plugin Development
How to rebuild index on demand?
0 votes
Edited
September 27, 2016 07:14
Example above is from IU-145, for newer version API may be different. I forgot to add - You need to extend IntelliJ SDK classpath adding this library: $IDEA_HOME/plugins/DatabaseSupport/lib/databas...
Community
IntelliJ IDEA Open API and Plugin Development
Referencing a CSV file
0 votes
Next
›
Last
»