主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2021年07月08日 10:34
Thank you very much for trying to reproduce this. I think we'll leave this as is, because there were quite a number of changes in ProgressManager subsystem since 2020.3 and backporting them all to ...
社区
IntelliJ IDEA Open API and Plugin Development
Progress indicator is not closed in some instances
0 票
创建于
2021年07月08日 09:14
Hello Simon. I'm still unable to reproduce this. Stranger things happen indeed. 1) Does it reproduce when you replace ProgressManager.getInstance().runProcessWithProgressAsynchronously(longRunnin...
社区
IntelliJ IDEA Open API and Plugin Development
Progress indicator is not closed in some instances
0 票
创建于
2021年07月07日 14:00
Thanks for trying to reproduce. However, I was unable to reproduce the reproducer D) >When starting the background process task from the GUI the bug doesn't happen. Then how to start it?
社区
IntelliJ IDEA Open API and Plugin Development
Progress indicator is not closed in some instances
0 票
创建于
2021年07月06日 13:12
Wow, if you were able to reproduce this, it would be a great find, thank you!
社区
IntelliJ IDEA Open API and Plugin Development
Progress indicator is not closed in some instances
0 票
创建于
2021年05月04日 11:22
To verify that it "doesn't have a task behind it" you can take a thread dump in this moment and post it here. (Or analyze it yourself to see if the background task really is completed or stuck some...
社区
IntelliJ IDEA Open API and Plugin Development
Progress indicator is not closed in some instances
0 票
已编辑于
2021年03月19日 15:32
>Any way I could cancel multiple threads using a simple ProgressIndicator? yes, you can start progress, and call ProgressManager.getInstance().executeProcessUnderProgress(progress, ()->{...Progre...
社区
IntelliJ IDEA Open API and Plugin Development
How to fork cancellable task into multiple threads
0 票
创建于
2020年08月17日 10:53
OK. (Just in case, I've made InjectedLanguageManager.getInjectionHost(psi) to behave the same as InjectedLanguageUtil.findInjectionHost(psi) for consistency)
社区
IntelliJ IDEA Open API and Plugin Development
Recommended way to get an injected language host from IFileElementType#doParseContents
0 票
创建于
2020年08月13日 18:41
>override fun doParseContents(chameleon: ASTNode, psi: PsiElement): ASTNode {>val host = InjectedLanguageUtil.findInjectionHost(psi) I think doParseContents() shouldn't depend on injection details ...
社区
IntelliJ IDEA Open API and Plugin Development
Recommended way to get an injected language host from IFileElementType#doParseContents
0 票
创建于
2020年08月13日 14:08
Hello. The recommended way is indeed InjectedLanguageManager#getInjectionHost(psi) or InjectedLanguageManager#getInjectionHost(viewProvider) which implemented the similar way to INjectedLanguageUti...
社区
IntelliJ IDEA Open API and Plugin Development
Recommended way to get an injected language host from IFileElementType#doParseContents
0 票
创建于
2020年05月26日 16:46
Maybe something like this: MarkupModelEx modelEx = (MarkupModelEx)DocumentMarkupModel.forDocument(getDocument(getFile()), getProject(), true);modelEx.addMarkupModelListener(getTestRootDisposable(),...
社区
IntelliJ IDEA Open API and Plugin Development
Tracking unresolved references in editor window?
0 票
«
第一页
‹
上一页