Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Maksim Kolchin
Total activity
44
Last activity
January 13, 2025 20:52
Member since
August 24, 2017 11:38
Following
0 users
Followed by
0 users
Votes
9
Subscriptions
12
Activity overview
Posts (9)
Comments (14)
Sort by recent activity
Recent activity
Votes
Edited
September 25, 2023 19:56
Okay, after more debugging, my conclusion is that MoveFilesOrDirectoriesProcessor (or any other processor which would handle the move refactoring) does not create an UndoableAction which would call...
Community
IntelliJ IDEA Open API and Plugin Development
UndoRefactoringElementListener.undoElementMovedOrRenamed is not called on undo of a file move
0 votes
Edited
September 25, 2023 08:50
Hi Karol,I did try to debug the code before posting the question here. Unfortunately, the code is pretty complicated, I thought maybe here I get an answer earlier, because the cause may be the desi...
Community
IntelliJ IDEA Open API and Plugin Development
UndoRefactoringElementListener.undoElementMovedOrRenamed is not called on undo of a file move
0 votes
Created
May 12, 2022 18:57
I use the latest version of gradle-intelij-plugin always I switched to JUnit 5 I applied the toolchain setting to use JDK 11 I added systemProp.idea.force.use.core.classloader=true to gradle.prope...
Community
IntelliJ IDEA Open API and Plugin Development
Unit tests fail if executed all at once, starting from the 212.x version of Intellij Platform SDK
0 votes
Edited
May 10, 2022 19:59
In the end, I was able to workaround tests, but I still don't know what has changed in 212.x. The folding and formatting tests were fixed by adding myFixture.configureByText(...), because the filet...
Community
IntelliJ IDEA Open API and Plugin Development
Unit tests fail if executed all at once, starting from the 212.x version of Intellij Platform SDK
0 votes
Edited
May 07, 2022 09:42
Thanks for the link, Yann Cebron! How to understand the following paragraph? Always call super.tearDown() inside finally {..} block of your test class to avoid leaks and side effects from previous...
Community
IntelliJ IDEA Open API and Plugin Development
Unit tests fail if executed all at once, starting from the 212.x version of Intellij Platform SDK
0 votes
Created
December 04, 2021 20:05
Okay, I got it. I forgot that I have the ActionPromoter implemented for Ctrl+Enter. Also, I noticed that starting from the 212.x they introduced the `suppress` method in there, therefore I guess th...
Community
IntelliJ IDEA Open API and Plugin Development
Custom action for specific file type on an existing shortcut
0 votes
Created
November 22, 2021 21:16
Hi Yann! Maybe, but none of the combinations of these instructions actually helps. It works in the 211.x and before, but not after.
Community
IntelliJ IDEA Open API and Plugin Development
Custom action for specific file type on an existing shortcut
0 votes
Created
January 15, 2021 21:24
Same issue here, I have a formatter working fine, but I can't get the smart indent on enter working. I asked for an advice in Slack, see https://jetbrains-platform.slack.com/archives/C5U8BM1MK/p161...
Community
IntelliJ IDEA Open API and Plugin Development
what is the correct way to implement indent after "enter"
0 votes
Edited
September 05, 2019 20:51
Yes, looks like FileBasedIndex should help, but as I understand it indexes only files within the project directory, right? Is there a way to ask an implementation of the FileBasedIndexExtension to ...
Community
IntelliJ IDEA Open API and Plugin Development
Completion based on the content of external files
0 votes
Edited
September 04, 2019 17:38
Hi Yann! The index should contain a list of strings and should provide an efficient prefix-based search over this list. The list of strings is computed from the content of an external file. An exte...
Community
IntelliJ IDEA Open API and Plugin Development
Completion based on the content of external files
0 votes
«
First
‹
Previous