主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexey Kudravtsev
活动总数
71
最后的活动
2024年10月28日 15:10
成员加入日期
2020年05月26日 16:46
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
23
活动概览
文章(0)
帖子(0)
评论(48)
按最近的活动排序
最近的活动
投票数
创建于
2022年12月01日 16:14
Do other folded regions in other files look blindingly red now?
社区
IntelliJ IDEA Open API and Plugin Development
How to color code folds created via code?
0 票
创建于
2022年12月01日 12:05
hi. The fold region colors are configured globally in settings|editor|Color scheme. THere's no way currently to color them individually.
社区
IntelliJ IDEA Open API and Plugin Development
How to color code folds created via code?
0 票
创建于
2022年10月17日 11:22
The problem is indeed in multi-threading access. You are accessing HIghlightInfos after the document has changed but before these HighlightInfos are updated,and getStartOffset() returns invalid val...
社区
IntelliJ IDEA Open API and Plugin Development
PsiTreeChangeEvent error
0 票
创建于
2022年09月06日 13:08
If the file is closed, the external annotators for that file won't be called anymore. To re-run external annotators and refresh the file status you need to open the file again.
社区
IntelliJ IDEA Open API and Plugin Development
Clearing annotator results for files that are not currently open
0 票
创建于
2022年08月25日 13:50
Yes, ExternalAnnotator.apply() is not called when the file is closed, by design (to reduce CPU usage and other resources). If you really keen on clearing some internal data structures as soon as th...
社区
IntelliJ IDEA Open API and Plugin Development
Clearing annotator results for files that are not currently open
0 票
创建于
2022年06月07日 14:48
Boaz Thank you for the analysis. I think things are a bit more complicated though. Even if you managed to bump into an identityHash collision (not a small feat btw, you should definitely apply to h...
社区
IntelliJ IDEA Open API and Plugin Development
Disposable identityHashCode Collision causing wrong behavior
0 票
创建于
2022年04月25日 11:57
Java could be difficult to inject to a file outside src, because there are many places hardcoded to the src/test/out directory structure. (For example, inspection "Wrong package statement" highligh...
社区
IntelliJ IDEA Open API and Plugin Development
Add inspections/dependencies to file outside src
0 票
创建于
2022年04月22日 11:12
What language this config file is supposed to be in?
社区
IntelliJ IDEA Open API and Plugin Development
Add inspections/dependencies to file outside src
0 票
创建于
2022年04月21日 14:53
So you need the plugin to be able to load this custom file and allow some code insight on this file? Well, inspections do work for files outside source directories, If however you need indexes to w...
社区
IntelliJ IDEA Open API and Plugin Development
Add inspections/dependencies to file outside src
0 票
创建于
2022年04月21日 12:57
if you want to edit the file under "myDirectoryCreatedSpecificly" with all code insight enabled then you should include this directory into source directories for this project, because a lot of sma...
社区
IntelliJ IDEA Open API and Plugin Development
Add inspections/dependencies to file outside src
0 票
«
第一页
‹
上一页
下一页
›
最后
»