Seto
- 活动总数 60
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 13
-
已编辑于 Hi. I want to write a debugging plugin for Rider. Where can I get start with?
已计划Hi. I want to write a debugging plugin for Rider. Where can I get start with? https://github.com/Ourpalm/ILRuntime I want to port the vs debugging plugin to Rider. For vs, we can register a debugge... -
已编辑于 ActionGroup is disabled. Why?
已回答https://github.com/JetBrains/intellij-community/blob/master/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionUpdater.java#L387 I found that it's caused by this. The actiongro... -
创建于 FileAnnotation.reload problem.
已回答I developed a plugin of cloud comment. Previously I use JavaFX webview and JavaInterop to communicate with the plugin. But the JavaFX webview has cross domain bug. So I change it to BrowserUtil.bro... -
创建于 The Rider dependencies for 2020.1 seems missing.
已回答A problem occurred configuring root project 'source'.> Could not resolve all files for configuration ':detachedConfiguration1'.> Could not find com.jetbrains.intellij.rider:riderRD:2020.1.Searched ... -
已编辑于 Hi. I developed a plugin. Is there any where I can introduce my plugin to others?
已回答Hi. I developed a plugin. Is there any where I can introduce my plugin to others? Others may not know there's such a plugin. Is there a place for showcase? It's already uploaded to the marketplace. -
创建于 Questions about upload plugin for different version and different IDEs.
已回答SolutionExplorerCustomization is only available for Rider. And ProjectViewNodeDecorator is for all the other IDEs. And also, Android Studio is based 2019.2. So I have to upload one for 2019.2 for it. -
已编辑于 What's the equivalent of ProjectViewNodeDecorator for Rider?
已回答What's the equivalent of ProjectViewNodeDecorator for Rider? I thought it's SolutionExplorerCustomization. But it does not apply to other panes like Unity, File System. But the ProjectViewNodeDecor... -
已编辑于 How can I add a context menu to the project view?
已回答How can I add a context menu to the project view? I think it should be an AnAction. And I don't know which Group should be added to.the And also, how can I get the selected VirtualFile and Project? -
创建于 ClassNotFound problem
已回答I get classNotFound problem below. The class in the submodule of gradle. compile project(':blueeyes-shared')compile project(':source-shared') java.lang.NoClassDefFoundError: net/kaiba/source/retr... -
创建于 I want to extend the Annotate view of Git VCS. But ...
已回答I want to extend the Annotate view of Git VCS. But there's no way to add more gutters to it. Currently, I have to duplicate the Annotate view related files in my plugins. https://github.com/JetBrai...