Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
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
April 23, 2014 09:00
I've added location check as you suggested and put breakpoint at return point but it is never stops there now - location is not instance of UsageViewLongNameLocation. Probably this works only for J...
Community
IntelliJ IDEA Open API and Plugin Development
Custom name for Find Usages of symbol
0 votes
Created
April 22, 2014 08:40
Hmm,I've implemented that interface like this:public class ComponentDescriptionProvider implements ElementDescriptionProvider { @Nullable @Override public String getElementDescription(...
Community
IntelliJ IDEA Open API and Plugin Development
Custom name for Find Usages of symbol
0 votes
Created
April 18, 2014 12:52
Ok, I add following code to my com.intellij.openapi.application.QueryExecutorBase#processQuery implementation:final SearchScope searchScope = queryParameters.getEffectiveSearchScope();boolean consu...
Community
IntelliJ IDEA Open API and Plugin Development
How works usages highlighting in file? Problem with YAML
0 votes
Created
April 16, 2014 14:49
It is a bug in Intellij IDEA or I do something wrong? Could someone help me with this?
Community
IntelliJ IDEA Open API and Plugin Development
How to trigger GeneralHighlightingPass operations after file based indexing process?
0 votes
Created
April 14, 2014 08:23
Okay, problem looks like this:1. I open my indexed plain text file and json file2. Remove some line from text file3. Switch selected editor to json file4. IDEA starts indexing plain text file but w...
Community
IntelliJ IDEA Open API and Plugin Development
How to trigger GeneralHighlightingPass operations after file based indexing process?
0 votes
Created
April 11, 2014 13:42
I removed dataKey HPP_CHECKLIST_CONFIGURATION_CREDITING_ITEMS from my file:2014-04-11 14:35:28,111 [ 809073] INFO - DataIndexerWithInputFilterBase - Starting reindexing for file HPP_2_Pola.csv 20...
Community
IntelliJ IDEA Open API and Plugin Development
How to trigger GeneralHighlightingPass operations after file based indexing process?
0 votes
Created
April 11, 2014 12:57
Maybe try do this after each insertString:PsiDocumentManager.getInstance(project).commitDocument(document);
Community
IntelliJ IDEA Open API and Plugin Development
When are document inserts written to screen?
0 votes
Created
April 11, 2014 10:58
I create refrences in following way:public abstract class AbstractComponentReferenceProviderBase<T extends ElementLocator> extends PsiReferenceProvider { private final FileBasedIndex fileBasedIn...
Community
IntelliJ IDEA Open API and Plugin Development
How to trigger GeneralHighlightingPass operations after file based indexing process?
0 votes
Created
April 03, 2014 14:03
Ok, my bad - asking for sibling on PsiFile element returns next PsiFile in the same directory...
Community
IntelliJ IDEA Open API and Plugin Development
Annotating elements from other files
0 votes
Created
March 28, 2014 16:10
Refer class DumbService, especially methods: runWhenSmart, smartInvokeLater - this may help.
Community
IntelliJ IDEA Open API and Plugin Development
Project Component wait for indexed directories
0 votes
«
First
‹
Previous