Marcin Rembała
- Total activity 115
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 44
-
Edited Why IntelliJ IDEA does not support properly diff for git merges?
AnsweredI 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
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...