Marcin Rembała

- 活动总数 115
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 44
-
已编辑于 Why IntelliJ IDEA does not support properly diff for git merges?
已回答I use IntelliJ IDEA since version 12., but none of it up to version 2016 properly support diff for git merge commits - it's look like IDEA check differences only for merge commit, ignoring differen... -
创建于 IDEA 2016 jPBM plugin / XML problem
Something in jBPM plugin for IDEA 2016 seems to be broken - when I place cursor at XmlAttributeValue in JPDL file then many actions does not work, i.e. word selection (Ctrl + W), reference resolvin... -
创建于 How to rebuild index on demand?
I'm trying to manually rebuild my custom file based index by invoking an action from menu (i.e. for debug purposes). I'm doing this by com.intellij.util.indexing.FileBasedIndex#requestRebuild metho... -
创建于 Problem with module search scopes
I need to use module search scope with dependencies and libraries to search some stuff from file based index, so I use module.getModuleWithDependenciesAndLibrariesScope. Now it looks like in IDEA 1... -
创建于 Groovy injection into YAMLScalarList
YAML plugin doesn't support injection so I'm implementing custom PsiLanguageInjectionHost for YAMLScalarList.It is simply a delegate for YAMLScalarList with two additional metods required by inject... -
创建于 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...