主页
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年10月01日 09:46
Then it's harder. But you probably still need to debug them (a condition breakpoint in RangeMarkerImpl should do it) and understand which IDEA's subsystems create them in such quantities.
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年10月05日 11:40
Please provide a full stack trace of the error. If your plugin is working with IDEA 15, please put a breakpoint in PsiFileImpl#markInvalidated and provide the stack trace of the invalidation during...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年10月06日 14:40
By default, CachesBasedRefSearcher is used which requests (via p.getOptimizer().searchWord) search to be performed in UsageSearchContext.IN_CODE | UsageSearchContext.IN_FOREIGN_LANGUAGES | UsageSea...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年04月27日 11:34
Lexer rescans from a position where its getState returned the same as it was in the beginning (usually 0; see Lexer#start documentation). So if you see some strange relexing behavior, please ensure...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年04月27日 18:17
Token types are the same for XML and HTML. The language is usually determined by their parents, which are language-specific. For highlighter purposes, I'm afraid, you have to specify the language s...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年04月27日 18:26
I'm afraid not with LayeredLexerEditorHighlighter. Even in bare LexerEditorHighlighter there seems to be too little context for you to implement a non-trivial lexer selection algorithm.
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年05月13日 10:57
There's no such thing as project type in IDEA. When creating a project, you can provide your own ModuleBuilder that allows you to give users a convenient UI to set up a project. When the project is...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年05月20日 18:36
What trick? There's nothing special about folding in such files.
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年05月20日 20:22
If I understand the question correctly, what prevents you from just going up in the PSI hierarchy and stop whenever you encounter some stopping condition (e.g. a namespace)? PsiTreeUtil might be us...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年05月24日 07:19
This looks like XML, where start and end tag names are to be renamed simultaneously. I don't remember exactly how it works, but you can debug in the area of XmlTag and TagNameReference and see it y...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
«
第一页
‹
上一页
下一页
›
最后
»