主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2015年09月11日 08:05
Please try TextFieldWithAutoCompletion
社区
IntelliJ IDEA Open API and Plugin Development
how to create a custom auto-complete textfield...
0 票
创建于
2015年09月24日 07:02
You certainly can call getReferencesFromProviders from completion contributor if you feel you need to. But most contributors don't do this directly, they call file.findReferenceAt(offset) (which en...
社区
IntelliJ IDEA Open API and Plugin Development
Reference Java elements in my custom language
0 票
创建于
2015年09月24日 16:31
Normally one doesn't change the text directly, but changes imports via PSI. Java does it that way. The logic is quite complicated there, but eventually it results in PsiElementFactory#createImportS...
社区
IntelliJ IDEA Open API and Plugin Development
Reference Java elements in my custom language
0 票
创建于
2015年11月23日 11:34
You need to depend on Perforce plugin. Then there's PerforceNumberNameSynchronizer.getInstance(project) that can return various p4 changelist numbers by local change list names. You might need Conn...
社区
IntelliJ IDEA Open API and Plugin Development
How to obtain perforce change list number
0 票
创建于
2015年11月23日 13:06
There might be several directories in the project, each under its own Perforce connection (which would be set up via P4CONFIG file and could have different connection settings).
社区
IntelliJ IDEA Open API and Plugin Development
How to obtain perforce change list number
0 票
创建于
2015年07月22日 18:48
Added to the description.Inability to comment is strange. Could you please report that to YouTrack (JT) project tracker, attaching the screenshots showing that you're logged in and that you can't c...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年07月31日 08:10
There's no way currently unfortunately. Please vote for https://youtrack.jetbrains.com/issue/IDEA-142693
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年08月14日 18:15
PSI tree structures are not well-suited for very large source code files, true. But the files have to be really large to not fit the memory. The best way to tell the reason of slowness is profiling...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年08月17日 09:07
Other languages are suffering from this issue as well. We don't have a good solution yet. If you're able to build an index that speeds up the search (and it doesn't take hundreds of megabytes), tha...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年09月11日 11:35
Have you profiled it? What exactly is slow?
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
«
第一页
‹
上一页
下一页
›
最后
»