Michael Siepmann
![Avatar](https://secure.gravatar.com/avatar/6392e34b8ad1779480a078c22cb80be2?default=https%3A%2F%2Fassets.zendesk.com%2Fhc%2Fassets%2Fdefault_avatar.png&r=g)
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Michael Siepmann created a post, AnsweredRun multiple gradle-tasks via plugin
I'm writing a plugin, whih should call some gradle-tasks. This should not be parallel, but one after one. Currently I'm using ExternalSystemUtil.runTask for calling a task and with IN_BACKGROUND... -
-
Michael Siepmann created a post, ListCellRenderer for PsiReference?
I'm writing a plugin for my company, where I'm using PsiReferenceBase.Immediate(element, it.xmlElement) to create a Reference between an element inside a JSP to a relevant position inside a xml-fil... -
-
-
-
Michael Siepmann commented, -
Michael Siepmann created a post, Modify a java-class with live-templates
Hi,my plugin should create some java-code in the background. Therfore it opens the class withJavaPsiFacade.getInstance(project).findClass(...)Then, I have some Live-Templates which creates one or m... -
Michael Siepmann created a post, LinkedHashMap is a Wrong dependency type
Hi, I'm using the CacheValuesManager for caching a complex calculation. The CachedValue is a Map: private val includeTags: CachedValue<Map<String, Collection<XmlTag>>> This works, but sometimes I... -
Michael Siepmann commented,