Maksim Kolchin
- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 12
-
Edited Custom SearchScope is shown under a wrong SearchScopeProvider
AnsweredHi there,I want to implement a ChooseByNameContributorEx, so that it could contribute custom Symbols to the Search Everywhere. These custom Symbols should be shown only if All SPARQL Endpoints sear... -
Edited Toolbar drop-down list (ComboBoxAction) with search over submenus
AnsweredHi 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... -
Edited UndoRefactoringElementListener.undoElementMovedOrRenamed is not called on undo of a file move
AnsweredI 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... -
Edited PersistentStateComponent: getState/loadState with sealed class
AnsweredI 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... -
Created Unit tests fail if executed all at once, starting from the 212.x version of Intellij Platform SDK
AnsweredHi 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.... -
Created Custom action for specific file type on an existing shortcut
AnsweredHi there, I have a plugin that provides support for a query language, similar to SQL. I want to support query execution on Ctrl+Enter on the active editor, instead of the SplitLine action. Here is ... -
Edited Show query results in the Services Tool Window
AnsweredMy plugin provides a way to execute queries against a registered endpoint, like it's implemented in the Database Tools and SQL plugin in the Ultimate edition, where you can execute SQL queries and ... -
Edited How to anonymously and uniquely identify a user of a (paid) plugin?
AnsweredAs I developer of a plugin (it's going to be published on the Marketplace) I want to collect some usage statistics and send it to Mixpanel or somewhere else. To make the usage statistics more in... -
Edited Completion based on the content of external files
AnsweredI need to implement the completion based on the content of external files (currently local files only, but I'd like to support remote files in the future). The idea: The plugin has a config file w...