Seto
- Total activity 60
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
Created What's the difference between Pycharm and Pycharm for Anaconda? Why is Pycharm for Anaconda not available in JetBrains Toolbox?
What's the difference between Pycharm and Pycharm for Anaconda? Why is Pycharm for Anaconda not available in JetBrains Toolbox? -
Edited Hi. I developed a plugin. Is there any where I can introduce my plugin to others?
AnsweredHi. 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. -
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... -
Created The Rider dependencies for 2020.1 seems missing.
AnsweredA 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 ... -
Created Questions about upload plugin for different version and different IDEs.
AnsweredSolutionExplorerCustomization 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. -
Edited What's the equivalent of ProjectViewNodeDecorator for Rider?
AnsweredWhat'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... -
Edited How can I add a context menu to the project view?
AnsweredHow 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? -
Created ClassNotFound problem
AnsweredI 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...