Maksim Kolchin
- 活动总数 44
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 9
- 订阅数 12
-
已编辑于 Custom SearchScope is shown under a wrong SearchScopeProvider
已回答Hi 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... -
已编辑于 Toolbar 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... -
已编辑于 UndoRefactoringElementListener.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... -
已编辑于 PersistentStateComponent: 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... -
创建于 Unit 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.... -
创建于 Custom action for specific file type on an existing shortcut
已回答Hi 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 ... -
已编辑于 Show query results in the Services Tool Window
已回答My 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 ... -
已编辑于 How to anonymously and uniquely identify a user of a (paid) plugin?
已回答As 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... -
已编辑于 Completion based on the content of external files
已回答I 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...