Marcin R
- 活动总数 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...