Michael Siepmann

- 活动总数 27
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
Michael Siepmann 创建了一个帖子, 已回答Run 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 创建了一个帖子, 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 进行了评论, -
Michael Siepmann 创建了一个帖子, 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 创建了一个帖子, 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 进行了评论,