Pope-Liu
- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
Pope-Liu 创建了一个帖子, 已回答[Indent]How to set the indent of block that contains many lines?
When a block contains many lines, like the comment here /**aaaaaa*/int a i set its indent as Indent.getSpaceIndent(4); i want it to be /* *aaaaaa */int a but it has been /**aaa... -
-
Pope-Liu 创建了一个帖子, 已回答[Custom Language] How to create reference contributor for an element with stub
In the stub tutorial, if i want to create a stub for an element, the element need extend StubBasedPsiElementBase<XXXElementStub>. But the reference contributor tutorial tells the element need exten... -
-
Pope-Liu 进行了评论, -
-
Pope-Liu 创建了一个帖子, 已回答[Custom Language Plugin]How to find the duplicate element
Hello, I'm develop a custom language plugin. When i define the annotator, i need compare the current element with other the same type element in the whole project. My solution is searching all the ...