Maksim Kolchin
- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 11
-
-
Maksim Kolchin created a post, AnsweredToolbar drop-down list (ComboBoxAction) with search over submenus
Hi there,I implemented a drop-down list in the editor header, following the Toolbar drop-down list guideline. It includes the list of available “databases” and “tables”. See the screenshot below.Th... -
-
-
Maksim Kolchin created a post, AnsweredUndoRefactoringElementListener.undoElementMovedOrRenamed is not called on undo of a file move
I implement RefactoringElementListenerProvider to listen to rename and move of a file or a directory within the opened project.The steps: Select a file and move it to a folder by dragging it with m... -
Maksim Kolchin created a post, AnsweredPersistentStateComponent: getState/loadState with sealed class
I have an implementation of PersistentStateComponent with the state class below. It worked fine until I decided to make EndpointConfig a sealed class with two subclasses. I learned that getState/lo... -
-
-
-
Maksim Kolchin created a post, AnsweredUnit tests fail if executed all at once, starting from the 212.x version of Intellij Platform SDK
Hi there, I develop a language plugin, it has lots of unit tests. Starting from the 212.x version of the SDK some of them fail if executed all at once, but they don't fail if executed individually....