主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexandr Evstigneev
活动总数
194
最后的活动
2024年03月26日 09:34
成员加入日期
2017年01月30日 15:27
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
84
活动概览
帖子(0)
评论(109)
按最近的活动排序
最近的活动
投票数
创建于
2018年11月14日 09:47
Do you mean database file?
社区
IntelliJ IDEA Open API and Plugin Development
How can I save plugin custom file?
0 票
创建于
2018年11月14日 09:30
`com.intellij.openapi.actionSystem.AnAction#actionPerformed` method invoked with `com.intellij.openapi.actionSystem.AnActionEvent` which may contains DataContext with different useful context infor...
社区
IntelliJ IDEA Open API and Plugin Development
AndroidManifest file inspection
0 票
创建于
2018年11月14日 06:32
Ok, and where do you need to do this? Some extension? Service? Action? Inspection?
社区
IntelliJ IDEA Open API and Plugin Development
AndroidManifest file inspection
0 票
创建于
2018年11月14日 06:21
Please, note that lexer used not only for psi builder, but for indexing too. Lexer and parser performance affects many things, including editor responsiveness. Meaning that it's better to keep it ...
社区
IntelliJ IDEA Open API and Plugin Development
How is text associated with IElementType and how can it be overridden?
0 票
创建于
2018年11月13日 09:48
Usually you have some context, which can help you to choose a module. Which one do you want? You are just taking arbitrary module from arbitrary project. What if you have several projects with seve...
社区
IntelliJ IDEA Open API and Plugin Development
AndroidManifest file inspection
0 票
创建于
2018年11月13日 09:43
Lexer can't do what you want to. It's just grouping chars into tokens with some type. You can't alter the text. In your case, you've just added some empty tokens (tokens without text) and parser ...
社区
IntelliJ IDEA Open API and Plugin Development
How is text associated with IElementType and how can it be overridden?
0 票
创建于
2018年11月12日 13:34
I've never used this facility, but i'd expect that platform refreshes information after modification.
社区
IntelliJ IDEA Open API and Plugin Development
Handle editor newline creation/deletion
0 票
创建于
2018年11月12日 12:53
Unsure what do you mean with `whole line detection`. It handles backspace hits. Why do you need to track anything for adding LineExtensionInfo? Shouldn't you just use com.intellij.openapi.editor.Ed...
社区
IntelliJ IDEA Open API and Plugin Development
Handle editor newline creation/deletion
0 票
创建于
2018年11月12日 09:40
1. I'd made an inspection for this. It allows to have a common data - e.g. this set, which must not be computed for each element for sure. 2. Local variables probably should not be resolved with in...
社区
IntelliJ IDEA Open API and Plugin Development
Annotator is very slow
0 票
创建于
2018年11月12日 08:49
Also, check `addSubTag`/`createChildTag` usages in idea itself. May help.
社区
IntelliJ IDEA Open API and Plugin Development
AndroidManifest file inspection
0 票
«
第一页
‹
上一页
下一页
›
最后
»