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...