Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Marcin Rembała
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
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
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
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
Created
September 25, 2016 13:02
I have custom implementation of PSI for CSV files, but it is highly integrated with mechanisms specific for my ogranization (for internal use only), so probably, it would be easier for You to creat...
Community
IntelliJ IDEA Open API and Plugin Development
How to trigger GeneralHighlightingPass operations after file based indexing process?
0 votes
Edited
September 25, 2016 12:46
About referencing CSV file values - You probably need to implement custom PSI for yours CSV files, look here for details
Community
IntelliJ IDEA Open API and Plugin Development
Referencing a CSV file
0 votes
Edited
September 25, 2016 12:42
About Table Mode, if You use latest IntelliJ IDEA, You can do as following to create table view: Add dependency in Your plugin descriptor: <depends>com.intellij.database</depends> Add extensio...
Community
IntelliJ IDEA Open API and Plugin Development
Referencing a CSV file
0 votes
Edited
July 04, 2016 10:30
This plugin is enabled (JSP), I did not switch it off (jsp plugin classes are not visible in jbpm plugin class loader, because of lack of explicit dependency definition in plugin descriptor). You'v...
Community
IntelliJ IDEA Open API and Plugin Development
IDEA 2016 jPBM plugin / XML problem
0 votes
Created
April 03, 2015 08:24
Workaround: public void actionPerformed(AnActionEvent e) { final FileBasedIndex fileBasedIndex = FileBasedIndex.getInstance(); fileBasedIndex.scheduleRebuild(IndexA.ID, new Throw...
Community
IntelliJ IDEA Open API and Plugin Development
How to rebuild index on demand?
0 votes
Next
›
Last
»