Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexey Kudravtsev
Total activity
71
Last activity
October 28, 2024 15:10
Member since
May 26, 2020 16:46
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
23
Activity overview
Articles (0)
Posts (0)
Comments (48)
Sort by recent activity
Recent activity
Votes
Created
July 08, 2021 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Progress indicator is not closed in some instances
0 votes
Created
July 08, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Progress indicator is not closed in some instances
0 votes
Created
July 07, 2021 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?
Community
IntelliJ IDEA Open API and Plugin Development
Progress indicator is not closed in some instances
0 votes
Created
July 06, 2021 13:12
Wow, if you were able to reproduce this, it would be a great find, thank you!
Community
IntelliJ IDEA Open API and Plugin Development
Progress indicator is not closed in some instances
0 votes
Created
May 04, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Progress indicator is not closed in some instances
0 votes
Edited
March 19, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to fork cancellable task into multiple threads
0 votes
Created
August 17, 2020 10:53
OK. (Just in case, I've made InjectedLanguageManager.getInjectionHost(psi) to behave the same as InjectedLanguageUtil.findInjectionHost(psi) for consistency)
Community
IntelliJ IDEA Open API and Plugin Development
Recommended way to get an injected language host from IFileElementType#doParseContents
0 votes
Created
August 13, 2020 18:41
>override fun doParseContents(chameleon: ASTNode, psi: PsiElement): ASTNode {>val host = InjectedLanguageUtil.findInjectionHost(psi) I think doParseContents() shouldn't depend on injection details ...
Community
IntelliJ IDEA Open API and Plugin Development
Recommended way to get an injected language host from IFileElementType#doParseContents
0 votes
Created
August 13, 2020 14:08
Hello. The recommended way is indeed InjectedLanguageManager#getInjectionHost(psi) or InjectedLanguageManager#getInjectionHost(viewProvider) which implemented the similar way to INjectedLanguageUti...
Community
IntelliJ IDEA Open API and Plugin Development
Recommended way to get an injected language host from IFileElementType#doParseContents
0 votes
Created
May 26, 2020 16:46
Maybe something like this: MarkupModelEx modelEx = (MarkupModelEx)DocumentMarkupModel.forDocument(getDocument(getFile()), getProject(), true);modelEx.addMarkupModelListener(getTestRootDisposable(),...
Community
IntelliJ IDEA Open API and Plugin Development
Tracking unresolved references in editor window?
0 votes
«
First
‹
Previous