Marcin Rembała
- Total activity 115
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 44
-
Created Feature usage statistics
I've created some custom features, registered descriptors for them via implementing ProductivityFeaturesProvider interface. Now I would like to read usage statistics viafinal FeatureDescriptor desc... -
Created Highlighting of read-only blocks
I want to setup for document some read-only blocks and higlight them to see where are they.Currently I use com.intellij.openapi.editor.Document#createGuardedBlock to create read-only blocks and co... -
Created How to add custom error message in Project structure dialog?
How to add custom error message in Project structure dialog like in this screenshot? -
Created How works usages highlighting in file? Problem with YAML
I've implemented com.intellij.openapi.application.QueryExecutorBase<PsiReference, ReferencesSearch.SearchParameters> for finding usages of YAML scalar values, but I have problem with usages highlig... -
Created Custom name for Find Usages of symbol
I've implemented com.intellij.lang.findUsages.FindUsagesProvider and com.intellij.openapi.application.QueryExecutorBase<PsiReference, ReferencesSearch.SearchParameters> for finding usages of LeafPs... -
Created YAML plugin wierd behaviours
I'm working on plugin which using/depends on YAML plugin. I noticed several wierd behaviours of this plugin:On YAMLSequence like this:- !some.fully.qualified.java.class property: foo value ... -
Created How to trigger GeneralHighlightingPass operations after file based indexing process?
I have FileBasedIndex which is used to provide PsiReferences for custom element definied in a plain text files. This refereces are used in JSON object values. There is a problem when I change some... -
Created Annotating elements from other files
I've implemented custom annotator (subclass of com.intellij.lang.annotation.Annotator) and made operations only on PsiElement given as argument of annotate method, its children and siblings and I'm... -
Created FileBasedIndex.getAllKeys filtered by module scope
AnsweredIt is possible to do something like mentioned in post topic? Or in other way - can I get collection of values matching collection of given keys?Actually I do something like this: FileBasedInde... -
Created IDEA 12.0 - Weblogic remote debug - SocketConnection was closed before response was received
Remote debuging doesn't work. On previous version works fine (11.1.4).Why it doesn't work? Any ideas/solutions?Here is log from IDEA 12.0:2012-12-10 14:36:18,745 [ 0] INFO - #com.inte...