Seto

- Total activity 60
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
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... -
Created I want to extend the Annotate view of Git VCS. But ...
AnsweredI 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... -
Created Vcs related problem
AnsweredI try to get VcsVirtuaFile like the AnnotateVcsVirtualFileAction.extractData does. But it shows me the file is not instance of VcsVirtualFile or ContentRevisionVirtualFile. Do I miss something? Tha... -
Created How to add line above code like CodeVision in Rider?
AnsweredI want to implement such kind of clickable lines. And also is there a way to make LineExtensionInfo text clickable?