Marcin Rembała

- 活动总数 115
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 44
-
创建于 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... -
创建于 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... -
创建于 How to add custom error message in Project structure dialog?
How to add custom error message in Project structure dialog like in this screenshot? -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 FileBasedIndex.getAllKeys filtered by module scope
已回答It 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... -
创建于 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...