主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Peter Gromov
活动总数
2258
最后的活动
2023年05月09日 12:44
成员加入日期
2008年07月25日 18:59
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
739
活动概览
文章(0)
帖子(3)
评论(1516)
按投票数排序
最近的活动
投票数
创建于
2018年04月24日 11:16
I see. This is the case for language injection, and you may even avoid the requirement to have a list of XML files for that. The problem is, though, that template languages can't be injected curren...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to extend template language support - Velocity with SQL?
1 票
创建于
2018年03月12日 14:09
Thanks for the snapshot. You may try closing all open "File History" tabs as a workaround, that should help.
社区
IntelliJ IDEA Users
Perforce integration resulting in frequent P4 command dialog pop-ups
1 票
创建于
2018年03月09日 15:35
Replacing existing PSI is very fragile (e.g. it will be lost after reparse and possibly break the code that doesn't expect to see your PSI), and, as we see, you can't do it during highlighting. I'd...
社区
IntelliJ IDEA Open API and Plugin Development
PsiElement.replace() proper way to do?
1 票
创建于
2018年03月08日 12:33
You can implement NavigationItem in the PSI elements you resolve to, and return custom presentation from getPresentation method. It probably won't look like in Show Usages, but the same information...
社区
IntelliJ IDEA Open API and Plugin Development
Customizing "Choose Declaration" dialog
1 票
创建于
2018年03月08日 12:28
Yes, modifying the code when a file is just opened in the editor and highlighted can be quite surprising for people. invokeLater+WriteCommandAction gets rid of the assertions, but it still leads to...
社区
IntelliJ IDEA Open API and Plugin Development
PsiElement.replace() proper way to do?
1 票
创建于
2018年02月19日 12:48
Thanks for the project! Indeed, the message is not obvious. The following change fixed the issue for me: intellij.plugins = ["Groovy", "properties"]
社区
IntelliJ IDEA Open API and Plugin Development
Using ParsingTestCase + PsiMethodCallExpression.resolveMethod() causes NPE
1 票
创建于
2018年01月27日 12:47
Interesting ideas, thanks! I think I like the first one more. I've filed https://youtrack.jetbrains.com/v2/issue/IDEA-185693, you can watch it to get notified.
社区
IntelliJ IDEA Open API and Plugin Development
api to pause indexing
1 票
创建于
2017年12月28日 13:30
This is not the intended way of using references. Usually references are created as fast as possible, based on the surrounding PSI, and the resolution (which can be very expensive) happens inside `...
社区
IntelliJ IDEA Open API and Plugin Development
Change displayed name of PsiElement
1 票
创建于
2017年10月31日 07:00
Please try specifying "order="first"" for your contributor declaration in plugin.xml.
社区
IntelliJ IDEA Open API and Plugin Development
Completion Provider with Priority/Sort
1 票
创建于
2017年08月30日 18:57
The highlighting lexer is only restarted at points where it returned 0 from getState. So an easy fix would be to only return 0 at the beginning of the text. However, this would mean that whole file...
社区
IntelliJ IDEA Open API and Plugin Development
Is there any way to start syntax highlighting lexer for the whole file instead of starting it for the part that have changed?
1 票
«
第一页
‹
上一页
下一页
›
最后
»