Seto

- Total activity 60
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
Edited Hi. I want to write a debugging plugin for Rider. Where can I get start with?
PlannedHi. 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... -
Edited ActionGroup is disabled. Why?
Answeredhttps://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... -
Created FileAnnotation.reload problem.
AnsweredI 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...